Releases: geostyler/geostyler-mapbox-parser
Releases · geostyler/geostyler-mapbox-parser
Version 3.1.1
What's Changed
- Circle MarkSymbolizer: support explicitly only fillOpacity and update unsupportedProperties by @ocruze in #138
New Contributors
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
Version 3.0.0
What's Changed
- Update README to match geostyler-style v5 by @jansule in #51
- Fix missing source file warnings by @juburr in #66
- Bump @types/lodash from 4.14.175 to 4.14.182 by @dependabot in #125
- Bump webpack from 5.58.2 to 5.72.0 by @dependabot in #121
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #131
- Update geostyler-style to v7 by @KaiVolland in #162
New Contributors
Full Changelog: v2.0.0...v3.0.0
Version 2.0.0
Breaking
- update parser to comply geostyler-style v5 b9eefdb
Migration-Guide:
The output of the readStyle and writeStyle methods has changed from the pure style to the ReadStyleResult/WriteStyleResult.
Version <2:
// read
const geostylerStyle = await mapboxParser.readStyle(someMapboxStyle);
// write
const mapboxStyle = await mapboxParser.writeStyle(geostylerStyle);Version >=2:
// read
const { output: geostylerStyle } = await mapboxParser.readStyle(someMapboxStyle);
// write
const { output: mapboxStyle } = await mapboxParser.writeStyle(geostylerStyle);Version 1.0.0
BREAKING:
Removes some unsupported properties which are no more part of geostyler-style:
spacingignorePlacementtranslatetranslateAnchor