QGIS Polygon SelectionHighlighting and exporting raster layer based on vector polygonSumming attribute values for areas where multiple polygons overlap using QGIS?2D point cloud to polygonCentroid coordinates for odd-shaped polygonsQGIS object selecting if any segment length is longer thanQGIS - select or export point attributes by polygon featurePolygon to polyline conversionSelection feature acting weird on queried layer in QGISProcessing tool to fill all voids within a lines layerSelecting connected lines between start and end point in QGIS?
Why, precisely, is argon used in neutrino experiments?
Why escape if the_content isnt?
How do I rename a Linux host without needing to reboot for the rename to take effect?
A particular customize with green line and letters for subfloat
Proof of work - lottery approach
Different result between scanning in Epson's "color negative film" mode and scanning in positive -> invert curve in post?
You cannot touch me, but I can touch you, who am I?
Sort a list by elements of another list
Term for the "extreme-extension" version of a straw man fallacy?
Where does the Z80 processor start executing from?
Why are there no referendums in the US?
Class Action - which options I have?
What does "I’d sit this one out, Cap," imply or mean in the context?
How to pronounce the slash sign
How can I kill an app using Terminal?
Is there a problem with hiding "forgot password" until it's needed?
Is the destination of a commercial flight important for the pilot?
Opposite of a diet
Is this apparent Class Action settlement a spam message?
How to Reset Passwords on Multiple Websites Easily?
Failed to fetch jessie backports repository
How do I extract a value from a time formatted value in excel?
Pole-zeros of a real-valued causal FIR system
Go Pregnant or Go Home
QGIS Polygon Selection
Highlighting and exporting raster layer based on vector polygonSumming attribute values for areas where multiple polygons overlap using QGIS?2D point cloud to polygonCentroid coordinates for odd-shaped polygonsQGIS object selecting if any segment length is longer thanQGIS - select or export point attributes by polygon featurePolygon to polyline conversionSelection feature acting weird on queried layer in QGISProcessing tool to fill all voids within a lines layerSelecting connected lines between start and end point in QGIS?
I want to select a polygon using QGIS. The polygon is only represented via it's boundaries (I chose not to fill the area in order to highlight the problem). Why are not all lines that surround the polygon selected? See picture below. A similar problem occurs when two polygons overlap: only one polygon is highlighted.
qgis polygon select
add a comment |
I want to select a polygon using QGIS. The polygon is only represented via it's boundaries (I chose not to fill the area in order to highlight the problem). Why are not all lines that surround the polygon selected? See picture below. A similar problem occurs when two polygons overlap: only one polygon is highlighted.
qgis polygon select
Are those blue lines actuylly polygons as well or just lines?
– HimBromBeere
14 hours ago
they are polygons. The area colour is inivisble (no fill).
– kalakaru
14 hours ago
add a comment |
I want to select a polygon using QGIS. The polygon is only represented via it's boundaries (I chose not to fill the area in order to highlight the problem). Why are not all lines that surround the polygon selected? See picture below. A similar problem occurs when two polygons overlap: only one polygon is highlighted.
qgis polygon select
I want to select a polygon using QGIS. The polygon is only represented via it's boundaries (I chose not to fill the area in order to highlight the problem). Why are not all lines that surround the polygon selected? See picture below. A similar problem occurs when two polygons overlap: only one polygon is highlighted.
qgis polygon select
qgis polygon select
edited 14 hours ago
kalakaru
asked 15 hours ago
kalakarukalakaru
13510
13510
Are those blue lines actuylly polygons as well or just lines?
– HimBromBeere
14 hours ago
they are polygons. The area colour is inivisble (no fill).
– kalakaru
14 hours ago
add a comment |
Are those blue lines actuylly polygons as well or just lines?
– HimBromBeere
14 hours ago
they are polygons. The area colour is inivisble (no fill).
– kalakaru
14 hours ago
Are those blue lines actuylly polygons as well or just lines?
– HimBromBeere
14 hours ago
Are those blue lines actuylly polygons as well or just lines?
– HimBromBeere
14 hours ago
they are polygons. The area colour is inivisble (no fill).
– kalakaru
14 hours ago
they are polygons. The area colour is inivisble (no fill).
– kalakaru
14 hours ago
add a comment |
2 Answers
2
active
oldest
votes
This is due to the drawing order of your polygon. The other ones are probably drawn after the selected one. The last drawn is rendered on top of the others. That's why the border of the selected one is partialy hidden
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
2
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
2
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
add a comment |
It look like you have a line layer delimiting polygons otherwise the whole area would appear selected (you can check the layer geometry with a right click on the layer name then select property then looking for the information tab and checking the Geometry)
If that's the case you may have information in the attribute table that may let you select whole boundary if not you will have to manually select all the line that limit your area.
If you give us more detail (like how this layer was made or what's in the attribute table) you will get more helpful answers
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f316842%2fqgis-polygon-selection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is due to the drawing order of your polygon. The other ones are probably drawn after the selected one. The last drawn is rendered on top of the others. That's why the border of the selected one is partialy hidden
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
2
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
2
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
add a comment |
This is due to the drawing order of your polygon. The other ones are probably drawn after the selected one. The last drawn is rendered on top of the others. That's why the border of the selected one is partialy hidden
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
2
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
2
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
add a comment |
This is due to the drawing order of your polygon. The other ones are probably drawn after the selected one. The last drawn is rendered on top of the others. That's why the border of the selected one is partialy hidden
This is due to the drawing order of your polygon. The other ones are probably drawn after the selected one. The last drawn is rendered on top of the others. That's why the border of the selected one is partialy hidden
answered 14 hours ago
PieterBPieterB
2,7101128
2,7101128
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
2
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
2
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
add a comment |
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
2
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
2
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
Is there a way I can change the order of the polygons? Because polygons underneath a polygon are for example hidden.
– kalakaru
14 hours ago
2
2
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
@kalakaru Yes. In Symbology Tab there is a small text saying "Layer Rendering" at the bottom. Open it and now check the box next to "Control feature rendering order". Now you can click the box with the "AZ and Arrow" Symbol and choose an attribute that controls the rendering order.
– MrXsquared
14 hours ago
2
2
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
if you set your fill as semi-transparant, the polygons underneath will show up
– PieterB
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
@PieterB that solved my problem. Thank you!! :)
– kalakaru
14 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
kalakaru, please accept the answer if it solved your problem, so that other participants understand that a similar question can solve their problem.
– Cyril
10 hours ago
add a comment |
It look like you have a line layer delimiting polygons otherwise the whole area would appear selected (you can check the layer geometry with a right click on the layer name then select property then looking for the information tab and checking the Geometry)
If that's the case you may have information in the attribute table that may let you select whole boundary if not you will have to manually select all the line that limit your area.
If you give us more detail (like how this layer was made or what's in the attribute table) you will get more helpful answers
add a comment |
It look like you have a line layer delimiting polygons otherwise the whole area would appear selected (you can check the layer geometry with a right click on the layer name then select property then looking for the information tab and checking the Geometry)
If that's the case you may have information in the attribute table that may let you select whole boundary if not you will have to manually select all the line that limit your area.
If you give us more detail (like how this layer was made or what's in the attribute table) you will get more helpful answers
add a comment |
It look like you have a line layer delimiting polygons otherwise the whole area would appear selected (you can check the layer geometry with a right click on the layer name then select property then looking for the information tab and checking the Geometry)
If that's the case you may have information in the attribute table that may let you select whole boundary if not you will have to manually select all the line that limit your area.
If you give us more detail (like how this layer was made or what's in the attribute table) you will get more helpful answers
It look like you have a line layer delimiting polygons otherwise the whole area would appear selected (you can check the layer geometry with a right click on the layer name then select property then looking for the information tab and checking the Geometry)
If that's the case you may have information in the attribute table that may let you select whole boundary if not you will have to manually select all the line that limit your area.
If you give us more detail (like how this layer was made or what's in the attribute table) you will get more helpful answers
edited 14 hours ago
answered 14 hours ago
J.RJ.R
3,481222
3,481222
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f316842%2fqgis-polygon-selection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are those blue lines actuylly polygons as well or just lines?
– HimBromBeere
14 hours ago
they are polygons. The area colour is inivisble (no fill).
– kalakaru
14 hours ago