QGIS. Polygon doesn't repeat itselfHow to get projected centroids in QGIS?QGIS 2.14.3. positioning gap between OpenLayers layer and aerial imageQGIS world imagery does not repeat itselfHow to create Great Circle Mapper style range rings in QGIS?Polygon doesn't appear in QGISGeoreference a image representing the world with unknown projection systemTroubleshooting the use of OpenLayers Plugin layers with Midvatten Plugin in QGISDisplaying of lake names similar to Google or OSM mapsStarting a QGIS project for a fantasy world map from raster imagesQGIS v. ArcMap Network Analysis Isochrones
Why is it easier to balance a non-moving bike standing up than sitting down?
How did Gollum enter Moria?
Why does std::string_view create a dangling view in a ternary expression?
Extending prime numbers digit by digit while retaining primality
What are the current battlegrounds for people’s “rights” in the UK?
Is there a term for the belief that "if it's legal, it's moral"?
Prisoner on alien planet escapes by making up a story about ghost companions and wins the war
Too early in the morning to have SODA?
Is there a name for the trope when there is a moments dialogue when someone pauses just before they leave the room?
Can the pre-order traversal of two different trees be the same even though they are different?
Find the common ancestor between two nodes of a tree
A word for delight at someone else's failure?
King or Queen-Which piece is which?
What was the first third-party commercial application for MS-DOS?
Warnings using NDSolve on wave PDE. "Using maximum number of grid points" , "Warning: scaled local spatial error estimate"
What triggered jesuits' ban on infinitesimals in 1632?
How does join() produce different results depending on the arguments?
How much steel armor can you wear and still be able to swim?
What is the "ls" directory in my home directory?
Why is oilcloth made with linseed oil?
Greeting with "Ho"
What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?
Is the continuity test limit resistance of a multimeter standard?
Can you use one creature for both convoke and delve for Hogaak?
QGIS. Polygon doesn't repeat itself
How to get projected centroids in QGIS?QGIS 2.14.3. positioning gap between OpenLayers layer and aerial imageQGIS world imagery does not repeat itselfHow to create Great Circle Mapper style range rings in QGIS?Polygon doesn't appear in QGISGeoreference a image representing the world with unknown projection systemTroubleshooting the use of OpenLayers Plugin layers with Midvatten Plugin in QGISDisplaying of lake names similar to Google or OSM mapsStarting a QGIS project for a fantasy world map from raster imagesQGIS v. ArcMap Network Analysis Isochrones
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In QGIS, I represent a polygon of the El Niño regions on the Pacific Ocean, as seen below:
Now, what I need is that the regions of Oceania and East Asia are shown on the left side of the map, similar to this image:
The shapefile of continents does not repeat itself, so how could it be done?
The idea is to avoid the use of secondary images like the OpenLayers plugin.
qgis
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
In QGIS, I represent a polygon of the El Niño regions on the Pacific Ocean, as seen below:
Now, what I need is that the regions of Oceania and East Asia are shown on the left side of the map, similar to this image:
The shapefile of continents does not repeat itself, so how could it be done?
The idea is to avoid the use of secondary images like the OpenLayers plugin.
qgis
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
In QGIS, I represent a polygon of the El Niño regions on the Pacific Ocean, as seen below:
Now, what I need is that the regions of Oceania and East Asia are shown on the left side of the map, similar to this image:
The shapefile of continents does not repeat itself, so how could it be done?
The idea is to avoid the use of secondary images like the OpenLayers plugin.
qgis
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
In QGIS, I represent a polygon of the El Niño regions on the Pacific Ocean, as seen below:
Now, what I need is that the regions of Oceania and East Asia are shown on the left side of the map, similar to this image:
The shapefile of continents does not repeat itself, so how could it be done?
The idea is to avoid the use of secondary images like the OpenLayers plugin.
qgis
qgis
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 hours ago
J. Monticolo
2,350524
2,350524
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
JVLJVL
61
61
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
JVL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
A workaround below :
- Duplicate the "world" layer.
Layer Menu>Duplicate layer(or right-click on the layer) - Go to the duplicated layer properties.
Layer Menu>Layer properties(or right-click on the layer, and by default, double-click on the layer) - In the symbology tab, as symbol type, choose
Geometry generator(doc link) Leave the
Polygon / Multi-polygonsymbol type and enter the formula :translate($geometry, -360, 0)Give the same symbology to both layers and remove if necessary the borders (conflict for Antarctica, Fiji islands and Russia)
I assume there is no projection and coordinates are in degrees, but it's work even with a projection, just replace the -360 part by the correct distance.
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
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
);
);
JVL is a new contributor. Be nice, and check out our Code of Conduct.
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%2f326035%2fqgis-polygon-doesnt-repeat-itself%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
A workaround below :
- Duplicate the "world" layer.
Layer Menu>Duplicate layer(or right-click on the layer) - Go to the duplicated layer properties.
Layer Menu>Layer properties(or right-click on the layer, and by default, double-click on the layer) - In the symbology tab, as symbol type, choose
Geometry generator(doc link) Leave the
Polygon / Multi-polygonsymbol type and enter the formula :translate($geometry, -360, 0)Give the same symbology to both layers and remove if necessary the borders (conflict for Antarctica, Fiji islands and Russia)
I assume there is no projection and coordinates are in degrees, but it's work even with a projection, just replace the -360 part by the correct distance.
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
add a comment |
A workaround below :
- Duplicate the "world" layer.
Layer Menu>Duplicate layer(or right-click on the layer) - Go to the duplicated layer properties.
Layer Menu>Layer properties(or right-click on the layer, and by default, double-click on the layer) - In the symbology tab, as symbol type, choose
Geometry generator(doc link) Leave the
Polygon / Multi-polygonsymbol type and enter the formula :translate($geometry, -360, 0)Give the same symbology to both layers and remove if necessary the borders (conflict for Antarctica, Fiji islands and Russia)
I assume there is no projection and coordinates are in degrees, but it's work even with a projection, just replace the -360 part by the correct distance.
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
add a comment |
A workaround below :
- Duplicate the "world" layer.
Layer Menu>Duplicate layer(or right-click on the layer) - Go to the duplicated layer properties.
Layer Menu>Layer properties(or right-click on the layer, and by default, double-click on the layer) - In the symbology tab, as symbol type, choose
Geometry generator(doc link) Leave the
Polygon / Multi-polygonsymbol type and enter the formula :translate($geometry, -360, 0)Give the same symbology to both layers and remove if necessary the borders (conflict for Antarctica, Fiji islands and Russia)
I assume there is no projection and coordinates are in degrees, but it's work even with a projection, just replace the -360 part by the correct distance.
A workaround below :
- Duplicate the "world" layer.
Layer Menu>Duplicate layer(or right-click on the layer) - Go to the duplicated layer properties.
Layer Menu>Layer properties(or right-click on the layer, and by default, double-click on the layer) - In the symbology tab, as symbol type, choose
Geometry generator(doc link) Leave the
Polygon / Multi-polygonsymbol type and enter the formula :translate($geometry, -360, 0)Give the same symbology to both layers and remove if necessary the borders (conflict for Antarctica, Fiji islands and Russia)
I assume there is no projection and coordinates are in degrees, but it's work even with a projection, just replace the -360 part by the correct distance.
answered 7 hours ago
J. MonticoloJ. Monticolo
2,350524
2,350524
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
add a comment |
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
Hi, thanks for your help. I did what you indicated, but from the Eurasia region it only shows Russia. Any suggestions? By the way, I'm using WGS84 (EPSG: 4326)
– JVL
7 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
It was a feature problem ... I don't know why (I think it's for rendering performances) but features with my solution are for non visual properties at their original places (show labels for understand). If you zoom out for see the two "worlds", you'll see all the features ... I advice you to use, in the toolbox, the translation tool for create a brand new layer (with false Lat/Lon coordinates but it will display all the features).
– J. Monticolo
3 hours ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
Ok. I will take your advice into account. Thank you very much for your help.
– JVL
37 mins ago
add a comment |
JVL is a new contributor. Be nice, and check out our Code of Conduct.
JVL is a new contributor. Be nice, and check out our Code of Conduct.
JVL is a new contributor. Be nice, and check out our Code of Conduct.
JVL is a new contributor. Be nice, and check out our Code of Conduct.
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%2f326035%2fqgis-polygon-doesnt-repeat-itself%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