Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projection discovery system #63

Open
GoogleCodeExporter opened this issue Aug 10, 2015 · 0 comments
Open

Projection discovery system #63

GoogleCodeExporter opened this issue Aug 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The Google projection used in the AtlasMapper is the un-official EPSG:900913. 
It is well supported by GeoServer but not supported by ncWMS.

The official Mercator projection (EPSG:3857) is known to be supported by the 
latest ncWMS version, but not well supported with old version of GeoServer.

A projection discovery system is needed to know which projection each data 
sources support. Than, when selecting the client's data sources, grey out the 
one that the client do not support. Also, a projection aliases system is needed 
to know that all Mercator projection are equivalent, so a data source 
supporting EPSG:900913 can be added to a client using EPSG:3857.

See: http://wiki.openstreetmap.org/wiki/EPSG:3857

Original issue reported on code.google.com by [email protected] on 15 Jul 2013 at 11:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant