I'm using an OpenLayers-map and I want to use in it different mapservers, that use different coordinate systems. Can OpenLayers integrate it in the same map and automatically converts coordinate-systems?
|
1
|
|
|
|
|
|
Depending on the layers, you will always have some sort of baselayer (the map) wich you can't really convert. If you want to add data (markers, geo json stuff, etc) on that map you will have to convert it to the projection the baselayer is using. For markers this can easyly be done by:
Check out the Openlayers documentation about transforming location from one system to another. |
||
|
|
