Artem Pavlenko
|
5890f17df3
|
+ directly ctor default mapnik::color to avoid css color parsing
|
2010-03-24 18:02:10 +00:00 |
|
Artem Pavlenko
|
1a2b320252
|
+ sanitize header inclusion a bit
|
2010-03-24 18:01:53 +00:00 |
|
Alberto Valverde
|
c79865586b
|
added an angle_mode attribute to GlyphSymbolizer to define the way the angle expression should be interpreted: as an azimuth or as a trigonometric angle
|
2010-03-22 11:21:17 +00:00 |
|
Alberto Valverde
|
a613dc6397
|
Created python binding to memory_datasource which can be added Features built programaticcaly. See tests for sample use until docs are done. #528 is almost closed.
|
2010-03-19 16:16:15 +00:00 |
|
Alberto Valverde
|
2e04c5422a
|
fixed serialization of expressions in glyph_symbolizer
|
2010-03-19 11:20:16 +00:00 |
|
Alberto Valverde
|
2d601f1bd7
|
fixed color's to_string method since alpha seems to no longer be parsed as a double. serializing a color to xml and deserializing it back did not work before
|
2010-03-19 11:20:00 +00:00 |
|
Alberto Valverde
|
aea5dd563a
|
XML de/serialization for glyph_symbolizer. Some issues remain regarding unicode expr
|
2010-03-19 11:19:43 +00:00 |
|
Alberto Valverde
|
1e2ffb22b7
|
cairo rendering for the glyph_symbolizer. Small refactoring in cairo_context::add_text to pass the paramaters which were picked up from the text_symbolizer param (size, fill, halo_radius and halo_fill) explicitly. This allows the glyph_symbolizer to piggy back on that functionality without specilizing add_text() for the glyph_symbolizer (which would have involved heavy amounts of copy+paste or a more elaborate refactoring strategy. Please ping me if this was not a good idea
|
2010-03-19 09:33:57 +00:00 |
|
Alberto Valverde
|
e91c41e494
|
removed unneeded parenthesis
|
2010-03-19 09:33:41 +00:00 |
|
Alberto Valverde
|
f5409000f3
|
cosmetic changes and comments
|
2010-03-19 09:33:25 +00:00 |
|
Alberto Valverde
|
d098c98c5e
|
pre-eliminary GlyphSymbolizer implementation. TODO: XML de/serializing. more tests. remove workaround mentioned in test
|
2010-03-18 20:05:08 +00:00 |
|
Alberto Valverde
|
31c3d20e43
|
modified the old arrow_symbolizer interface on glyph_symbolizer and documented it
|
2010-03-18 20:04:51 +00:00 |
|
Alberto Valverde
|
fc3a1beeef
|
initial skeleton of glyph_symbolizer (coarsely ported from arrow_symbolizer). Mapnik compiles but symbolizer does nothing useful yet and is going to be heavily modified to make use of expressions to be general enough to be usable for purposes other than rendering arrows representing vector direction/intensity
|
2010-03-18 20:04:35 +00:00 |
|
Artem Pavlenko
|
e7bfba10fe
|
+ enanble installation of mapnik2 side by side with mapnik
|
2010-03-17 21:03:02 +00:00 |
|
Artem Pavlenko
|
83b20c3036
|
Revert "re factor expression grammar/parser stuff"
This reverts commit c58b8c4f71813a2490cf135573009c92be1a90c4.
|
2010-03-15 21:08:56 +00:00 |
|
Artem Pavlenko
|
0f8deb5e73
|
re factor expression grammar/parser stuff
|
2010-03-15 21:08:46 +00:00 |
|
Dane Springmeyer
|
d7256295ae
|
port r1680/r1683/r1690 from 0.7.1-dev branch to trunk
|
2010-03-12 18:23:06 +00:00 |
|
Alberto Valverde
|
e9748abc5f
|
xml de/serialization support for RasterColorizer
|
2010-03-12 14:49:50 +00:00 |
|
Alberto Valverde
|
807881c47a
|
XML deserialization support for a raster_symbolizer with a colorizer
|
2010-03-12 14:49:34 +00:00 |
|
Alberto Valverde
|
2f1d60b666
|
pre-eliminary raster coloring support
|
2010-03-12 13:34:13 +00:00 |
|
Dane Springmeyer
|
6b76b3b9e8
|
properly serialize the map_buffer when saving map
|
2010-03-11 23:21:22 +00:00 |
|
Dane Springmeyer
|
3a44dd3258
|
+ use rint(v) instead of int(round(v)) + add rint implementation - msvc hasn't got one + minor cleanups
|
2010-03-11 23:19:12 +00:00 |
|
Artem Pavlenko
|
c3a0b1a72f
|
+ revert to a024c947499994e1e8aaaff2b8ea73a8eec489dd
|
2010-03-08 11:55:15 +00:00 |
|
Dane Springmeyer
|
b8511eca65
|
restore default behavior of PointSymbolizer when used without an image, by defaulting to 4x4 black pixel - TODO - expose colors, shapes, and size for this in the future
|
2010-03-03 03:26:12 +00:00 |
|
Dane Springmeyer
|
b540dab73b
|
apply slighly modified (env->box2d) mapnik-trunk.mr.raster-position2.diff from mar_rud to close #475
|
2010-03-03 03:23:53 +00:00 |
|
Dane Springmeyer
|
dd36810321
|
print warning if images are not found
|
2010-03-02 03:31:50 +00:00 |
|
Dane Springmeyer
|
07186fc6bb
|
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 01:00:09 +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
|
c3ea59c3c8
|
don't pass expression_ptr as const
|
2010-02-03 18:36:01 +00:00 |
|
Artem Pavlenko
|
05f5473924
|
+ correct image bonding box calculation
+ check for zero sized images
|
2010-02-03 12:19:49 +00:00 |
|
Dane Springmeyer
|
ede29a1aff
|
image 'type' is not longer needed or used so don't attempt to parse from XML
|
2010-02-01 21:32:09 +00:00 |
|
Dane Springmeyer
|
1af24f1eb8
|
Serialize FontSet instead of font_set as that is what the loader expects
|
2010-02-01 21:31:14 +00:00 |
|
Dane Springmeyer
|
c950e38a46
|
reenamble python access to TextSymbolizer 'name' expression
|
2010-01-30 03:08:03 +00:00 |
|
Dane Springmeyer
|
d599067a14
|
restore pretty printing of xml output (indent=4) now that we are using the new boost ptree which changed its defaults
|
2010-01-30 02:05:01 +00:00 |
|
Dane Springmeyer
|
aef4d350be
|
repair serialization of XML filters and Text/ShieldSymbolizer 'name' attribute, which are how properly converted from expressions into strings
|
2010-01-30 00:47:06 +00:00 |
|
Dane Springmeyer
|
b1660b2152
|
fix formatting
|
2010-01-30 00:44:35 +00:00 |
|
Dane Springmeyer
|
da8ddb09ab
|
gah, use the version header that actually exists for older versions of icu
|
2010-01-29 19:40:26 +00:00 |
|
Dane Springmeyer
|
05654f18bc
|
quick fix to allow compiling without unicode regex support to enable builds against ICU <4.2
|
2010-01-29 19:22:15 +00:00 |
|
Dane Springmeyer
|
9b69f65ea9
|
add backwards compatibility support to the expressions parser so that the TextSymbolizer and ShieldSymbolizer 'name' parameter (and others in the future) syntax is understood as pre-0.8.0 syntax, while printing a deprecation warning - should allow older stylesheets to be used with Mapnik 0.8.0 - addresses #501
|
2010-01-26 23:03:42 +00:00 |
|
Dane Springmeyer
|
52d08e7d1a
|
restore reading of paths relative to xml as default=true, print xml filename when errors are encountered, and remove unneeded check for pointsymbolizer file type which is now automatically handled in parse_path()
|
2010-01-26 22:54:03 +00:00 |
|
Dane Springmeyer
|
0fbd46a045
|
report the map/xml name when an error is encountered when loading a map
|
2010-01-25 19:10:01 +00:00 |
|
Dane Springmeyer
|
6115a1590d
|
add 'gamma' attribute to PolygonSymbolizer, along with tests against simplified world borders shapefile - setting gamma to .5-.7 can remove gaps in processed_p.shp depending on background color - closes #428
|
2010-01-13 00:31:45 +00:00 |
|
Dane Springmeyer
|
067fdb884d
|
sync trunk with new cairo support added previously to 0.7 branch in r1531
|
2010-01-11 18:55:30 +00:00 |
|
Dane Springmeyer
|
e5673e239b
|
increment ABI versions
|
2010-01-11 18:53:50 +00:00 |
|
Dane Springmeyer
|
f87790cd5b
|
merge a few small 0.7 branch changes back into trunk
|
2010-01-11 00:36:51 +00:00 |
|
Dane Springmeyer
|
6abbfca492
|
fix default values for vertical_alignment in the TextSymbolizer and ShieldSymbolizer - closes #468
|
2010-01-07 02:21:07 +00:00 |
|
Dane Springmeyer
|
9750e6cd24
|
fix memory leak in load_map when using libxml2 by freeing the libxml tree as per http://xmlsoft.org/xmlmem.html - closes #473 - thanks mishok13 for the detailed report and testing
|
2010-01-01 22:41:43 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Dane Springmeyer
|
5e2e6a76ad
|
apply fixes from David Eastcott originally applied to 0.7 branch
|
2009-12-13 23:30:36 +00:00 |
|