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 |
|
Dane Springmeyer
|
82c6e87578
|
Support xml lib fallback and GetFeatureInfo on all layers - closes #303 and #304
|
2009-04-09 18:40:39 +00:00 |
|
Dane Springmeyer
|
544cbb249a
|
Apply patch from Marcin to handle smooth transitions between raster layers for both gdal and raster plugin - closed #295
|
2009-04-07 23:06:51 +00:00 |
|
Dane Springmeyer
|
4276ae24fe
|
allow customization of JPEG output image quality using syntax similar to png256, but using 0-100 as suffix, e.g. render_to_file(m,'image.jpeg','jpeg80') - closes #198 - patch from Dennis Luxen
|
2009-04-07 15:48:51 +00:00 |
|
Dane Springmeyer
|
72734cbda5
|
update changelog for 0.6.0 release - closes #278
|
2009-04-01 01:18:14 +00:00 |
|
Artem Pavlenko
|
afaf2df3ec
|
+ update CHANGELOG
+ formatting
|
2009-03-21 11:25:07 +00:00 |
|
Dane Springmeyer
|
9af3e9d9f6
|
minor fix in revision number for scale_denominator map property
|
2009-03-17 23:52:55 +00:00 |
|
Dane Springmeyer
|
ff30cfd121
|
updated CHANGELOG back to r628 pre Cairo support, threading variants, and the OSM plugin (closes #123)
|
2009-03-05 06:39:52 +00:00 |
|
Dane Springmeyer
|
b70dad35ae
|
updated CHANGELOG back to r733 with notable commits affecting usability
|
2009-03-05 06:20:46 +00:00 |
|
Dane Springmeyer
|
277f9a9e45
|
add mapnik::Color change
|
2009-03-05 05:39:12 +00:00 |
|
Dane Springmeyer
|
be2c27ff86
|
OGCServer: add support for load_map() within WMSFactory (thanks xcacou,theosys,and tmcw for early patches) (closes #129)
|
2009-02-12 02:12:26 +00:00 |
|
Dane Springmeyer
|
e24b6f3654
|
Improve usability of ogcserver debug mode by printing to new html response when in debug mode or when the QUERY_STRING is empty, signaling testing
|
2009-02-12 01:28:57 +00:00 |
|
Jon Burgess
|
cc91460a01
|
Filter parsing: Allow numbers in the filter field name. This allows for shapefiles with columns like '1970'.
|
2009-02-01 23:07:37 +00:00 |
|
Dane Springmeyer
|
f414843c4f
|
+ First implementation of OGR(vector) input plugin. Patch from kunitoki. Thanks! Closes #170
|
2009-01-28 20:16:31 +00:00 |
|
Dane Springmeyer
|
e346025cab
|
Fix r # for last commit note
|
2009-01-25 19:04:34 +00:00 |
|
Dane Springmeyer
|
2d47f24a7e
|
+ added ability to transform Envelopes in addition to Coords in new python ProjTransform, closes #117
|
2009-01-25 19:02:07 +00:00 |
|
Dane Springmeyer
|
3e62698751
|
Add scale_denominator note
|
2009-01-14 06:14:47 +00:00 |
|
Dane Springmeyer
|
f0d58a99f3
|
+ expose map resize and remove_all methods as well as view_transform property in python
|
2009-01-14 04:52:04 +00:00 |
|
Dane Springmeyer
|
68e784dfdd
|
+ add load_map() and save_map() support for reading and writing of abstract, title, minzoom, maxzoom, and queryable attributes
|
2009-01-11 18:55:29 +00:00 |
|
Dane Springmeyer
|
8977683c0d
|
Fixed date
|
2008-12-07 22:59:50 +00:00 |
|
Dane Springmeyer
|
b792218691
|
Adding a CHANGELOG stub to begin keeping synthesis of changes
|
2008-12-07 22:58:48 +00:00 |
|