Changes between Initial Version and Version 1 of Ticket #1622
- Timestamp:
- Oct 18, 2017, 3:15:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1622 – Description
initial v1 1 1 We should implement support for processing shapefiles, e.g. a query option such as 2 2 {{{ 3 'select clip(..., $1) from..' -f shapefile3 'select clip(..., decode($1)) from ...' -f shapefile 4 4 }}} 5 5 6 At bare minimum, this would require implementing support for multipolygons, multilines, and either writing a file parser for handling shapefiles or adding a library for parsing them.6 At bare minimum, this would require implementing a decode for shapefiles relying on a library for parsing them ([http://shapelib.maptools.org/ shapelib] seems the most popular).