openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.34k stars 1.2k forks source link

Support non web mercator WMS #4843

Open tyrasd opened 6 years ago

tyrasd commented 6 years ago

follows #1141:

JOSM fakes EPSG:4326 and EPSG:3875/900913 interoperability by stretching a 4326 image a little bit vertically in-code. […] maybe iD could do a similar thing?

see also https://github.com/mapbox/whoots-js/issues/19

andrewharvey commented 6 years ago

is this all done now that #4858 was merged or is there still more to do?

tyrasd commented 6 years ago

Well, we could try to add support for other non web mercator projections (apart from plate carrée = EPSG:4326). Not sure if it would be worth the effort, though. //edit: at the moment there are no WMS services in editor-layer-index that support neither EPSG:3857 nor EPSG:4326.

andrewharvey commented 6 years ago

Well, we could try to add support for other non web mercator projections (apart from plate carrée = EPSG:4326). Not sure if it would be worth the effort, though.

Fair point!

c933103 commented 4 years ago

Is it possible for iD editor to support WMS in polar stereographic projection?