added rectangle as marker-type
This commit is contained in:
parent
c288d09dcc
commit
2fc7473a8c
@ -1,5 +1,8 @@
|
||||
## Changelog
|
||||
|
||||
## XXXX
|
||||
* added rectangle option for marker-type
|
||||
|
||||
## 0.8.1
|
||||
|
||||
* Bump `mapnik-reference` dependency to ~3.1.0 to pull in new properties.
|
||||
|
@ -628,7 +628,8 @@ var _mapnik_reference_latest = {
|
||||
"css": "marker-type",
|
||||
"type": [
|
||||
"arrow",
|
||||
"ellipse"
|
||||
"ellipse",
|
||||
"rectangle"
|
||||
],
|
||||
"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)"
|
||||
|
Loading…
Reference in New Issue
Block a user