gm3
gm3 copied to clipboard
Support How-to Use a Basemap other than 3857
Not everyone loves Web Mercator. We should show how to use a projection other than it. This should include an updated how-to.
Note: This is more than a documentation issue.
There are currently many places where 3857 is hard coded in the library:
upload.jsxanddownload.jsxprintModal.jsxandgeopdf.js(as WKT)mesaure.jsxapplication.jsxvector.jsxmeasure.jsxcoordinates.jsx
I definitely think this would be useful, even if it's explaining how to modify these files and rebuild the geomoose javascript. Reprojecting data from our local coordinate to 3857 definitely slows things down in our build.
My biggest concern with 3857 is it really isn't appropriate for survey quality data.
It's more a matter of OpenLayers. As you dig into the code it gets really ugly as you start changing up the projection. And in the years-gone-past we found people always wanted to bring in the open-tiled datasets and that was a real problem if they were serving in a local projection.