Symbolizing Isochrones in QGIS
up vote
4
down vote
favorite
I have generated isochrones for London based on my parameters.
However, the isochrones by definition are overlapping polygons.
I would like to show the different polygons of the isochrones using different colors.
I have tried using gradient symbology, but the desired effect is not there since the overlapping polygons are making the different colors interact with each other.
I can separate the polygons into different files and then subtract each polygon from the others so that they don't overlap.
However, since I am relatively new to QGIS, I am wondering whether there is an alternate simpler way to achieve this visual effect?
I am using QGIS 3.4.1
qgis polygon symbology visualisation isochrone
add a comment |
up vote
4
down vote
favorite
I have generated isochrones for London based on my parameters.
However, the isochrones by definition are overlapping polygons.
I would like to show the different polygons of the isochrones using different colors.
I have tried using gradient symbology, but the desired effect is not there since the overlapping polygons are making the different colors interact with each other.
I can separate the polygons into different files and then subtract each polygon from the others so that they don't overlap.
However, since I am relatively new to QGIS, I am wondering whether there is an alternate simpler way to achieve this visual effect?
I am using QGIS 3.4.1
qgis polygon symbology visualisation isochrone
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I have generated isochrones for London based on my parameters.
However, the isochrones by definition are overlapping polygons.
I would like to show the different polygons of the isochrones using different colors.
I have tried using gradient symbology, but the desired effect is not there since the overlapping polygons are making the different colors interact with each other.
I can separate the polygons into different files and then subtract each polygon from the others so that they don't overlap.
However, since I am relatively new to QGIS, I am wondering whether there is an alternate simpler way to achieve this visual effect?
I am using QGIS 3.4.1
qgis polygon symbology visualisation isochrone
I have generated isochrones for London based on my parameters.
However, the isochrones by definition are overlapping polygons.
I would like to show the different polygons of the isochrones using different colors.
I have tried using gradient symbology, but the desired effect is not there since the overlapping polygons are making the different colors interact with each other.
I can separate the polygons into different files and then subtract each polygon from the others so that they don't overlap.
However, since I am relatively new to QGIS, I am wondering whether there is an alternate simpler way to achieve this visual effect?
I am using QGIS 3.4.1
qgis polygon symbology visualisation isochrone
qgis polygon symbology visualisation isochrone
edited 15 hours ago
asked 16 hours ago
DotPi
3831317
3831317
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
You can use Union tool to get rid of the overlapping polygons and then add the colors you want to each polygon. Union tool is located under Vector -> Geoprocessing tools -> Union
.
But if the overlapping polygons are located in one layer, then it is better to use v.clean tool under Processing toolbox -> GRASS GIS 7 commands -> Vector -> v.clean
, and under Cleaning tool use Break
, as you can see below:
In QGIS 3.4.1 it is under GRASS -> Vector -> v.clean
and break is located under the cleaning tool:
It will remove overlapping polygons located in one polygon layer.
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
Updated Question. It works now.
– DotPi
15 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
You can use Union tool to get rid of the overlapping polygons and then add the colors you want to each polygon. Union tool is located under Vector -> Geoprocessing tools -> Union
.
But if the overlapping polygons are located in one layer, then it is better to use v.clean tool under Processing toolbox -> GRASS GIS 7 commands -> Vector -> v.clean
, and under Cleaning tool use Break
, as you can see below:
In QGIS 3.4.1 it is under GRASS -> Vector -> v.clean
and break is located under the cleaning tool:
It will remove overlapping polygons located in one polygon layer.
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
Updated Question. It works now.
– DotPi
15 hours ago
add a comment |
up vote
3
down vote
accepted
You can use Union tool to get rid of the overlapping polygons and then add the colors you want to each polygon. Union tool is located under Vector -> Geoprocessing tools -> Union
.
But if the overlapping polygons are located in one layer, then it is better to use v.clean tool under Processing toolbox -> GRASS GIS 7 commands -> Vector -> v.clean
, and under Cleaning tool use Break
, as you can see below:
In QGIS 3.4.1 it is under GRASS -> Vector -> v.clean
and break is located under the cleaning tool:
It will remove overlapping polygons located in one polygon layer.
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
Updated Question. It works now.
– DotPi
15 hours ago
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
You can use Union tool to get rid of the overlapping polygons and then add the colors you want to each polygon. Union tool is located under Vector -> Geoprocessing tools -> Union
.
But if the overlapping polygons are located in one layer, then it is better to use v.clean tool under Processing toolbox -> GRASS GIS 7 commands -> Vector -> v.clean
, and under Cleaning tool use Break
, as you can see below:
In QGIS 3.4.1 it is under GRASS -> Vector -> v.clean
and break is located under the cleaning tool:
It will remove overlapping polygons located in one polygon layer.
You can use Union tool to get rid of the overlapping polygons and then add the colors you want to each polygon. Union tool is located under Vector -> Geoprocessing tools -> Union
.
But if the overlapping polygons are located in one layer, then it is better to use v.clean tool under Processing toolbox -> GRASS GIS 7 commands -> Vector -> v.clean
, and under Cleaning tool use Break
, as you can see below:
In QGIS 3.4.1 it is under GRASS -> Vector -> v.clean
and break is located under the cleaning tool:
It will remove overlapping polygons located in one polygon layer.
edited 15 hours ago
answered 16 hours ago
ahmadhanb
20.4k31847
20.4k31847
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
Updated Question. It works now.
– DotPi
15 hours ago
add a comment |
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
Updated Question. It works now.
– DotPi
15 hours ago
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
I am using QGIS v3.4.1 and I cannot see the parameter called 'Cleaning tool' inside the v.clean interface
– DotPi
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
@DotPi I updated the answer considering QGIS 3.4.1. It is better to mention QGIS version in your question.
– ahmadhanb
15 hours ago
Updated Question. It works now.
– DotPi
15 hours ago
Updated Question. It works now.
– DotPi
15 hours 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%2f302401%2fsymbolizing-isochrones-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