Changes between Initial Version and Version 1 of Ticket #1622


Ignore:
Timestamp:
Oct 18, 2017, 3:15:28 PM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1622 – Description

    initial v1  
    11We should implement support for processing shapefiles, e.g. a query option such as
    22{{{
    3 'select clip(..., $1) from ..' -f shapefile
     3'select clip(..., decode($1)) from ...' -f shapefile
    44}}}
    55
    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.
     6At 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).