Tagged Questions
4
votes
1answer
70 views
Openlayers/Proj4js not transforming coordinates the first time
Something seems to be going wrong with my transformations. Before I added proj4js, transforming a coordinate went fine:
new OpenLayers.LonLat(-1.0, 52.0).transform(new ...
0
votes
1answer
166 views
How to reproject layers (using GeoServer and OpenLayers) in order to overlay on the google maps [duplicate]
Possible Duplicate:
Openlayers and Geoserver: OSM/Google Maps and WMS Overlay
I am writing a code using OpenLayers. In this code, I want to display different layers in different zoom ...
1
vote
1answer
100 views
Problem reprojecting KML in EPSG:2039 Map - OpenLayers 2.12 + proj4js
I have KML files (EPSG:4326) and a background map I made using EPSG:2039 projection (mandatory).
When I try reprojecting the KMLs to show in EPSG:2039 I don't succeed and still they don't appear on ...
1
vote
2answers
210 views
Geodjango - using projected coordinates with olwidget
I have a database in GeoDjango containing data based on the Australian MGA54 coordinate system (SRID 28354). I have the srid set in the model definintions and when using the standard GeoModelAdmin ...
0
votes
1answer
951 views
Conversion from N,E to Lat/Long And Lat/Long to N,E will always be same? [closed]
I have an excel tool for the conversion of following lat/long:
Lat: 23° 11’ 24.67503’’ S
Long: 118° 46’ 6.15742’’ E , which gives me following N,E:
Northing: 7,434,317.43
Easting: 680,991.69
But I ...
1
vote
0answers
136 views
On the usage of Proj4Js->tmerc.js
I am using "proj4js & open layers" for my mapping.
I got projection & datum (which is based on "Transverse Mercator") of a local plane and
this plane is part of a grid which returns ...
0
votes
2answers
133 views
How do you pass parameters for Proj4js implementation with OpenLayers
I am using Proj4js along with OpenLayers for the transformation of x,y (projection type is Transverse Mercator) to long, lat.
While executing "inverse()" method what I noticed that in tmerc.js some ...
1
vote
1answer
100 views
Tool For Generating Formula for Projection
I am using Proj4Js for northing,easting to lat,long transformation.
My Datum is "AGD84" and projection is "Transverse Mercator".
While doing so I found that if I don't specify "+proj" parameter in ...
2
votes
4answers
1k views
OpenLayers transform EPSG 27700 coordinate to Google 900913
Community,
I'm currelty capturing my mouse click event and trying to transform the coordinates into Long Lat. I need to get at the Long Lat as strings so I can build a url and throw it at Google ...
2
votes
3answers
2k views
How do I include proj4js in openlayers?
in my Openlayers app, since the base map projection is not epsg900913 or 4326, I need to include proj4js in order to use geolocation feature. but i got such a error notice:
GET ...
