added rectangle as marker-type

pull/1/merge
javi 10 years ago
parent c288d09dcc
commit 2fc7473a8c

@ -1,5 +1,8 @@
## Changelog ## Changelog
## XXXX
* added rectangle option for marker-type
## 0.8.1 ## 0.8.1
* Bump `mapnik-reference` dependency to ~3.1.0 to pull in new properties. * Bump `mapnik-reference` dependency to ~3.1.0 to pull in new properties.

@ -628,7 +628,8 @@ var _mapnik_reference_latest = {
"css": "marker-type", "css": "marker-type",
"type": [ "type": [
"arrow", "arrow",
"ellipse" "ellipse",
"rectangle"
], ],
"default-value": "ellipse", "default-value": "ellipse",
"doc": "The default marker-type. If a SVG file is not given as the marker-file parameter, the renderer provides either an arrow or an ellipse (a circle if height is equal to width)" "doc": "The default marker-type. If a SVG file is not given as the marker-file parameter, the renderer provides either an arrow or an ellipse (a circle if height is equal to width)"

Loading…
Cancel
Save