0
votes
1answer
79 views

Changing symbology/color in kml when exported from arcGIS/QGIS [closed]

I have marked some points and used symbology in ArcGIS/QGIS... when I export the file to kml, the color/symbology changes and only single color/symbol remains. Is there any possible way that the ...
4
votes
1answer
173 views

Export KML to SHP in Javascript

I need my Javascript browser application to convert/export KML documents into ESRI shapefiles. Is there any JS library that can do it? I tried googling, but no answers so far (at least, not in ...
2
votes
1answer
116 views

How do I export neighbourhoods in wikimapia to KML file [duplicate]

Possible Duplicate: How do I export from Wikimapia to KML I am trying to export the neighbourhoods in Wikimapia to KML format. Is this possible? These are all the predefined neighbourhoods ...
1
vote
1answer
207 views

Exporting vector to kml with ogr2ogr without extended data

If I convert a shapefile as kml in QGIS, GRASS or ogr2ogr directly, defining the name and/or description field with the -dsco tag, all columns in the attribute table of the input layer are exported to ...
4
votes
4answers
3k views

How do I export from Wikimapia to KML

I'm not a API person but a GIS user and I would like to export points from a category from Wikimapia to KML or any other useful GIS formats. Has anyone developed that? It could be interesting to add ...
1
vote
1answer
2k views

How to export KML from points plotted in javascript Google Maps API

I want to export a KML file from points plotted in Javascript using the Google Maps API. Is there a way to do this? I would like the user to be able to log in and see Google Maps, then plot points on ...