This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mapnik
Watch
1
Star
0
Fork
0
You've already forked mapnik
mirror of
https://github.com/mapnik/mapnik.git
synced
2025-12-08 20:13:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mapnik
/
plugins
/
input
/
sqlite
History
Dane Springmeyer
73e8dd06a0
sqlite plugin: plugin is mature enough now: throw if sql errors are encountered
2011-04-01 01:20:34 +00:00
..
SConscript
scons: ensure libmapnik is built before any plugins that link to it on osx, needed for builds with -jN
2010-12-21 20:46:44 +00:00
sqlite_datasource.cpp
throw if table is not supplied, quote field names, use spatial index to get extent, and default to built in alias for the primary key ('rowid') if key_field is not supplied
2011-03-31 22:32:22 +00:00
sqlite_datasource.hpp
add geometry_table option to sqlite plugin, which if provided, allows spatial indexes to be used with subqueries
2011-03-17 23:50:16 +00:00
sqlite_featureset.cpp
+ sqlite logging cosmetics
2010-11-18 23:36:21 +00:00
sqlite_featureset.hpp
- sqlite.input: added row_offset and row_limit to parameters
2009-02-23 15:00:25 +00:00
sqlite_types.hpp
sqlite plugin: plugin is mature enough now: throw if sql errors are encountered
2011-04-01 01:20:34 +00:00