Dane Springmeyer
|
aa7a3f8aae
|
fix spelling of initial_size parameter in postgis plugin
|
2010-11-08 21:04:01 +00:00 |
|
Robert Coup
|
5bbb5fbcf0
|
Allow late-binding of datasources. Backport of r2291 to 0.7.2-dev branch. closes #622
|
2010-10-24 07:56:43 +00:00 |
|
Dane Springmeyer
|
c2988656df
|
backport r1955,1956 - db connection fixes
|
2010-07-14 02:00:57 +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
|
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 |
|
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 |
|
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
|
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
|
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
|
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
|
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 |
|
Artem Pavlenko
|
2dcf88b392
|
+ wall-clock timer from auf
(see #439 for more details)
|
2009-10-20 20:32:53 +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
|
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 |
|
Jon Burgess
|
6485039a0e
|
Fix numeric2string to output the correct number of digits following the decimal point. Hopefully this covers all the cases correctly.
|
2009-09-12 11:31:53 +00:00 |
|
Jon Burgess
|
e8cff82a53
|
Fix numeric2string() to insert the correct number of 0's when building the string. This problem was reported as: [Mapnik-users] unusual problem with Mapnik output.
|
2009-09-12 10:49:35 +00:00 |
|
Dane Springmeyer
|
9c3594fb30
|
postgis: add patch exposing srid parameter and when geometry_field also is provided avoid querying geometry_columns. Also fixed problem of missing srid in the bbox substitution. Thanks rcoup for revised patch - closes #376
|
2009-08-28 15:57:29 +00:00 |
|
Dane Springmeyer
|
c7f85e70f8
|
postgis: add a hint if the extent parsing fails
|
2009-08-27 21:24:00 +00:00 |
|
Dane Springmeyer
|
9a0bb92acd
|
Improve handling of BBOX query substitution - closes #415
|
2009-08-27 03:54:52 +00:00 |
|
Dane Springmeyer
|
72f9c5badc
|
postgis: throw errors if sql queries fail - closes #363
|
2009-08-27 03:13:42 +00:00 |
|
Dane Springmeyer
|
434c303e83
|
postgis: add patch from migurski to allow for the passing of a 'bbox' token enabling optimized placement of the bbox/intersects query for complex subqueries- closes #415
|
2009-08-22 00:51:35 +00:00 |
|
Dane Springmeyer
|
d6cf82efb0
|
+support for BigInt(int8) datatype in postgres, closes #384
|
2009-07-17 04:30:11 +00:00 |
|
Artem Pavlenko
|
ae96fffee0
|
+ use MAPNIK_BIG_ENDIAN
+ support for reading int16_t
+ allow compiling shape.input with or without memory mapped files support
( define SHAPE_MEMORY_MAPPED_FILE to enable)
|
2009-07-07 23:56:01 +00:00 |
|
Artem Pavlenko
|
597889261b
|
+ query WKB in platform native format
|
2009-06-29 14:31:39 +00:00 |
|
Artem Pavlenko
|
15569af061
|
+ specify a byte order to ST_AsBinary (patch from ssinger)
|
2009-06-29 14:21:56 +00:00 |
|
Artem Pavlenko
|
84fcabcec3
|
+ trim bpchar type
|
2009-06-25 19:59:33 +00:00 |
|
Artem Pavlenko
|
be1d437e8b
|
trim tokens when parsing extent
|
2009-04-27 18:39:33 +00:00 |
|
Andreas Volz
|
49cef4cdca
|
wrong header names -> make dist failed
|
2009-04-05 07:49:23 +00:00 |
|
Andreas Volz
|
42d659a19f
|
compile utils with autotools
|
2009-04-04 16:33:25 +00:00 |
|
Artem Pavlenko
|
e9a0f020b4
|
+ applied patch from numenor
|
2009-03-29 11:32:22 +00:00 |
|
Andreas Volz
|
887518fc57
|
- install plugins in lib/mapnik/input
- Fix: no sqlite3 for kismet
- python files compile and install
|
2009-03-25 23:11:49 +00:00 |
|
Andreas Volz
|
cab469eefb
|
- added new et input plugin
- add missing files to plugins Makefile.am
- split debugging and tracing
- documentation
|
2009-03-22 22:26:42 +00:00 |
|
Dane Springmeyer
|
90f3703505
|
scons: add option called 'LIB_DIR_NAME' to control the relative directory where input plugins are installed and where python looks to register them
|
2009-02-23 00:47:01 +00:00 |
|
Artem Pavlenko
|
f6356731e2
|
+ ident
|
2009-02-18 16:38:54 +00:00 |
|
Dane Springmeyer
|
5b0c59428e
|
+ apply PostgisImprovements.diff (rcoup) for record_limit and cursur_size support (#140)
|
2009-02-05 17:41:44 +00:00 |
|
Tom Hughes
|
fb98b98e64
|
Include boost/algorithm/string.hpp to get access to string algorithms.
|
2009-02-05 11:41:10 +00:00 |
|
Artem Pavlenko
|
60a956f260
|
+ allow multi-line SQL queries in table parameter (#173)
|
2009-02-03 20:09:26 +00:00 |
|
Artem Pavlenko
|
48a13f8cbc
|
appled boost_append_osx_patch_v3 from jbronn
|
2008-12-04 23:20:44 +00:00 |
|
Artem Pavlenko
|
c4b003f568
|
+ applied postgis_schema patch from dodobas
|
2008-11-21 13:21:41 +00:00 |
|
Artem Pavlenko
|
f1c1e475d7
|
+ applied patch from rcoup to allow specify geometry column.
(TODO: update load_map to handle geometry_field)
|
2008-11-19 21:26:20 +00:00 |
|
Artem Pavlenko
|
fe31150a7b
|
corrected boost libs names logic
|
2008-06-29 11:40:35 +00:00 |
|
Artem Pavlenko
|
3f9127b5d0
|
reverting back to 700
|
2008-06-29 10:58:29 +00:00 |
|
Artem Pavlenko
|
3275cf9ce6
|
applied font fallbacj patch from Beau Gunderson
|
2008-06-29 10:40:08 +00:00 |
|