I need to create whole-sky maps, but Google Earth in Sky mode has limited \"zoom out.\" Is it possible to create an orthographic map projection with Google Earth (or, for that matter, MS Virtual Earth
I\'ve got a map (Mercator), and the coordinates of the 4 corners of the map.I need to come up with something so I can convert given coordinates to corresponding points on the map.I can\'t use google o
I have a latitude/longitude value and distance value. I need to calculate a bounding box with the give开发者_运维百科n location as the center. so if the distance was 200 meters then the rectangle box
I\'m trying to lay an KML over VirtualEarth Map in OpenLayers, but it doesn-t work. I guess it has to be something with the projection.
In my main Web Page (Viewer.aspx) I have a javascript script tag like this <script language=\"javascript\" type=\"text/javascript\">
I have a Web Application that displays a Map Service that is in NAD 1927 UTM Zone 15N.I have JavaScript code that displays the XY in status bar based on where mouse cursor is on that map.I want to dis
Does anyone have a formula or conversion that will switch my UTM coordinates from Meters to Feet?I found Javascript code that will convert UTM coords in meters to Lat/Long but I will need my U开发者_运
This question already has answers here: How to convert from UTM to LatLng in python or Javascript (13 answers)
I\'m pretty confused. I have a point: x= -12669114.702301 y= 5561132.6760608 That I got from drawing a square on a vector layer with the DrawFeature controller.
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.