Make polygon circular in QGIS
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I have drawn a polygon in a shape-layer, but it's not perfectly circular. Is there a way to either
- Draw a circular polygon with a given radius (in a shape-layer)
- Make a polygon into a circle
I have tried to work around this by creating a point and styling it like my area, but then my point scales with the zoom levels, and it doesn’t look very nice (yes, I am aware of the different styles for different zoom-levels, but that's a lot of work compared to "just" making a circle-polygon instead)
I am using QGIS 3.2.3 with GRASS 7.4.1
qgis qgis-3.0
add a comment |Â
up vote
1
down vote
favorite
I have drawn a polygon in a shape-layer, but it's not perfectly circular. Is there a way to either
- Draw a circular polygon with a given radius (in a shape-layer)
- Make a polygon into a circle
I have tried to work around this by creating a point and styling it like my area, but then my point scales with the zoom levels, and it doesn’t look very nice (yes, I am aware of the different styles for different zoom-levels, but that's a lot of work compared to "just" making a circle-polygon instead)
I am using QGIS 3.2.3 with GRASS 7.4.1
qgis qgis-3.0
I was just writing the same answer as @ahmadhanb...to add up to that: if you want to keep working with Points and their Labels/Symbology instead of Polygons (which might be useful, depending on what your intentions are), you can set all related units to eitherMap untis
or the easierMeters at Scale
to get zoom depended sizes.
– ThingumaBob
1 hour ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have drawn a polygon in a shape-layer, but it's not perfectly circular. Is there a way to either
- Draw a circular polygon with a given radius (in a shape-layer)
- Make a polygon into a circle
I have tried to work around this by creating a point and styling it like my area, but then my point scales with the zoom levels, and it doesn’t look very nice (yes, I am aware of the different styles for different zoom-levels, but that's a lot of work compared to "just" making a circle-polygon instead)
I am using QGIS 3.2.3 with GRASS 7.4.1
qgis qgis-3.0
I have drawn a polygon in a shape-layer, but it's not perfectly circular. Is there a way to either
- Draw a circular polygon with a given radius (in a shape-layer)
- Make a polygon into a circle
I have tried to work around this by creating a point and styling it like my area, but then my point scales with the zoom levels, and it doesn’t look very nice (yes, I am aware of the different styles for different zoom-levels, but that's a lot of work compared to "just" making a circle-polygon instead)
I am using QGIS 3.2.3 with GRASS 7.4.1
qgis qgis-3.0
qgis qgis-3.0
asked 1 hour ago


Fredrik
505
505
I was just writing the same answer as @ahmadhanb...to add up to that: if you want to keep working with Points and their Labels/Symbology instead of Polygons (which might be useful, depending on what your intentions are), you can set all related units to eitherMap untis
or the easierMeters at Scale
to get zoom depended sizes.
– ThingumaBob
1 hour ago
add a comment |Â
I was just writing the same answer as @ahmadhanb...to add up to that: if you want to keep working with Points and their Labels/Symbology instead of Polygons (which might be useful, depending on what your intentions are), you can set all related units to eitherMap untis
or the easierMeters at Scale
to get zoom depended sizes.
– ThingumaBob
1 hour ago
I was just writing the same answer as @ahmadhanb...to add up to that: if you want to keep working with Points and their Labels/Symbology instead of Polygons (which might be useful, depending on what your intentions are), you can set all related units to either
Map untis
or the easier Meters at Scale
to get zoom depended sizes.– ThingumaBob
1 hour ago
I was just writing the same answer as @ahmadhanb...to add up to that: if you want to keep working with Points and their Labels/Symbology instead of Polygons (which might be useful, depending on what your intentions are), you can set all related units to either
Map untis
or the easier Meters at Scale
to get zoom depended sizes.– ThingumaBob
1 hour ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
You can use Shape Digitizing
tools which give the option to create circles as you like:
If it is not shown in QGIS 3, you can enable the toolbar by right-click any where in top menu bars and select Shape Digitizing tools
:
Using Add circle by a center point and any other point, I could create a perfect circle:
add a comment |Â
up vote
1
down vote
As far as i know, the definition of the shape format doesn't allow circles. So if you save as a shapefile you will end with a polygon.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
You can use Shape Digitizing
tools which give the option to create circles as you like:
If it is not shown in QGIS 3, you can enable the toolbar by right-click any where in top menu bars and select Shape Digitizing tools
:
Using Add circle by a center point and any other point, I could create a perfect circle:
add a comment |Â
up vote
3
down vote
accepted
You can use Shape Digitizing
tools which give the option to create circles as you like:
If it is not shown in QGIS 3, you can enable the toolbar by right-click any where in top menu bars and select Shape Digitizing tools
:
Using Add circle by a center point and any other point, I could create a perfect circle:
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
You can use Shape Digitizing
tools which give the option to create circles as you like:
If it is not shown in QGIS 3, you can enable the toolbar by right-click any where in top menu bars and select Shape Digitizing tools
:
Using Add circle by a center point and any other point, I could create a perfect circle:
You can use Shape Digitizing
tools which give the option to create circles as you like:
If it is not shown in QGIS 3, you can enable the toolbar by right-click any where in top menu bars and select Shape Digitizing tools
:
Using Add circle by a center point and any other point, I could create a perfect circle:
answered 1 hour ago
ahmadhanb
19k21644
19k21644
add a comment |Â
add a comment |Â
up vote
1
down vote
As far as i know, the definition of the shape format doesn't allow circles. So if you save as a shapefile you will end with a polygon.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
add a comment |Â
up vote
1
down vote
As far as i know, the definition of the shape format doesn't allow circles. So if you save as a shapefile you will end with a polygon.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
add a comment |Â
up vote
1
down vote
up vote
1
down vote
As far as i know, the definition of the shape format doesn't allow circles. So if you save as a shapefile you will end with a polygon.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
As far as i know, the definition of the shape format doesn't allow circles. So if you save as a shapefile you will end with a polygon.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 23 mins ago
Robert
111
111
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Robert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
add a comment |Â
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
If it looks like a circle thats good enough for me, i.e. enough points on a polygon to appear to be a circle
– Fredrik
9 mins ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f297654%2fmake-polygon-circular-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I was just writing the same answer as @ahmadhanb...to add up to that: if you want to keep working with Points and their Labels/Symbology instead of Polygons (which might be useful, depending on what your intentions are), you can set all related units to either
Map untis
or the easierMeters at Scale
to get zoom depended sizes.– ThingumaBob
1 hour ago