Dane Springmeyer
|
476e04c4c7
|
add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment
|
2011-06-28 22:37:35 +00:00 |
|
Dane Springmeyer
|
e94667a8ae
|
use std::string
|
2011-06-24 00:53:00 +00:00 |
|
Dane Springmeyer
|
1829093fc9
|
copy string, don't get reference from boost::filesystem::path
|
2011-06-13 21:42:44 +00:00 |
|
Dane Springmeyer
|
7a17c7e597
|
load_map_from_string has always accepted a base path argument to drive the interpretation of relative paths in the stylesheet when loaded in memory- this really should be a full map property so that it can be known on the map object after parsing and changed if the map is saved to a new location
|
2011-05-25 23:48:07 +00:00 |
|
Dane Springmeyer
|
9458e2d890
|
stroke-dash-offet -> stroke-dash-offset (spelling)- #762
|
2011-05-17 00:33:24 +00:00 |
|
Dane Springmeyer
|
37118c6d5f
|
ensure valid attributes on the RasterSymbolizer and RasterColorizer, warning if not
|
2011-05-04 01:57:37 +00:00 |
|
Dane Springmeyer
|
d05b0c539f
|
apply major refactor of RasterColorizer by ben moores from https://github.com/BenMoores/mapnik-trunk/wiki/RasterColorizer - closes #523
|
2011-05-04 00:20:17 +00:00 |
|
Dane Springmeyer
|
7d394f3d09
|
load_map: report and check transform in all cases
|
2011-04-26 17:33:41 +00:00 |
|
Dane Springmeyer
|
7d08f76e50
|
add missing 'base' parameter to parse_shield_symbolizer and correct spelling of 'filter-factor' for parse_raster_symbolizer - closes #752
|
2011-04-18 01:11:38 +00:00 |
|
Dane Springmeyer
|
7570cb5d73
|
load and save the new map 'maximum-extent' attribute
|
2011-04-14 02:32:51 +00:00 |
|
Artem Pavlenko
|
e580078d26
|
+ apply MetaWriter patch from zerebubuth
( see #735 for details )
|
2011-03-16 13:32:04 +00:00 |
|
Hermann Kraus
|
f9040c6026
|
Show error message when invalid placement algorithm is selected.
|
2011-03-11 14:18:34 +00:00 |
|
Dane Springmeyer
|
4079fd7d08
|
make feature caching optional, and disabled by default (to avoid std::bad_alloc in low memory environments). Can be set as new layer property 'cache-features' - closes #657
|
2011-03-01 17:09:29 +00:00 |
|
Hermann Kraus
|
4af0696b9d
|
Add support for multiple placements.
NOTE: In some places indention is not updated to keep this patch readable. This will be fixed in the next revision.
|
2011-02-28 13:17:46 +00:00 |
|
Dane Springmeyer
|
f348c489ad
|
fix property names in load_map error response
|
2011-02-11 21:32:47 +00:00 |
|
Dane Springmeyer
|
a9cda83300
|
check XML attributes for markers_symbolizer
|
2011-02-09 07:51:52 +00:00 |
|
Dane Springmeyer
|
0d5d014474
|
*warning* breaking change: move to consisten use of dashes (see #644), and start validating property names by printing warning if they are not valid (closes #110)
|
2011-02-05 03:15:17 +00:00 |
|
Dane Springmeyer
|
50532801f3
|
change min_distance and min_padding to minimum_distance and minimum_padding to match python and mimimum_version
|
2011-02-02 04:20:53 +00:00 |
|
Dane Springmeyer
|
fd2d9d7ff3
|
enable aliased lines using stroke-gamma for line_symbolizer - closes #689
|
2011-02-02 01:46:14 +00:00 |
|
Dane Springmeyer
|
7043c416fa
|
enable if/else type behavior in rules using style level keyword to control whether all rules will be evaluated or just the first that matches - closes #706 - thanks to original patch from kkaefer
|
2011-02-01 22:55:50 +00:00 |
|
Dane Springmeyer
|
75649b8863
|
add 'interior' point placement option to point_symbolizer - closes #709
|
2011-02-01 08:16:32 +00:00 |
|
Dane Springmeyer
|
78ec8b1724
|
fix reading of height value for building_symbolizer - TODO: make expression (#704)
|
2011-01-28 20:46:49 +00:00 |
|
Dane Springmeyer
|
5bf6efafb0
|
apply patch from Craig de Stigter for better scaling methods using agg image filters - closes #656
|
2011-01-27 03:47:54 +00:00 |
|
Dane Springmeyer
|
a79018d0a0
|
make sure to check relative paths behavior up front, and handle background-image properly - closes #702
|
2011-01-25 20:47:56 +00:00 |
|
Artem Pavlenko
|
98b7f62155
|
+ remove template from mapnik::rule
+ rename globaly rule_type -> rule
( ticket #552 )
|
2011-01-13 21:35:01 +00:00 |
|
Artem Pavlenko
|
be458e7ac0
|
+ add support for boost::filesystem v3
(http://www.boost.org/doc/libs/1_45_0/libs/filesystem/v3/doc/deprecated.html)
|
2011-01-04 15:22:49 +00:00 |
|
Dane Springmeyer
|
7fc193729c
|
warn or throw if svg transform fails
|
2010-12-11 01:10:45 +00:00 |
|
Dane Springmeyer
|
0eb3718934
|
actually parse label_position_tolerance from xml
|
2010-12-01 17:40:33 +00:00 |
|
Artem Pavlenko
|
0361061053
|
+ fix text_minimum_padding.diff (#547) patch
|
2010-11-03 13:19:04 +00:00 |
|
Artem Pavlenko
|
0823b83900
|
+ apply Nino Walker's patch text_minimum_padding.diff #547
TODO: consider simplifying text symbolizer options
|
2010-11-03 13:18:56 +00:00 |
|
Dane Springmeyer
|
3011f53205
|
add support to PointSymbolizer for 'ignore_placement' - #564
|
2010-10-15 02:15:40 +00:00 |
|
Dane Springmeyer
|
5d13869da1
|
if only width or height are supplied for a marker, make a circle - ellipses can be drawn by different width/height values
|
2010-10-15 00:14:18 +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 |
|
Artem Pavlenko
|
86f4027d9d
|
+ store max_char_angle in radians
+ default to 25.0 degrees
|
2010-09-24 12:55:08 +00:00 |
|
Dane Springmeyer
|
c35310445a
|
rename text_convert to text_transform to match css naming convention (also matching enums to css)
|
2010-09-18 19:10:18 +00:00 |
|
Dane Springmeyer
|
b307013ba2
|
add additional support for dynamically drawing ellipses in the markers_symbolizer, now supporting both line/point placement, metawriters for point placement, and width/height/stroke attributes - TODO - reflect in python bindings, buggy matrix transform for ellipses
|
2010-08-19 17:33:01 +00:00 |
|
Dane Springmeyer
|
b5f36154fc
|
parse stroke properties separately from parsing a line symbolizer - setting up for being able to easily add strokes to other symbolizers
|
2010-08-19 12:20:30 +00:00 |
|
Dane Springmeyer
|
a7e9cc7e87
|
make output of empty json (if no features are hit) on by default, and rename parameter from 'only-nonempty' to 'output-empty'
|
2010-08-19 05:50:08 +00:00 |
|
Hermann Kraus
|
24fb874c7d
|
Add metawriter support to save_map.cpp
|
2010-08-12 00:11:01 +00:00 |
|
Hermann Kraus
|
7c5d0336c9
|
Small fixes + improvements.
|
2010-08-10 15:31:14 +00:00 |
|
Hermann Kraus
|
990df317fd
|
"size" is not an optional GlyphSymbolizer attribute.
|
2010-08-10 14:46:39 +00:00 |
|
Hermann Kraus
|
9857583064
|
Parse metawriter attributes in all symbolizers.
|
2010-08-10 12:03:45 +00:00 |
|
Dane Springmeyer
|
6da5983e94
|
add xinclude support for libxml2 based parser - thanks oldtopos - closes #567
|
2010-08-10 06:01:16 +00:00 |
|
Hermann Kraus
|
5725c694c6
|
Add "only-nonempty" to XML config.
|
2010-08-02 12:37:15 +00:00 |
|
Hermann Kraus
|
87fd78f313
|
Add support for dynamic filename in metawriters.
|
2010-07-25 22:41:18 +00:00 |
|
Hermann Kraus
|
20d5eb5698
|
Make "default-output" attribute optional.
|
2010-07-25 21:03:35 +00:00 |
|
Artem Pavlenko
|
91a109120b
|
+ align attribute names with W3C standards
rename 'bgcolor' to 'background-color'
+ update upgrade_map_xml.py
|
2010-07-19 12:01:34 +00:00 |
|
Artem Pavlenko
|
8b8e247e62
|
+ add support for background-image attribute
( background image is repeated both vertically
and horizontally )
|
2010-07-19 11:10:03 +00:00 |
|
Dane Springmeyer
|
08e96be4a1
|
scons: better handling of PYTHON_INCLUDES and HAVE_LIBXML2
|
2010-07-15 00:20:50 +00:00 |
|