Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
4k views

convert a shapefile (.shp) to xml/json

i'm working with a shapefile (.shp, .dbf, etc) and would like to convert it to xml. i'm on a mac, and am having trouble finding an application that will help me with the conversion. does anyone know ...
4
votes
2answers
556 views

Split or save a subset of a ESRI Shape SHP file to a new file?

I'm working with shape files in GeoDjango. Right now I'm trying to write a test for code that loads in a shape file and saves it to a database. The shape file currently has a feature count of ...
2
votes
1answer
326 views

cretaing SHP from SQL

Is it possible convert sql to shp file using pgsql2shp without shell. Through some sql (postgis, postgresql) syntax?
2
votes
2answers
1k views

Which open-source java-library provides an easy way to read and write ESRI Shapefiles?

For a project I need to read and write ESRI shapefiles. It should be very easy, as I don't need advanced features. Is something out there?
0
votes
1answer
24 views

How to generate .map file from from .shp files?

I have a bunch of ESRI Shape files (.shp) bundled with .dbf and .shx files. Is there anyway to generate .map file consumable by MapServer automatically? Ideally by some command-line command in linux. ...
0
votes
0answers
159 views

shp to svg open questions?

I would like to convert shp to svg datas. I know (and use) Inkscape, Arcgis. I know (and use) the following projects also. The second is the better. ...
0
votes
0answers
259 views

shp files in .net and convert to kml

I am working on application with maps in .net. I want to read shp files in .net and convert to kml I dont want tool , I need dll or code so that I can do it at run time. Can you help me on same ...
0
votes
2answers
2k views

How does a SHX-file work?

If you have geographic data stored in ESRI shapes, you have at least three files: one ending with .shp containing the vector-data, one ending with .dbf containing attributes and a file ending with ...