You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a problem with drawing geojson while using Equidistant Cylindrical (eqc) projection.
"+proj=eqc +lat_0=0 +lat_ts=0 +lon_0=126 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs"
When I draw world maps, there are unexpected lines acrossing left and right side of map.
I am having a problem with drawing geojson while using Equidistant Cylindrical (eqc) projection.
"+proj=eqc +lat_0=0 +lat_ts=0 +lon_0=126 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs"
When I draw world maps, there are unexpected lines acrossing left and right side of map.
This is the example of eqc projection case and source code.
https://github.com/hunter3789/geojson/blob/main/leaflet_imgoverlay_world.html
Is there any ideas to deal with it? Thank you.
The text was updated successfully, but these errors were encountered: