mapnik/plugins/input/occi
Lucio Asnaghi af3fa7dc76 + sqlite.input: whitespace fix
+ occi.input: added table_from_sql to allow specify SELECT statements in table parameter
+ occi.input: added use_spatial_index parameter (on by default)
+ occi.input: improved determination of query columns type
2009-02-24 09:58:31 +00:00
..
Makefile.am + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
occi_datasource.cpp + sqlite.input: whitespace fix 2009-02-24 09:58:31 +00:00
occi_datasource.hpp + sqlite.input: whitespace fix 2009-02-24 09:58:31 +00:00
occi_featureset.cpp - occi.input: improved determination of layer envelope by querying the spatial index metadata 2009-02-23 17:16:09 +00:00
occi_featureset.hpp + occi-input-plugin-3.patch (kunitoki) 2009-02-05 11:17:27 +00:00
occi_types.cpp + occi-input-plugin-4.patch (kunitoki) 2009-02-07 11:38:09 +00:00
occi_types.hpp - occi.input: improved determination of layer envelope by querying the spatial index metadata 2009-02-23 17:16:09 +00:00
README + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
SConscript scons: add option called 'LIB_DIR_NAME' to control the relative directory where input plugins are installed and where python looks to register them 2009-02-23 00:47:01 +00:00
spatial_classesh.h + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_classesm.cpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_classesm.h + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_classeso.cpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_types.typ + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00

#
# To regenerate C++ class declarations & implementations for the Spatial
# object types of your database you should execute OTT
#
ott userid=scott/tiger attraccess=private intype=spatial_types.typ code=cpp \
     cppfile=spatial_classeso.cpp hfile=spatial_classesh.h mapfile=spatial_classesm.cpp \
     mapfunc=RegisterClasses