iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.09k stars 293 forks source link

Add an example demonstrating multiple CRS support #1770

Open jailln opened 2 years ago

jailln commented 2 years ago

Add an example demonstrating that itowns supports multiple CRS by e.g. allowing to switch CRS with a checkbox, something like the recent new demo of mapbox: https://docs.mapbox.com/mapbox-gl-js/example/projections/

By the way, an interesting blog post on non mercator web projections in interactive web maps has been published by mapbox: https://www.mapbox.com/blog/adaptive-projections where some interesting adjustments are described. I think they should be discussed / considered for itowns.

My opinion on these:

The PR in mapbox: https://github.com/mapbox/mapbox-gl-js/pull/11124/files

gchoqueux commented 2 years ago

I open a conversation #1777 on this next feature.

jailln commented 1 year ago

Until we create an example demonstrating this, there is a tutorial explaining how to do it