Features crosses 180 meridian rendered wrong in mbtilesnot able to view rendered mbtiles and mapbox base map remotelyBest-practices for databases and APIs with geographic data spanning the antimeridianUnwanted display of 180 meridian in mapDefine polygon across the 180 meridian in DotSpatialgdal2tiles tiling raster crosses 180 meridianTippecanoe Vector Tiles overzooming not workingStyling rendered mbtiles in offline web-map service
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
whey we use polarized capacitor?
Chess with symmetric move-square
Is there really no realistic way for a skeleton monster to move around without magic?
declaring a variable twice in IIFE
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Copycat chess is back
Banach space and Hilbert space topology
What is the command to reset a PC without deleting any files
A Journey Through Space and Time
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
What Brexit solution does the DUP want?
How can I fix this gap between bookcases I made?
Draw simple lines in Inkscape
I probably found a bug with the sudo apt install function
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Circuitry of TV splitters
Why is the design of haulage companies so “special”?
Can a German sentence have two subjects?
Why can't I see bouncing of a switch on an oscilloscope?
Schwarzchild Radius of the Universe
Why Is Death Allowed In the Matrix?
Why CLRS example on residual networks does not follows its formula?
What is the white spray-pattern residue inside these Falcon Heavy nozzles?
Features crosses 180 meridian rendered wrong in mbtiles
not able to view rendered mbtiles and mapbox base map remotelyBest-practices for databases and APIs with geographic data spanning the antimeridianUnwanted display of 180 meridian in mapDefine polygon across the 180 meridian in DotSpatialgdal2tiles tiling raster crosses 180 meridianTippecanoe Vector Tiles overzooming not workingStyling rendered mbtiles in offline web-map service
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I think it is the common issue - rendering vector map crosses 180 meridian. But still no success - I didn't come to any correct solution.
The problem is, I have vector layer (exactly, linestring layer in EPSG:4326) in my DB (that crosses 180 meridian) and I would like to create .mbtiles from the layer for rendering in web app. When uploading to MapBOX Studio and visualize it, I have find out the lines through my screen:
My steps are the following:
Custom Vector Tiles from PostGIS
I know there is tippecanoe option -aw (Detect when consecutive points within a feature jump to the other side of the world, and try to fix the geometry) for this case, but for me it is not suitable - I generate vector tiles via docker-compose run generate-vectortiles.
I tried to use ST_ShiftLongitude before ST_Transform to EPSG:3857 - lines are not disappear;
The only solution is to divide layer in 2 parts by 180 meridian (with st_intersection) - for cut the geometries in east and west hemispheres and then merge them.
I believe there is more elegant solution, obviously I am not come to it.
Hope any suggestions or links?
mbtiles web-mercator antimeridian openmaptiles
add a comment |
I think it is the common issue - rendering vector map crosses 180 meridian. But still no success - I didn't come to any correct solution.
The problem is, I have vector layer (exactly, linestring layer in EPSG:4326) in my DB (that crosses 180 meridian) and I would like to create .mbtiles from the layer for rendering in web app. When uploading to MapBOX Studio and visualize it, I have find out the lines through my screen:
My steps are the following:
Custom Vector Tiles from PostGIS
I know there is tippecanoe option -aw (Detect when consecutive points within a feature jump to the other side of the world, and try to fix the geometry) for this case, but for me it is not suitable - I generate vector tiles via docker-compose run generate-vectortiles.
I tried to use ST_ShiftLongitude before ST_Transform to EPSG:3857 - lines are not disappear;
The only solution is to divide layer in 2 parts by 180 meridian (with st_intersection) - for cut the geometries in east and west hemispheres and then merge them.
I believe there is more elegant solution, obviously I am not come to it.
Hope any suggestions or links?
mbtiles web-mercator antimeridian openmaptiles
add a comment |
I think it is the common issue - rendering vector map crosses 180 meridian. But still no success - I didn't come to any correct solution.
The problem is, I have vector layer (exactly, linestring layer in EPSG:4326) in my DB (that crosses 180 meridian) and I would like to create .mbtiles from the layer for rendering in web app. When uploading to MapBOX Studio and visualize it, I have find out the lines through my screen:
My steps are the following:
Custom Vector Tiles from PostGIS
I know there is tippecanoe option -aw (Detect when consecutive points within a feature jump to the other side of the world, and try to fix the geometry) for this case, but for me it is not suitable - I generate vector tiles via docker-compose run generate-vectortiles.
I tried to use ST_ShiftLongitude before ST_Transform to EPSG:3857 - lines are not disappear;
The only solution is to divide layer in 2 parts by 180 meridian (with st_intersection) - for cut the geometries in east and west hemispheres and then merge them.
I believe there is more elegant solution, obviously I am not come to it.
Hope any suggestions or links?
mbtiles web-mercator antimeridian openmaptiles
I think it is the common issue - rendering vector map crosses 180 meridian. But still no success - I didn't come to any correct solution.
The problem is, I have vector layer (exactly, linestring layer in EPSG:4326) in my DB (that crosses 180 meridian) and I would like to create .mbtiles from the layer for rendering in web app. When uploading to MapBOX Studio and visualize it, I have find out the lines through my screen:
My steps are the following:
Custom Vector Tiles from PostGIS
I know there is tippecanoe option -aw (Detect when consecutive points within a feature jump to the other side of the world, and try to fix the geometry) for this case, but for me it is not suitable - I generate vector tiles via docker-compose run generate-vectortiles.
I tried to use ST_ShiftLongitude before ST_Transform to EPSG:3857 - lines are not disappear;
The only solution is to divide layer in 2 parts by 180 meridian (with st_intersection) - for cut the geometries in east and west hemispheres and then merge them.
I believe there is more elegant solution, obviously I am not come to it.
Hope any suggestions or links?
mbtiles web-mercator antimeridian openmaptiles
mbtiles web-mercator antimeridian openmaptiles
edited Apr 3 at 17:15
Vince
14.8k32849
14.8k32849
asked Apr 3 at 12:50
JaneJane
436212
436212
add a comment |
add a comment |
0
active
oldest
votes
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%2f317631%2ffeatures-crosses-180-meridian-rendered-wrong-in-mbtiles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f317631%2ffeatures-crosses-180-meridian-rendered-wrong-in-mbtiles%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