Dane Springmeyer
|
0d15c55e14
|
add test map for inline geojson (fails currently due to relative paths mucking - likely need to pass extra param for 'string' input rather than file)
|
2010-11-16 08:21:57 +00:00 |
|
Dane Springmeyer
|
471288a37e
|
add a few stylesheets that test reading json and osm files
|
2010-11-14 08:56:42 +00:00 |
|
Dane Springmeyer
|
389ad44878
|
minimum_version was spelled wrong, so version check was not working
|
2010-11-05 17:40:46 +00:00 |
|
Dane Springmeyer
|
31a6d25e22
|
fixup raster colorizer example, removing accidental previous changes from brainstorming session
|
2010-11-01 18:57:44 +00:00 |
|
Dane Springmeyer
|
88ed29c8b7
|
increment the min_version required for several test maps
|
2010-10-31 22:04:10 +00:00 |
|
Dane Springmeyer
|
aef676c090
|
add changes missed in r2287
|
2010-10-15 02:16:37 +00:00 |
|
Dane Springmeyer
|
ba911c82c1
|
add a test map for rendering stacked marker circles with no outlines and also outlines with fractional width
|
2010-10-15 00:13:29 +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
|
58b907a61b
|
catch up tests with change of bgcolor->background-color
|
2010-10-06 18:59:59 +00:00 |
|
Dane Springmeyer
|
c240208a0f
|
no longer an invalid color representation, so removing test
|
2010-10-06 18:53:08 +00:00 |
|
Dane Springmeyer
|
9d1f8f013b
|
remove .zip that does not need to be versioned
|
2010-09-26 23:51:48 +00:00 |
|
Dane Springmeyer
|
dce9986d3d
|
add farsi (rtl) language map in tests from ajashton
|
2010-09-26 23:50:37 +00:00 |
|
Dane Springmeyer
|
d7740caffc
|
revert unintended changes
|
2010-09-26 11:50:16 +00:00 |
|
Dane Springmeyer
|
48f7533808
|
fix text_transform upgrade issue - thx ajashton - closes #621
|
2010-09-26 11:48:43 +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
|
bdb454653a
|
improve the datasource test
|
2010-08-19 18:52:48 +00:00 |
|
Dane Springmeyer
|
21865fdba1
|
gussy up the markers_symbolizer example using point placement and ellipses
|
2010-08-19 18:09:15 +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
|
5e441b39b5
|
add example of using MarkersSymbolizer one lines
|
2010-08-18 04:11:38 +00:00 |
|
Dane Springmeyer
|
6d697d1c30
|
add lines to the spatiallite test dataset
|
2010-08-17 21:48:16 +00:00 |
|
Dane Springmeyer
|
635562ee08
|
utilize a fractional halo in sqlite test
|
2010-08-10 23:50:34 +00:00 |
|
Dane Springmeyer
|
59d3b53105
|
update tests after fix in r2124 for size being required in glyph_symbolizer
|
2010-08-10 23:45:05 +00:00 |
|
Dane Springmeyer
|
3a59934b90
|
add xinclude tests/samples
|
2010-08-10 06:04:10 +00:00 |
|
Dane Springmeyer
|
787374d1b7
|
update glyph_symbolizer test after fix for #511
|
2010-08-10 01:01:10 +00:00 |
|
Dane Springmeyer
|
d19f8ac009
|
fix path to svg file in test map
|
2010-07-16 06:25:44 +00:00 |
|
Dane Springmeyer
|
2aaeea98b0
|
add single font for tests
|
2010-07-15 23:36:48 +00:00 |
|
Dane Springmeyer
|
8fa1dc2402
|
add simple visual test of text rotation using orientation parameter on text_symbolizer
|
2010-07-13 02:28:21 +00:00 |
|
Dane Springmeyer
|
a0d589e24c
|
add checker pattern image
|
2010-06-21 02:57:14 +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
|
fd17b14120
|
restore rendering of default point_symbolizer square, useful for debugging
|
2010-06-19 20:32:00 +00:00 |
|
Dane Springmeyer
|
8bf2b2cd81
|
add tests for svg symbol reading/rendering, tiff/jpeg symbol reading, and a spatiallite datasource
|
2010-06-03 21:26:33 +00:00 |
|
Dane Springmeyer
|
218c75385d
|
complete XML syntax change from CSSParameter to attributes (for BuildingSymbolizer and RasterSymbolizer) and update tests
|
2010-06-01 21:58:24 +00:00 |
|
Dane Springmeyer
|
4790c23d43
|
clean up deprecation warnings in python tests
|
2010-04-06 06:25:22 +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
|
2e04c5422a
|
fixed serialization of expressions in glyph_symbolizer
|
2010-03-19 11:20:16 +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
|
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 |
|
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
|
afa9d14630
|
now that we're using an image cache missing images will not/can not throw
|
2010-03-02 03:31:10 +00:00 |
|
Dane Springmeyer
|
26c596cbf1
|
add tests for optional attr of symbolizers with images from 0.7.1-dev branch
|
2010-02-23 02:39:45 +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
|
f87790cd5b
|
merge a few small 0.7 branch changes back into trunk
|
2010-01-11 00:36:51 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Dane Springmeyer
|
d0b4db9ba3
|
add support for relative paths for entities when using libxml2 and loading xml from string - thanks dodobas for the initial patch
|
2009-12-06 22:18:45 +00:00 |
|
Dane Springmeyer
|
0e18aa63cd
|
add feature to Map node to allow for throwing a friendly error if the map styles use features not supported by the installed mapnik version - thanks Ldp for the review - closes #395
|
2009-12-05 03:58:48 +00:00 |
|
Dane Springmeyer
|
ba9376626a
|
add a filter parsing alias of '!=' for '<>' - closes #427
|
2009-09-29 23:40:40 +00:00 |
|
Dane Springmeyer
|
41af03be53
|
adding polyline test shapefile of various line shapes
|
2009-08-12 21:06:50 +00:00 |
|
Dane Springmeyer
|
16f4efc07b
|
python: add better handling of cairo/pycairo support, refactor rundemo.py, add basic tests for cairo surfaces (closes #392)
|
2009-07-28 06:27:10 +00:00 |
|