You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default branch is `gh-pages` which is displayed at http://mapnik.org/mapnik-reference
7
+
Default branch is `gh-pages`, which is displayed at http://mapnik.org/mapnik-reference
10
8
11
9
## Versioning
12
10
@@ -25,7 +23,7 @@ The structure of `reference.json` is:
25
23
*`version`: the version of Mapnik targeted. Same as the containing directory.
26
24
*`style`: properties of the `Style` XML element
27
25
*`layer`: properties of the `Layer` XML element
28
-
*`symbolizers/*`: properties that apply to **all** symbolizers
26
+
*`symbolizers`: properties that apply to all symbolizers (removed from version 2.1.0 onwards)
29
27
*`symbolizers/`_\<symbolizer\>_: properties that are specific to a given symbolizer
30
28
*`colors`: named colors supported by Mapnik. see `include/mapnik/css_color_grammar.hpp`
31
29
@@ -84,4 +82,4 @@ Tests require python and node.js:
84
82
## Users
85
83
86
84
*[carto.js](https://github.com/cartocss/carto)
87
-
* Mapnik itself (the utility [mapnik-reference-validate.py](https://gist.github.com/springmeyer/3410845) can be used to check binding consistency like in [#1427](https://github.com/mapnik/mapnik/issues/1427))
0 commit comments