Sandro Santilli
|
9a1996620e
|
Do not attempt to PQclear a null PQresult*
|
2014-03-06 10:04:10 +01:00 |
|
Dane Springmeyer
|
f2021971f0
|
fix postgis plugin linking when statically linking on linux - refs mapnik/mapnik-packaging#123
|
2014-02-27 14:23:57 -08:00 |
|
Dane Springmeyer
|
6f14228e30
|
fix static linking of gdal/ogr plugins on linux - refs mapnik/mapnik-packaging#123
|
2014-02-27 14:02:24 -08:00 |
|
Dane Springmeyer
|
b3e6ea48b0
|
fix rendering of multiple styles with OGR plugin - refs #2048 and mapbox/tilemill#2202
|
2014-01-31 19:12:31 -08:00 |
|
Dane Springmeyer
|
8faf5511f1
|
further gdal nodata handling improvements - refs #2023
|
2014-01-17 19:13:53 -08:00 |
|
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
|
6844863a89
|
Abort pending postgis connections when exception occurs
- patch from @abonnasseau
- closes #2042
- refs #2069
|
2013-11-12 18:38:39 -08:00 |
|
Dane Springmeyer
|
0b39a7eb12
|
ogr plugin: remove unused code
|
2013-11-07 14:43:12 -08:00 |
|
Dane Springmeyer
|
2d268d3a95
|
features_with_context: no need for default arg
|
2013-11-03 23:07:03 -08:00 |
|
Dane Springmeyer
|
a17006bdd3
|
scons: avoid pollution of global compiler flags from python plugin - closes #2060
|
2013-10-31 13:37:13 -07:00 |
|
Dane Springmeyer
|
7612ff7b20
|
csv plugin: support user defined extent
|
2013-10-30 11:57:03 -07:00 |
|
Dane Springmeyer
|
5d7012f32f
|
iwyu
|
2013-10-28 18:46:58 -07:00 |
|
Dane Springmeyer
|
b21b59b835
|
shape.input: conditionally include boost interprocess
|
2013-10-28 18:31:20 -07:00 |
|
artemp
|
ae3f682564
|
add missin copyright notice
|
2013-09-30 13:32:30 -07: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
|
226e5b2d7a
|
no need to set 'value' attribute on rasters except for point query
|
2013-09-25 15:24:08 -07:00 |
|
Dane Springmeyer
|
df3a455e19
|
refactor nodata related code dropping support for user-overide nodata where it does not make sense - refs #2023
|
2013-09-25 14:37:21 -07:00 |
|
Dane Springmeyer
|
e8b00ab8a9
|
minor c++ style fixes
|
2013-09-23 17:37:46 -07:00 |
|
Dane Springmeyer
|
01344baffb
|
maintain default of max_size=10 and improve error output in the case max_size < max_async_connections
|
2013-09-23 17:32:42 -07:00 |
|
Dane Springmeyer
|
dc1d568501
|
code cleanup, consistent debug output
|
2013-09-23 14:57:23 -07:00 |
|
artemp
|
e2f5e35616
|
+ opps, 'auto' is c++11
|
2013-09-20 17:19:23 +01:00 |
|
artemp
|
95026329ce
|
+ fix err message typo
|
2013-09-16 10:40:48 +01:00 |
|
artemp
|
ac8a0f01eb
|
c++ style : std::map
|
2013-09-16 10:39:52 +01:00 |
|
artemp
|
23b1948c6e
|
+ minor tweaks
|
2013-09-16 10:03:54 +01:00 |
|
David Marteau
|
7495d2f381
|
[mappy] Parallel feature requests supports - PostGIS async requests
|
2013-09-11 14:04:10 +02:00 |
|
Dane Springmeyer
|
72c019f1c3
|
wrap section of gdal plugin only needed for debug output
|
2013-08-19 22:30:23 -04: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
|
4eef244e73
|
move SHAPE_MEMORY_MAPPED_FILE to be a global define
|
2013-08-13 14:48:04 -04:00 |
|
Dane Springmeyer
|
cf6e08aa52
|
disable (by default) use of shared memory in ogr plugin
|
2013-08-13 14:26:48 -04:00 |
|
Dane Springmeyer
|
134cbc3eec
|
forward declare mapped_region in mapped_memory_cache.hpp and other shared memory fixups
|
2013-08-13 14:13:56 -04:00 |
|
Dane Springmeyer
|
d2000b465b
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-08-13 12:19:19 -04:00 |
|
Dane Springmeyer
|
28ed9a2cfd
|
only include mapped_memory_cache.hpp if truly building shapefile plugin with -DSHAPE_MEMORY_MAPPED_FILE
|
2013-08-13 12:19:01 -04:00 |
|
Dane Springmeyer
|
e32c225307
|
fix handling of F and O type dbf fields and sync handling for attribute_descriptors - refs #1614 and closes #1976
|
2013-08-07 18:58:01 -04:00 |
|
Dane Springmeyer
|
4fb2e271f6
|
Revert "as discussed with @artemp - there should be no need or benefit to trying to handle F type in dbf since it is a foxpro extension that shapefiles do not commonly use"
This reverts commit 53acae94be .
|
2013-08-07 18:42:16 -04:00 |
|
Dane Springmeyer
|
31931b89cb
|
git rid of a few fixme
|
2013-07-23 16:00:16 -04:00 |
|
Dane Springmeyer
|
032e33cc9f
|
remove filter_factor as option to gdal datasource, clean up pass down from query object - closes #1488 - refs #625
|
2013-07-19 19:22:45 -04:00 |
|
Dane Springmeyer
|
75ca01889c
|
scons: only hardcode static linking libs on os x
|
2013-07-14 15:17:00 -04:00 |
|
Tom Hughes
|
4a6231389d
|
Stop the osm input plugin truncating ID values on 32 bit platforms
|
2013-07-11 00:39:52 +01:00 |
|
Dane Springmeyer
|
3792c1f319
|
sqlite: add more debug output
|
2013-07-03 10:54:42 -04:00 |
|
Dane Springmeyer
|
18ab68f03f
|
iwyu
|
2013-06-21 12:00:48 -07:00 |
|
Dane Springmeyer
|
b40128706c
|
scons: default to building csv/geojson plugins unless boost is known to be too old (fixes HOST behavior)
|
2013-06-14 11:41:52 -07:00 |
|
Dane Springmeyer
|
60b4f42891
|
sqlite: return char* not void *
|
2013-06-06 13:11:18 -07:00 |
|
Dane Springmeyer
|
a21f883c5c
|
fix linking of gdal/ogr plugins when linking to statically built gdal
|
2013-06-03 13:43:49 -07:00 |
|
Dane Springmeyer
|
19ce56b051
|
one more special case handling of utf8 in ogr plugin - refs #1177
|
2013-06-02 21:09:21 -07:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
Dane Springmeyer
|
8c04925fce
|
cleanup after 0365d3e081
|
2013-06-02 20:13:24 -07:00 |
|
Dane Springmeyer
|
0365d3e081
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
|
Dane Springmeyer
|
ef1b99532b
|
scons: fix boost_regex and sqlite_rtree config checks and be resilient to plugins that cannot be built due to the boost version
|
2013-06-02 14:56:21 -07: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 |
|
Dane Springmeyer
|
56b1e7cd64
|
fix cxxflags append in ogr input build
|
2013-06-02 11:51:09 -07:00 |
|