Changes between Version 204 and Version 205 of UserGuidelines/GIS/Data
- Timestamp:
- 01/03/13 11:03:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v204 v205 48 48 NB AS_WKT requires OGR v1.6+ 49 49 50 If the data is Admin Boundaries then it can be imported into the gis_location table via http://host.domain/eden/gis/location/import 51 52 Otherwise the data can be imported into the gis_theme_data table via http://host.domain/eden/gis/theme_data/import 53 - you will first need to define the layer and activate in the config(s) of your choice 54 55 An alternative way to deal with Shapefiles is to upload to [wiki:UserGuidelines/GIS/Data#ImportShapefiles GeoServer] & serve as WMS/WFS from there... 50 56 === KML === 51 57 Can convert a KML to CSV using the attached script: {{{python KML2WKT.py <filename>.kml}}}