I\'m in the process of adding a WAC overlay to google maps. The map tiles are projected in NAD83 (lcc), google maps is WGS84 (mercator).
public boolean onTap(GeoPoint p, MapView mapView) { String msg; double d1 = p.getLatitudeE6()/1E6; double d2 = p.getLongitudeE6()/1E6;
I am trying to convert the following to work with the Google maps v3 JS api. N37 10.320 W122 13.357 How do I convert this to work with the LatLng Object?
I am looking for a tool that meets the following requirements 1) Ability to import shapefile in osgb36 format to database (sql server 2005/2008) programmatically.
I am working over a small component for a web portal that show polygons over a map, using OpenLayers,Google Maps, and another proprietary source .
HI I tried to implement a simple GPS tracker. Therefore is used 开发者_开发技巧 lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
I have a GPS-coordinate in WGS84 that I would like to 开发者_如何学Ctransform to a map-projection coordinate in SWEREF99 TM using PROJ.4 in Java or Proj4js in JavaScript.
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 fil