Dane Springmeyer
|
e5bb5ed8aa
|
backport geojson parsing/generation fixes from master to 2.3.x - refs #2083
|
2013-11-21 14:11:47 -08:00 |
|
Dane Springmeyer
|
a6ad3e6627
|
+ avoid copying feature_ptr during r-tree initialisation + avoid taking reference to temporary
|
2013-09-30 13:23:38 -07:00 |
|
Dane Springmeyer
|
e0026f3df2
|
use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string
|
2013-08-13 18:52:04 -04:00 |
|
Dane Springmeyer
|
0e273486c6
|
support base parameter in geojson plugin and throw if file cannot be opened
|
2013-06-02 12:12:03 -07:00 |
|
artemp
|
653e9e73b4
|
+ implement features_at_point in term of existing features(query)
|
2013-05-22 16:40:26 +01:00 |
|
Dane Springmeyer
|
20076e593f
|
support for handling unicode paths on windows in sqlite, csv, and geojson plugins - refs #1177
|
2013-05-21 12:51:31 -07:00 |
|
Dane Springmeyer
|
4bd5484cdb
|
fixup includes and value type and params usage across plugins
|
2013-01-04 09:23:06 -08:00 |
|
Dane Springmeyer
|
e7f608c2fa
|
fix -Wshadow warning in geojson plugin
|
2013-01-03 18:53:22 -08: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 |
|
Dane Springmeyer
|
c5410fac7e
|
remove bind option for datasources - refs #962
|
2012-12-17 10:03:07 -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
|
c0021d0760
|
remove unused iostream includes and unnecessary usage of ostringstream - refs #1055
|
2012-12-06 23:06:12 -08:00 |
|
artemp
|
855aea95e0
|
+ mapnik::value and mapnik::parameters - initial support for 64-bit integers
|
2012-12-03 13:12:09 +00:00 |
|
Manel Clos
|
8f7083d14d
|
Add tolerance parameter to features_at_point
Make map.query_point() always pass tolerance to datasources
|
2012-09-28 15:12:10 +02:00 |
|
Dane Springmeyer
|
f5cf5aa09d
|
start reporting geometry type in geojson plugin
|
2012-09-03 10:01:01 -07:00 |
|
Dane Springmeyer
|
4ad15db23d
|
collect attribute descriptions in geojson plugin (TODO: sorting of attributes is returned in reverse order)
|
2012-07-25 16:11:51 -07: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
|
669c4906d4
|
avoid c-linkage warning with datasources - closes #1323
|
2012-07-20 18:34:41 -07:00 |
|
Artem Pavlenko
|
8d4534de78
|
+ remove debug print
|
2012-06-14 15:10:32 +01:00 |
|
Artem Pavlenko
|
ddfe15025b
|
+ use rtree index
|
2012-06-14 14:41:15 +01:00 |
|
Artem Pavlenko
|
e89eb99e28
|
+ geojson input plugin (thanks, @tmcw!)
|
2012-06-13 13:30:58 +01:00 |
|