Tagged Questions
The srid tag has no wiki summary.
7
votes
4answers
5k views
How do you know what SRID to use for a shp file?
I am trying to put a SHP file into my PostGIS database, the the data is just a little off. I think this is because I am using the wrong SRID. The contents of the PRJ file are as follows:
...
2
votes
2answers
85 views
ST_DWithin takes parameter as degree , not meters , why?
The ST_DWithin document says , the third parameter(distance) is in meters. But when I execute some query , it seems it takes the 3rd parameter as 'degree' ?
Here is my simplified table structure :
...
2
votes
2answers
454 views
EPSG:4008 Layer Not Displaying
I have a map with OSM and Google Base layers and EPSG:4326 overlays. Now I am also trying to add overlays with other EPSG's to my map. Overlays which had an EPSG:2333 displayed just fine with no ...
1
vote
1answer
851 views
What spatial SRID is this? (trying to convert a .shp file to WSG84)
I'm trying to import some Shapefile mapping data into Sql2008. Before I do that, I need to convert it to WGS84 / SRID 4326, because all my existing data is in this format.
This is the source file ...
0
votes
1answer
79 views
ARCGIS tiles to coordinates
i'm trying to develop my own map service then dispaly my generated images into ARCGIS map viwer ...
Anyway my *.ashx service reads ARCGIS Tile URL looks like ...
0
votes
1answer
51 views
An error occurred when transforming the geometry to the SRID of the geometry form field
I am working on geodjango , postgis and found a problem while saving a location from OSMGeoAdmin with open street map .The map showing accordingly but when i want to save a location it shows with red ...
0
votes
1answer
66 views
how reprojections are done with srid = -1
I get a huge doubt, I have a shape file that I introduced to postgres and I didn't specify an srid, so the_geom column has -1 in the srid, when I start any other map viwers like QGis or MapSertver I ...
0
votes
0answers
167 views
How enforce NHibernate to specify SRID implicitly in spatial query?
I am using MSSql2008 and Nhibernate spatial.
I have such mapping:
<property name="Geometry" column="Geom">
<type name="NHibernate.Spatial.Type.GeometryType, NHibernate.Spatial">
...