Skip to content

Commit 33f0ff4

Browse files
committed
Further tidying of README
1 parent 577bda4 commit 33f0ff4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
It is useful for building parsers, tests, compilers, and syntax highlighting/checking for languages.
66

7-
[![Build Status](https://travis-ci.org/mapnik/mapnik-reference.svg)](https://travis-ci.org/mapnik/mapnik-reference)
8-
9-
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
108

119
## Versioning
1210

@@ -25,7 +23,7 @@ The structure of `reference.json` is:
2523
* `version`: the version of Mapnik targeted. Same as the containing directory.
2624
* `style`: properties of the `Style` XML element
2725
* `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)
2927
* `symbolizers/`_\<symbolizer\>_: properties that are specific to a given symbolizer
3028
* `colors`: named colors supported by Mapnik. see `include/mapnik/css_color_grammar.hpp`
3129

@@ -84,4 +82,4 @@ Tests require python and node.js:
8482
## Users
8583

8684
* [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))
85+
* [Mapnik documentation](http://mapnik.org/mapnik-reference)

0 commit comments

Comments
 (0)