Releases: geostyler/geostyler-style
Releases · geostyler/geostyler-style
Version 3.1.1
Version 3.1.0
Version 3.0.0
Breaking changes:
Version 2.2.0
Version 2.1.0
DevSetup / MISC
Features
- Allow ttf:// scheme for well known names in mark symbolizer 66db17d
- Add an example mark symbolizer using a font glyph aa86bcb
Changes since 2.0.3 v2.0.3...v2.1.0
Version 2.0.3
- Specifies 'files' in package.json 8e02963
Version 2.0.1
❗ deprecated ❗ Use v2.0.3
Version 2.0.0
❗ Breaking Changes ❗
- Removes
type
property from LineSymbolizer. Seems to be a copy & paste thing from the first days of GeoStyler. ca8207c - Removes
ignorePlacement
as it is (more or less) a duplicate ofallowOverlap
. 57a2e63 - Removes
translate
as it was a duplicate ofoffset
and movesBaseSymbolizer.translateAnchor
toBasePointSymbolizer.offsetAnchor
. Replacing all occurences oftranslate
in your parsers withoffset
should do the trick. 58fff46 - Adds
fillOpacity
to MarkerSymbolizer andfillOpacity
andoutlineOpacity
toFillSymbolizer
as the generalopacity
property on theBasePointSymbolizer
is not precise enough if you want the fill to have a different opacity then the outline. 9a88908 - Moves
spacing
to LineSymbolizer. 5d14249
Docs & Sample
Version v1.2.1
Version 1.2.0
- Introduces StrMatchesFunctionFilter 1d3c59c