Tagged Questions
2
votes
2answers
3k 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 conversion to KML ...
2
votes
5answers
8k 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 well commented, then ...
0
votes
1answer
551 views
Converting utm to lat long with different datums (data?)
I'm a GIS novice, but have code to convert lat/long to UTM coordinates, and it assumes the WGS84 datum.
I also have a list of different values for the earth's radius, roundness, etc:
Datum ...
0
votes
1answer
899 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 from given WGS-84 ...