Commit graph

249 commits

Author SHA1 Message Date
Dane Springmeyer
b8b2b726fe scons: only apply SHAPE_MEMORY_MAPPED_FILE to shapefile driver code 2010-07-14 22:39:55 +00:00
Dane Springmeyer
c2988656df backport r1955,1956 - db connection fixes 2010-07-14 02:00:57 +00:00
Dane Springmeyer
d785b9c5b4 backport r1889 2010-07-14 01:47:30 +00:00
Dane Springmeyer
1387b1a8d5 backport r1890 2010-07-14 01:46:09 +00:00
Dane Springmeyer
a6a9c19c81 place built plugin targets in input/ directory to make local registration easier 2010-07-13 23:22:54 +00:00
Dane Springmeyer
55f0c4da60 port fixes from trunk for gdal bilinear resampling quality (r1912,#563) 2010-07-10 11:53:40 +00:00
Dane Springmeyer
4d460cc795 remove debug line 2010-03-17 22:19:19 +00:00
Dane Springmeyer
8477dcaf40 avoid potential zero division error (floating point exception) if image width and heigh == 0 (likely to happen when layer srs = 4326 and map srs = 900913) - see also #527 - avoid gdal crash on 'ERROR 1: The buffer into which the data should be read is null' 2010-03-17 22:00:00 +00:00
Dane Springmeyer
d6ef3014a3 postgis/oracle: use mapnik::boolean type for 'estimate_extent' rather than std::string, and strip double quotes as the estimated_extent function operates on single quotes - improves upon #393 2010-03-17 16:06:39 +00:00
Artem Pavlenko
e680c3c473 + remove unused *.hpp file 2010-03-17 13:46:02 +00:00
Marcin Rudowski
2384b70abe avoid introducing subpixel shift when upscaling using gdal 2010-03-17 08:34:05 +00:00
Alberto Valverde
6dcf47530a backported r1699 from trunk 2010-03-16 18:45:53 +00:00
Artem Pavlenko
e62fb19c7c + lets postgis return geometry in native byte order
(wkb reader can handle both 'NDR' and 'XDR')
2010-03-08 12:04:41 +00:00
Marcin Rudowski
61c1e2e4ed eliminate compiler warnings 2010-03-04 08:31:25 +00:00
Dane Springmeyer
49afe197c3 apply mapnik-0.7.1.mr.raster-position2.diff from mar_rud to close #475 2010-03-03 02:11:28 +00:00
Dane Springmeyer
d78a100134 fix minor issues caught in debian packaging relating to executable status and spelling 2010-02-21 17:28:17 +00:00
Dane Springmeyer
fedbc40541 ensure shapeindex links against boost system if available (boost >=1.35) to avoid potential problems in indirect linking on linux (essentially directly dynamically linking like we previously only did on os x) - closes #517 2010-02-21 00:33:41 +00:00
Dane Springmeyer
7ed73b3b69 apply modified patch from Mak Kolybabi fixing up postgres schema support in PostGIS plugin - closes #500 - extends #260 2010-02-19 21:00:35 +00:00
Dane Springmeyer
3a80dffb6e bump version to 0.7.1, merge r1596,r1604,r1605,r1625, and fix #512 and #504 2010-02-19 19:11:17 +00:00
Artem Pavlenko
dc99a1e0e2 + port r1571 + r1573
Conflicts:

	plugins/input/shape/shape.cpp
2010-01-15 23:01:28 +00:00
Artem Pavlenko
9a7c73aab3 remove debug printing in shapefile driver 2010-01-14 10:23:06 +00:00
Artem Pavlenko
07729249ac + fixed 'optional' measure in multipointz 2010-01-13 23:07:35 +00:00
Artem Pavlenko
2495257b86 + read z and m bounds from the header 2010-01-13 23:07:27 +00:00
Artem Pavlenko
8d7ad5b190 + implement missing support for :
multipoint
  multipointm
  multipointz
2010-01-13 17:18:01 +00:00
Artem Pavlenko
8a5e1ea736 + ident fix 2010-01-13 17:17:53 +00:00
Dane Springmeyer
0110f3bb3d remove unmaintained autotools from 0.7 branch 2010-01-11 00:05:54 +00:00
Artem Pavlenko
9a9042ce84 + avoid GCC specific features on win32 (range case in switch stmt) 2010-01-09 14:45:58 +00:00
Dane Springmeyer
d1dbf89961 disable the wall clock timer as it is not portable code and we can't release at this time 2009-12-15 19:09:30 +00:00
Dane Springmeyer
19194dd8fa correct type 2009-12-13 23:27:43 +00:00
Dane Springmeyer
da82b6905d merge clog fix from r1478 to 0.7 branch 2009-12-11 19:53:49 +00:00
Dane Springmeyer
4dd6259903 add optional 'geometry_table' and 'extent_from_subquery' parameter and 'scale_denominator' substitution ability to PostGIS driver while enhancing error reporting - closes #260,#426,#456, updates CHANGELOG with other recent PostGIS enhancements and fixes 2009-12-11 01:50:55 +00:00
Dane Springmeyer
f543f56524 add missing include 2009-12-07 06:45:27 +00:00
Dane Springmeyer
a82a930a66 explode point geometries if multi* in ogr driver - workaround until we have actual fix for #458 2009-12-06 23:12:56 +00:00
Dane Springmeyer
c1ed612b2d grok quoted table,schema, and geometry names by unquoting before attempting geometry columns lookup - thanks avar for the report - closes #393 2009-12-05 04:32:38 +00:00
Dane Springmeyer
3d3997f1b2 add proper namespacing - patch from River Tarnell 2009-12-03 17:20:02 +00:00
Dane Springmeyer
71f69feed4 add missing include 2009-11-29 22:16:32 +00:00
Dane Springmeyer
b104253d9c Add ability to link to custom icu lib name, and remove the unneeded linking to icudata on osx, while offering compiler flags required for compiling against libicucore provided by Apple 2009-11-24 20:32:41 +00:00
Dane Springmeyer
29afe237c8 add postgres int8 type to collected attributes - #384 2009-10-22 21:42:40 +00:00
Dane Springmeyer
5e16e04b28 gdal: ensure scaling is available within raster_symbolizer at necessary scales by avoiding pre-scaling in gdal RasterIO 2009-10-22 16:58:03 +00:00
Artem Pavlenko
2dcf88b392 + wall-clock timer from auf
(see #439 for more details)
2009-10-20 20:32:53 +00:00
Dane Springmeyer
df7bad25f9 append the SHAPE_MEMORY_MAPPED_FILE compiler flag to CXXFLAGS rather than overwriting existing flags (which happens when using the keyword arg, ugh), closes #435 and #436 and fixes up original commit added in r1217 2009-10-14 23:31:18 +00:00
Dane Springmeyer
46dc2d1f99 formatting 2009-10-14 23:01:48 +00:00
Dane Springmeyer
a0411b8d4c postgis: make sure to close the attribute collection resultset and print the type name of unknown oid attribute values when in debug 2009-10-14 17:42:27 +00:00
Dane Springmeyer
60ca6a5677 postgis: allow for altering the default behavior of keeping open postgresql connections until the whole process ends - when 'persist_connection' = false new connections will be opened and closed for each datasource instance. (closes #434) 2009-10-14 04:21:46 +00:00
Dane Springmeyer
eee88806b8 remove testing debug line 2009-10-12 05:27:16 +00:00
Dane Springmeyer
27fbc4549d change the method for calculating offsets to pass to GDALRasterIO, as the 'start_x, start_y' implementation added in r1321 was leading to large shifts in 1-banded srtm data without overviews - this new approach works with and without overviews and also with 3 band rbg data. Also added more debug output. 2009-10-12 05:25:36 +00:00
Dane Springmeyer
6d3dcdeac6 add a bit more debug printing to gdal plugin and make raster width and height class attributes 2009-10-12 04:09:36 +00:00
Dane Springmeyer
56f0c33465 format raster plugin to only print output in debug mode 2009-10-12 03:58:11 +00:00
Dane Springmeyer
7785461d1f remove testing debug line from gdal plugin 2009-10-11 16:12:36 +00:00
Dane Springmeyer
e6306010f8 when a SQL query sent to postgres fails, output the whole thing so users know what mapnik tried to send (as the PSQL error hint truncates the sql) 2009-10-02 05:16:15 +00:00