2
votes
3answers
119 views

Which CRS to use for Google Maps?

I am trying to map a Shapefile (download) onto a Google Map using the Javascript API. The Shapefile describes the boundaries of NYC School Districts. The file's projection was Lambert Conformal ...
1
vote
1answer
65 views

Data points Imported into QGIS are in the middle of ocean

I'm new to QGIS and tried importing some GTFS data in the CSV format (stops.txt). The project CRS, base map CRS and GTFS CRS have all been set to Google Mercator, but the points that are supposed to ...
0
votes
1answer
85 views

Projection - Some of my data are in odd position [closed]

Some of my data has this position lon: 181 / lat: 91 So when I try to draw them on the Google map: var geographic = new OpenLayers.Projection("EPSG:4326"); var mercator = new ...
6
votes
1answer
384 views

Which is the correct projection in ArcGIS for EPSG:3857/900913?

I want to publish a mapservice in ArcGIS server, which will be overlayed on Google Maps or Bing Maps. For this, the Map Service needs to be in EPSG:3857/900913. The Google Maps projection is supposed ...
4
votes
2answers
1k views

EPSG 3857 or 4326 for GoogleMaps, OpenStreetMap and Leaflet

The discussion at What is the difference between WGS84 and EPSG4326? shows that 4326 is just the EPSG identifier of WGS84.. Wikipedia entries for Google Maps and OpenStreetMap shows that they both ...
1
vote
0answers
206 views

How do I use Proj4js or other technique to make custom map projections with google.maps.Projection?

I'm using Google's Projection class to try to convert my map projection from the default spherical mercator to something like Lambert Conformal Conic. I was previously adapting the code from this ...
2
votes
2answers
684 views

Image tiling math

I've been looking at MapTiler for the logic on how to render an image as tiles on a (google) map. Instead of storing the single tiles locally in a folder structure I want to use Djatoka. I'm able to ...
2
votes
3answers
688 views

Why are the tile coordinates different in Google maps and Google earth?

I have a .NET application that typically uses the standard Google Maps JavaScript API V2. Within this application I am using a GTileLayerOverlay to add my own custom dynamic tile layer. function ...
15
votes
5answers
5k views

Map projection in OpenLayers

I want to overlay some data whose projection is WGS-84 on Google map layer in OpenLayers. But I just can't make them in the right place. I did as follows: map = new OpenLayers.Map('map', { ...
2
votes
1answer
279 views

How to generate a grid of horizontal equal-area rectangles in a Mercator projection?

I'm new to GIS so pardon my ignorance and bear with me. I'm generating a grid relative to a LonLat point. To make the cells all equal area, I'm creating it in 2163 projection. The problem is that when ...
2
votes
1answer
337 views

Rendering 3D timezones KML on a 2D map

I'm trying to render a KML layer (with timezones) in Google Maps API v3. The KML layer works fine in 3D (in Google Earth), but when I render it in 2D, the timezone lines that meet at the North Pole ...
30
votes
4answers
3k views

Why has Web Mercator (auxiliary sphere) become the web map standard?

I understand what the difference is between the Web Mercator projection and Web Mercator Auxiliary Sphere (WMAS). I also understand that both Google and Esri have adopted this projection as their ...
1
vote
1answer
397 views

Project WGS84 to Google using MapGuide and WKT

I'm having trouble projecting a simple WGS84 formatted layer over google maps. I can't find a good WKT "API" that not only shows parameters, but explains what each parameter is. The coordinate system ...
2
votes
0answers
752 views

Converting projected coordinates to google maps pixels

I have a single polygon in a local projection system. I would like to convert that polygon into an image that can be used as an overlay on google maps. I understand that it may be better to use ...
0
votes
1answer
199 views

How to realign misplaced GeoTiffs?

I have bought a few (30) GeoTiff maps from my country's Geo-department - South Africa. They all have a date in the filename and the newest one was created in 2004, I see one is dated 1977 - that old! ...
2
votes
1answer
732 views

Geowebcache does not displaying map tiles in EPSG:900913 from a remote WMS server

I connect Geowebcache to a remote WMS service through their Getcapability request by adding the url in geowebcache-servlet.xml document. Geowebcache demo page displays the list of wms layers from ...
34
votes
5answers
3k views

Why is the 'straight line' path across continent so curved?

This is the result of mapping the straight line path from a point in US to Poland using Distance Measurement Tool. Also, planes from Asia to US would travel almost over North Pole. Why is the path ...
2
votes
2answers
808 views

Converting google map api coordinates into meters

How would I go about converting the results of my map bounding box into meters within javascript? For example, if I have the coordinates 51.52366625446907, -0.07467269897460938 decimal degrees, can I ...
5
votes
3answers
662 views

Plot a EPSG:4326 KML File using Google Maps V3

I have a KML file that uses EPSG:4326. Is there any way to plot this onto a Google Map (v3) which uses Mercator? Here is the page I am working on The district data comes from one source and is ...
33
votes
3answers
8k views

What is the current Web Mercator projection code?

The web mercator projection, popularised by Google Maps, seems to be given a new EPSG code every couple of years. EPSG:900913 (Google in calculator text) was an unofficial code EPSG:3785 - is the ...