Commit graph

70 commits

Author SHA1 Message Date
Dane Springmeyer
9cf0a8deca add second example of usage of bbox token for customization of placement of the geometry query in the PostGIS plugin 2011-01-08 01:14:35 +00:00
Dane Springmeyer
34f0ac32ef text_convert changed to text_transform 2010-12-10 20:13:57 +00:00
Dane Springmeyer
8b00edc355 add the aspect_fix_mode addition to the CHANGELOG - first available in Mapnik 0.6.0 2010-11-04 23:33:16 +00:00
Dane Springmeyer
3011f53205 add support to PointSymbolizer for 'ignore_placement' - #564 2010-10-15 02:15:40 +00:00
Dane Springmeyer
688b1f2299 add an 'extra_attributes' property to the map to store mapnik::parameters that don't make sense as full attributes but need to be carried through from load_map() to save_map() for applications that use mapnik to serialize to xml such as Cascadenik and Quantumnik (currently useful storage for 'minimum_version' and 'font_directory') 2010-10-07 19:34:36 +00:00
Dane Springmeyer
2fc2b4c443 add 'font_directory' attribute to map to allow for regstration of fonts within - in combination with r2025 this closes #168 2010-10-07 01:49:07 +00:00
Dane Springmeyer
4a2d1f49a6 catch up CHANGELOG to #93 2010-09-23 10:39:53 +00:00
Dane Springmeyer
985e54379e catch up CHANGELOG with r2211 2010-09-18 19:13:50 +00:00
Dane Springmeyer
00457ea64e update changelog to capture change to shapefile behavior in r2204 (#604) 2010-09-18 18:08:15 +00:00
Dane Springmeyer
df42fcde56 locking is required around pj_init_plus (partial revert of 2063) as it appears pj_init_plus will fail under high concurrent load even with proj 4.7.0 (only seen when reprojecting data) and will likely require use of a context (available in next release) if we wish to remove locks 2010-08-27 22:05:15 +00:00
Dane Springmeyer
6cce96dd06 upgrade default projection of epsg:4326 to match exactly what proj4 stores in /usr/local/share/epsg for 4326 (aka WGS84) 2010-08-10 18:18:31 +00:00
Dane Springmeyer
3446a62265 add mapnik_version_from_string helper function 2010-08-10 17:13:14 +00:00
Dane Springmeyer
6da5983e94 add xinclude support for libxml2 based parser - thanks oldtopos - closes #567 2010-08-10 06:01:16 +00:00
Dane Springmeyer
f11016cded fix typo 2010-07-22 21:56:12 +00:00
Dane Springmeyer
f802d21865 speed optimizations by more careful use (or avoidance) of locking around projection code 2010-07-21 23:05:22 +00:00
Hermann Kraus
2e5f2d7e24 Added changelog for MarkersSymbolizer. 2010-07-12 13:30:08 +00:00
Dane Springmeyer
0959f8ef16 + add support to polygon_patter_symbolizer for global pattern alignment in addition to local/feature (default) alignment - closes #203 2010-06-20 22:36:49 +00:00
Dane Springmeyer
7e2a2aab5a +ability to choose ogr layer by index number 2010-06-19 15:13:47 +00:00
Dane Springmeyer
6fc4d6f780 add support for reading jpeg images - closes #518 2010-06-03 21:24:58 +00:00
Dane Springmeyer
9804e7e90d scons: make libjpeg dependency optional (still required by default) 2010-06-03 19:50:27 +00:00
Marcin Rudowski
34578099c1 merged r1661: fixed png256 for large images + improvements to palette generation: #522 2010-03-06 11:13:44 +00:00
Dane Springmeyer
badbc8706f apply modified patch from Mak Kolybabi fixing up postgres schema support in PostGIS plugin - closes #500 - extends #260 2010-02-19 21:04:45 +00:00
Dane Springmeyer
e03c997024 assume byteorder arrives in native arch (from postgis), and therefore ensure byteswapping for wkb on big endian systems - closes #515 - TODO check breakage in other plugins as per #516 - thanks Brad Simpson for the report and fix 2010-02-19 07:50:47 +00:00
Dane Springmeyer
2cd0b55e88 enforce default gamma function - improves upon #428, closes #512 2010-02-09 17:28:17 +00:00
Dane Springmeyer
316a35d08d add missed vertical_alignment change in default behavior and plugin_names() method added for 0.6.1 release 2010-02-03 18:03:18 +00:00
Dane Springmeyer
0c8c91b0f8 update CHANGELOG 2010-01-27 01:09:43 +00:00
Dane Springmeyer
9221d79a82 fixup CHANGELOG in trunk 2010-01-22 05:01:23 +00:00
Artem Pavlenko
47dc1e197b + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
Dane Springmeyer
5edbad94d5 fix up language 2009-12-11 02:15:25 +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
36d79b8ec2 update changelog 2009-11-13 01:49:11 +00:00
Dane Springmeyer
4df684c50e PointSymbolizer serialization was missing 'opacity' and 'allow_overlap' 2009-11-06 20:56:34 +00:00
Dane Springmeyer
786242eb9d update changelog 2009-10-21 21:26:26 +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
ba9376626a add a filter parsing alias of '!=' for '<>' - closes #427 2009-09-29 23:40:40 +00:00
Dane Springmeyer
c808cf62b9 add support for gdal overviews to the Gdal Plugin (use http://www.gdal.org/gdaladdo.html to build overviews) - modified patch from gdalcolors branch from Alberto Valverde (I removed dependence on color/masking code until that support lands in trunk) - addresses #54 2009-09-27 17:23:09 +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
70527e7db2 Add entry for next bugfix release, 0.6.2 2009-07-17 04:32:19 +00:00
Dane Springmeyer
5e839b97a8 fix revision of tagged 0.6.1 release 2009-07-14 00:27:04 +00:00
Artem Pavlenko
3a61ffd046 + update to the r1242 2009-07-13 23:06:00 +00:00
Artem Pavlenko
478049dd94 + updated to reflect r1240 2009-07-13 22:54:32 +00:00
Dane Springmeyer
8fc113b8ab note tagged release revision 2009-07-09 19:16:18 +00:00
Dane Springmeyer
723588d782 finish CHANGELOG for 0.6.1 release, closes #372 2009-07-08 17:41:09 +00:00
Dane Springmeyer
e04756277b update CHANGELOG to r1215 2009-07-08 00:33:36 +00:00
Dane Springmeyer
d601ecd19e update CHANGELOG to r1127 2009-07-08 00:10:43 +00:00
Dane Springmeyer
a45a434f65 formatting 2009-05-24 05:31:31 +00:00
Dane Springmeyer
b2570bd866 apply patch from mishok13 from #wherecamp to expose dash array list in python along with a small test case - closes #317 2009-05-24 04:14:35 +00:00
Dane Springmeyer
2b3e675ef8 fix revision # in changelog for postgis schemas patch thanks *2 dodobas 2009-05-14 20:02:33 +00:00
Dane Springmeyer
36886d697c formatting 2009-04-09 18:42:27 +00:00