Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
471 views

EPSG:4008 Layer Not Displaying

I have a map with OSM and Google Base layers and EPSG:4326 overlays. Now I am also trying to add overlays with other EPSG's to my map. Overlays which had an EPSG:2333 displayed just fine with no ...
0
votes
1answer
154 views

OSM: convert ties from projected coordinates in spherical mercator “EPSG:900913” to “EPSG:4326” coordinates

I'm using a map with a layer (from the example): var lonLat = new OpenLayers.LonLat(40.4088576, -86.8576718) .transform( new OpenLayers.Projection("EPSG:4326"), // ...
0
votes
2answers
120 views

Convert EPSG:32632 coordinates in meters in JAVA

I'm trying to find a solution to convert my epsg:32632 coordinates into meters. epsg:32632 coordinates look like: 13.39453125, 58.34765625. Does anyone know how can i do this in java? Thanks, Ares
0
votes
3answers
2k views

java transform projection EPSG:900913 to EPSG:4326

in the openlayers we can simple transform EPSG:900913 to EPSG:4326 I'm look for a java lib can do that. here I found this, http://www.jhlabs.com/java/maps/proj/index.html but the document is in c++ ...