Tagged Questions
4
votes
2answers
1k views
What is the difference between EPSG:900913 and EPSG:3857?
I'm using the QGIS google layers plugin to digitize a parcel as a shapefile. Later I want to import it to PostGIS. I know that google maps use a special 'google mercator' projection. What is the ...
1
vote
0answers
205 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 ...
1
vote
1answer
599 views
How to unproject coordinates on a Google map with Openlayers?
Below is my code and a pic. When I finish making my circle on a Google map with Openlayers, I get the following coordinates but I want coordinates like E.G:
bottom: -27.762124575762
left: ...
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
0answers
738 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! ...
3
votes
1answer
183 views
Unexpected Result After Reprojection Attempt
I'm a member of a student team that is currently researching how to query raster information using PostGIS v2.0. Our raster's coordinate system is EPSG 2236 (NAD 83 / Florida East) and as we will be ...
4
votes
3answers
3k views
Using the Proj4js library to convert from Google Maps to projected values
I'm using the proj4s javascript library (based on advice from this question I asked previously) to convert lat/long values on my webpage. This page receives the lat/long values from google maps and ...