Dane Springmeyer
|
e8ee02877d
|
fix OGR plugin error reporting
|
2014-04-22 15:31:19 -07:00 |
|
Dane Springmeyer
|
02d4e7fd06
|
postgis geometry type detection - fall through to detecting type on individual geometries if the geometry_columns only reports 'geometry' - refs mapbox/tilemill/#2099
|
2014-04-22 15:31:06 -07:00 |
|
Dane Springmeyer
|
ecbba52bc0
|
add code comment about curl [skip ci]
|
2014-04-09 09:44:43 -04:00 |
|
Dane Springmeyer
|
1dd481f8f7
|
fallback if pkg-config fails for libcurl or libpq
|
2014-04-09 09:40:40 -04:00 |
|
Dane Springmeyer
|
f1dd07fd64
|
fix static linking of the osm plugin against libcurl
|
2014-04-08 23:15:33 -04:00 |
|
Dane Springmeyer
|
7351879e6f
|
Merge pull request #2193 from strk/2.3.x-no-terminate-pgis-dtor
Do not throw in postgis_datasource destruction if backend is down
|
2014-04-04 18:20:59 -07:00 |
|
Dane Springmeyer
|
55ba8d38ae
|
Merge pull request #2182 from strk/2.3.x-all-async
Have all queries use the async interface
|
2014-04-03 23:59:11 -07:00 |
|
Dane Springmeyer
|
ce1ff9902e
|
better linking for postgis.input using pkg-config
|
2014-04-02 13:26:33 -07:00 |
|
Sandro Santilli
|
32680434fe
|
Do not throw in postgis_datasource destruction if backend is down
... and persist_connections is true!
Closes #2191
|
2014-03-26 15:39:53 +01:00 |
|
Sandro Santilli
|
9d04d9fef9
|
Do not throw in postgis_datasource destruction if backend is down
... and persist_connections is true!
Closes #2191
|
2014-03-26 15:35:55 +01:00 |
|
Dane Springmeyer
|
6c4ea66509
|
postgis: use max float for no-op bbox token - closes #2158
|
2014-03-12 13:31:45 -07:00 |
|
Dane Springmeyer
|
551718df59
|
postgis: use max float for no-op bbox token - closes #2158
|
2014-03-12 13:31:14 -07:00 |
|
Dane Springmeyer
|
c9e3248cec
|
more auto_ptr usage to avoid bare geometry pointers
|
2014-03-12 13:11:51 -07:00 |
|
Sandro Santilli
|
bf3500d757
|
Have all queries use the async interface
|
2014-03-11 11:10:41 +01:00 |
|
Dane Springmeyer
|
6433d9482e
|
Merge branch 'master' of github.com:mapnik/mapnik into expr-v2
Conflicts:
include/mapnik/symbolizer.hpp
src/agg/agg_renderer.cpp
src/agg/process_line_pattern_symbolizer.cpp
src/agg/process_line_symbolizer.cpp
src/agg/process_polygon_pattern_symbolizer.cpp
src/agg/process_polygon_symbolizer.cpp
src/cairo_renderer.cpp
src/feature_type_style.cpp
src/grid/process_line_pattern_symbolizer.cpp
src/grid/process_line_symbolizer.cpp
src/grid/process_markers_symbolizer.cpp
src/grid/process_polygon_pattern_symbolizer.cpp
src/grid/process_polygon_symbolizer.cpp
|
2014-03-10 00:05:56 -07:00 |
|
Sandro Santilli
|
ca9b0fccab
|
Do not attempt to PQclear a null PQresult*
|
2014-03-09 21:07:34 -07:00 |
|
Dane Springmeyer
|
b1e9aa2140
|
Merge pull request #2176 from strk/2.3.x-segfault-on-execute
Do not attempt to PQclear a null PQresult*
|
2014-03-09 21:04:48 -07:00 |
|
Sandro Santilli
|
749118cdee
|
Make sure status() returns a message also on bad connection
Closes #2173.
|
2014-03-09 21:03:44 -07:00 |
|
Sandro Santilli
|
d36c39d9be
|
Make sure status() returns a message also on bad connection
Closes #2173.
|
2014-03-06 10:18:21 +01:00 |
|
Sandro Santilli
|
9a1996620e
|
Do not attempt to PQclear a null PQresult*
|
2014-03-06 10:04:10 +01:00 |
|
Dane Springmeyer
|
871b17f5d9
|
fix postgis plugin linking when statically linking on linux - refs mapnik/mapnik-packaging#123
|
2014-02-27 14:40:14 -08:00 |
|
Dane Springmeyer
|
0fbcc12678
|
fix static linking of gdal/ogr plugins on linux - refs mapnik/mapnik-packaging#123
|
2014-02-27 14:40:09 -08: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 |
|
artemp
|
ecc5acbdb9
|
attempt to handle multi-polygons in shape.input
|
2014-02-24 15:20:06 +00:00 |
|
Dane Springmeyer
|
bcde6ae631
|
Merge branch 'master' of github.com:mapnik/mapnik into expr-v2
|
2014-02-09 13:27:24 -08:00 |
|
Dane Springmeyer
|
538af2515d
|
fix rendering of multiple styles with OGR plugin - refs #2048 and mapbox/tilemill#2202
|
2014-01-31 19:13: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
|
f286363ad0
|
more consistent memset/memcpy usage
|
2014-01-28 15:05:10 -08:00 |
|
Dane Springmeyer
|
a98de6a348
|
Merge branch 'master' of github.com:mapnik/mapnik into expr-v2
Conflicts:
include/mapnik/expression_grammar_impl.hpp
src/expression.cpp
|
2014-01-27 13:56:36 -08:00 |
|
Dane Springmeyer
|
84166882d9
|
minimum boost version is 1.47 - remove obsolete code handling older versions
|
2014-01-27 13:19:21 -08:00 |
|
Dane Springmeyer
|
777e067770
|
remove workaround for boost less than 1.46 since 1.47 is now the min needed - refs #1082
|
2014-01-27 12:24:20 -08:00 |
|
Dane Springmeyer
|
d82d9d382f
|
fix compile with BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
|
2014-01-26 16:06:32 -08:00 |
|
Dane Springmeyer
|
63ea37b4c2
|
further no terminal port
|
2014-01-26 14:49:03 -08:00 |
|
Dane Springmeyer
|
49aadae244
|
Merge branch 'master' of github.com:mapnik/mapnik into expr-v2
Conflicts:
tests/visual_tests/test.py
|
2014-01-17 20:04:09 -08:00 |
|
Dane Springmeyer
|
77da5d919c
|
further gdal nodata handling improvements - refs #2023
Conflicts:
plugins/input/gdal/gdal_featureset.cpp
|
2014-01-17 19:46:35 -08:00 |
|
Dane Springmeyer
|
8faf5511f1
|
further gdal nodata handling improvements - refs #2023
|
2014-01-17 19:13:53 -08:00 |
|
Dane Springmeyer
|
9550e98a62
|
Merge branch 'master' of github.com:mapnik/mapnik into expr-v2
|
2013-12-11 07:28:35 -08:00 |
|
Dane Springmeyer
|
b492437505
|
avoid dereferencing pointer more than once
|
2013-12-11 07:27:51 -08:00 |
|
Dane Springmeyer
|
e9ca9c8790
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08:00 |
|
artemp
|
eb3da7d32d
|
c++11 : use nullptr instead of NULL
|
2013-11-27 15:54:16 +00: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
|
03fdf7e596
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
Conflicts:
src/deepcopy.cpp
src/expression.cpp
src/rule.cpp
|
2013-11-13 20:00:13 -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
|
410c65eb37
|
consistenly use std::memcpy and std::memset
|
2013-11-09 23:02:24 -08:00 |
|
Dane Springmeyer
|
5393978dd4
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
|
2013-11-07 18:16:10 -08:00 |
|
Dane Springmeyer
|
0b39a7eb12
|
ogr plugin: remove unused code
|
2013-11-07 14:43:12 -08:00 |
|
artemp
|
afd58da6e2
|
geojson - feature_collection_parser
(allow single feature and geometry input)
|
2013-11-04 12:39:10 +00:00 |
|
Dane Springmeyer
|
9428f7f018
|
csv plugin: fix syntax after merge
|
2013-11-03 23:17:40 -08:00 |
|
Dane Springmeyer
|
f998b2bda6
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
Conflicts:
deps/agg/build.py
deps/clipper/build.py
include/mapnik/feature_style_processor_impl.hpp
plugins/input/csv/csv_datasource.cpp
|
2013-11-03 23:10:21 -08:00 |
|