Tagged Questions

0
votes
4answers
275 views

British National Grid Shapefile - convert to WGS84 Lat/Lon

I have a set of ESRI shapefiles which, I'm told, have been written using the British National Grid coordinate system. I need to convert these files to WGS84 lat/lons, for onward co …
0
votes
1answer
146 views

Get map position when WGS-84 lat/lon when upper left and lower right corners’ lat/lon are given

Suppose I have a map, for example from openstreetmaps.org. I know the WGS-84 lat/lon of the upper left and lower right corner of the map. How can I find other positions on the map …
1
vote
1answer
281 views

Coordinate Transformation (LL + Elevation to WGS84)

I'm currently working on a 3D visualization project, and I came across an issue that I noticed we've been doing in a hackish way. I'm not too experienced with the WGS84 system its …
1
vote
4answers
2k views

Java code for WGS84 to Google map position and back

Searching for some sample code for converting a point in WGS84 coordinate system to a map position in Google Maps (pixel position), also supporting zoom levels. If the codes is w …