Dane Springmeyer
|
4bd5484cdb
|
fixup includes and value type and params usage across plugins
|
2013-01-04 09:23:06 -08:00 |
|
Dane Springmeyer
|
e682705a86
|
use the std library tolower over boost::algorithm::to_lower for both better runtime and compile speed - closes #1677
|
2013-01-03 19:27:53 -08:00 |
|
artemp
|
bba0b61dfc
|
+ consider metadata first when calculating extent
|
2013-01-03 15:44:05 +00:00 |
|
Dane Springmeyer
|
66a5c26fdc
|
leverage mapnik::value_integer for feature.id() and grid rendering buffer - refs #1662
|
2012-12-19 19:24:52 -08:00 |
|
Dane Springmeyer
|
241bf28da0
|
'include what you use' in plugins to set up for future forward declarations in mapnik/feature.hpp and mapnik/datasource.hpp
|
2012-07-24 19:21:55 -07:00 |
|
Dane Springmeyer
|
e36081a5c0
|
change geometry_utils::from_wkb to return a bool that signifies if at least one wkb path was parsed - refs #1333 and #1305
|
2012-07-20 15:09:01 -07:00 |
|
Dane Springmeyer
|
39bae3825e
|
remove plugin usage of lexical cast - refs #1055
|
2012-06-22 16:49:53 -04:00 |
|
Dane Springmeyer
|
77c58e487d
|
whitespace fixes
|
2012-02-01 17:37:35 -08:00 |
|
Dane Springmeyer
|
0bb2cc2d49
|
add support for 'intersects' token in sqlite plugin - closes #809
|
2011-12-16 10:05:54 -08:00 |
|
Dane Springmeyer
|
c7a6dc597a
|
sqlite: when building rtree sql, only try WHERE substitution if not doing join
|
2011-12-16 08:14:08 -08:00 |
|
Dane Springmeyer
|
95264a2dcb
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-12-16 06:50:32 -08:00 |
|
Dane Springmeyer
|
6e18e307ee
|
Add missing break
|
2011-12-15 17:18:22 -08:00 |
|
Dane Springmeyer
|
c0f918114e
|
sqlite: fixup rtree bbox entries to use cumulative extent of multipolygons to avoid contraint errors
|
2011-12-12 08:30:46 -08:00 |
|
Artem Pavlenko
|
7209988fb0
|
Simplify geometry model to support: Point/LineString/Polygon
Multi geometries are collections of single geometries
Remove multiple_geometries parameter
|
2011-12-06 12:53:16 +00:00 |
|
Dane Springmeyer
|
9cf15bac0f
|
alternate in-memory rtree generation, and remove debug output
|
2011-11-19 11:36:35 -08:00 |
|
Dane Springmeyer
|
62a5e457f1
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
Dane Springmeyer
|
b3b938a804
|
sqlite: let sqlite automatically rollback if needed to avoid potential rollback against no transaction
|
2011-11-13 19:19:22 -08:00 |
|
Dane Springmeyer
|
73feb36dba
|
sqlite: trim all types of valid quote characters on table names
|
2011-11-13 16:41:54 -08:00 |
|
Dane Springmeyer
|
b1c2d9f680
|
sqlite: disassociate extent calculation from rtree auto-index creation, and grab immediate lock on rtree table
|
2011-11-13 16:02:27 -08:00 |
|
Dane Springmeyer
|
4e4769745f
|
sqlite: autoquote table names that start with numbers to better support natural earth conversions from shapefiles
|
2011-11-10 09:42:04 -08:00 |
|
Dane Springmeyer
|
89e13d304d
|
sqlite: return success or failure from rtree indexing function and report available tables if the pragma table_info() fails
|
2011-11-09 19:18:12 -08:00 |
|
Dane Springmeyer
|
d6cc803ef9
|
sqlite: proper cleanup if rtree index creation fails
|
2011-11-09 17:44:50 -08:00 |
|
Dane Springmeyer
|
6257ac57c9
|
sqlite: futher refactoring of sqlite plugin, allowing all tests to pass
|
2011-11-03 19:51:37 -04:00 |
|