kunitoki
|
8b61efa333
|
- improved type conversions in oracle plugin (especially date/time columns now can be filtered in styles)
|
2013-02-19 11:54:15 +01:00 |
|
Dane Springmeyer
|
ae5f4d26d1
|
tests: make consistent the proj4 string for epsg:4326
|
2013-01-25 00:49:55 -08:00 |
|
Dane Springmeyer
|
d6587d791d
|
avoid aign conversion compiler warnings
|
2013-01-21 14:13:24 -08:00 |
|
artemp
|
1ef9ec2b88
|
+ use std::deque for caching features.
|
2013-01-18 12:27:29 +00:00 |
|
Dane Springmeyer
|
e16567fecb
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
|
Dane Springmeyer
|
f483e590d8
|
remove way out of date and unmaintained demo app previously part of osm plugin code
|
2013-01-17 13:41:02 -08:00 |
|
Dane Springmeyer
|
d718e95ed6
|
use std::strlen not strlen from c
|
2013-01-15 13:32:09 -08:00 |
|
Dane Springmeyer
|
ceb8ffcc6f
|
fixup includes for shape input
|
2013-01-14 01:49:35 -08:00 |
|
Dane Springmeyer
|
2c28219e4c
|
add back depedence of hello world plugin on libmapnik accidentally removed in refactoring in 3e67c1d694
|
2013-01-13 22:16:43 -08:00 |
|
Dane Springmeyer
|
071c67d438
|
iwyu
|
2013-01-13 22:01:13 -08:00 |
|
Dane Springmeyer
|
0e8d224ecb
|
remove uneeded usage of boost::lexical_cast - refs #1687
|
2013-01-11 11:11:20 -08:00 |
|
Dane Springmeyer
|
b5c06965ac
|
refactor expression and value type usage to speed up compile time
|
2013-01-08 14:17:31 -08:00 |
|
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 |
|
Dane Springmeyer
|
e7f608c2fa
|
fix -Wshadow warning in geojson plugin
|
2013-01-03 18:53:22 -08:00 |
|
Dane Springmeyer
|
4471c0f6f4
|
fixup includes
|
2013-01-03 18:53:00 -08:00 |
|
Dane Springmeyer
|
626e0056fd
|
replace boost::trim with faster internal trim - refs #1633
|
2013-01-03 18:02:21 -08:00 |
|
Dane Springmeyer
|
58d53dbe2f
|
avoid -Wshadow warning
|
2013-01-03 18:01:36 -08:00 |
|
Dane Springmeyer
|
9183ca3d61
|
remove uneeded semicolon
|
2013-01-03 18:00:49 -08:00 |
|
Dane Springmeyer
|
771e2f3d8e
|
fix -Wshadow warning
|
2013-01-03 18:00:28 -08:00 |
|
Dane Springmeyer
|
ebfc3161c1
|
avoid direct usage of spirit in csv plugin
|
2013-01-03 16:26:09 -08:00 |
|
Dane Springmeyer
|
a5fdcea9db
|
remove unused and obsolete 'quiet' option from csv datasource
|
2013-01-03 14:49:22 -08:00 |
|
Dane Springmeyer
|
000b714eae
|
fix more clang++ -Wshadow warnings
|
2013-01-03 12:37:45 -08:00 |
|
artemp
|
bba0b61dfc
|
+ consider metadata first when calculating extent
|
2013-01-03 15:44:05 +00:00 |
|
artemp
|
9ad4f91780
|
+ should work correctly now (mapnik::value_null)
|
2013-01-03 15:08:11 +00:00 |
|
artemp
|
b7f463514d
|
+ don't add dummy attributes
|
2013-01-03 15:07:41 +00:00 |
|
Dane Springmeyer
|
e52879d623
|
ensure plugin is only built after libmapnik
|
2012-12-26 16:52:24 -08:00 |
|
Dane Springmeyer
|
a4b07553ae
|
store copy of bbox on featureset to avoid the same potential bug as #1667 (9b3d2b7 )
|
2012-12-21 20:02:03 -08:00 |
|
Dane Springmeyer
|
aee275a08c
|
fix number handling in csv plugin and add tests for 64bit integer support in sqlite and postgis datasources - refs #1669
|
2012-12-21 19:53:33 -08:00 |
|
Dane Springmeyer
|
9b3d2b7d8e
|
fix sqlite featureset results when non using an rtree index - closes #1667
|
2012-12-20 22:40:39 -08: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
|
fa1acc5de7
|
fix compile of occi plugin by casting from int to mapnik::value_integer (appears occi does not support 64 bit ints)
|
2012-12-19 10:38:37 -08:00 |
|
artemp
|
94bda55793
|
Merge branch 'master' into bigint
|
2012-12-18 21:50:30 +00:00 |
|
Dane Springmeyer
|
5758e6d9de
|
Loosen simplification factor to 1/20 of pixel (master branch) - closes #1639
|
2012-12-18 11:57:45 -08:00 |
|
artemp
|
f5dd9e53c4
|
+ calc int_parser/generator type from mapnik::value_integer
|
2012-12-18 18:05:45 +00:00 |
|
artemp
|
a38b252ccd
|
Merge branch 'master' into bigint
Conflicts:
plugins/input/geojson/geojson_datasource.cpp
plugins/input/postgis/postgis_featureset.cpp
|
2012-12-18 13:57:39 +00:00 |
|
artemp
|
274fbf8f7a
|
+ ensure 'close path' handled correcly
(currenlty SEG_CLOSE command must have valid x,y)
+ implement real_policies in wkt and geojson generators
|
2012-12-18 11:44:35 +00:00 |
|
Dane Springmeyer
|
43244efb7d
|
Merge branch 'master' of github.com:mapnik/mapnik into no-bind
|
2012-12-17 13:03:11 -08:00 |
|
Dane Springmeyer
|
7b39333234
|
remove as much mutable as possible
|
2012-12-17 12:59:15 -08:00 |
|
Dane Springmeyer
|
bdfdca99e9
|
fix debug output
|
2012-12-17 10:51:10 -08:00 |
|
Dane Springmeyer
|
c5410fac7e
|
remove bind option for datasources - refs #962
|
2012-12-17 10:03:07 -08:00 |
|
Dane Springmeyer
|
bb27156df0
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
|
artemp
|
c4bae9d30a
|
Merge branch 'master' into bigint
Conflicts:
bindings/python/mapnik_feature.cpp
plugins/input/shape/dbfile.cpp
|
2012-12-14 10:01:21 +00:00 |
|
Dane Springmeyer
|
772c7f52fc
|
knock out some msvc compiler warnings
|
2012-12-12 15:59:27 -08:00 |
|
Dane Springmeyer
|
3fd7909ba0
|
fix compile on windows with msvc 2010 - closes #1646
|
2012-12-12 15:09:07 -08:00 |
|
Dane Springmeyer
|
9575bb8786
|
return value_null for null integer stored in shapefile dbf - closes #1638 - refs #1642
|
2012-12-11 19:40:46 -08:00 |
|
Dane Springmeyer
|
e928c483bf
|
properly support tolerance in shape filter_at_point - refs #1640
|
2012-12-11 14:46:52 -08:00 |
|
Dane Springmeyer
|
53ba3483db
|
remove unused 'using' usage
|
2012-12-11 14:31:14 -08:00 |
|
artemp
|
02bb955b59
|
+ simplify and refactor shape featuresets to be more resilient to various
quirky shapefiles.
+ fix io navigation functions to use std::streampos
|
2012-12-11 09:37:53 +00:00 |
|
Dane Springmeyer
|
7c58bf9fcb
|
replace boost::trim with faster custom trim - closes #1633
|
2012-12-07 14:06:13 -08:00 |
|