mapstyler_sld_adapter 0.1.2
mapstyler_sld_adapter: ^0.1.2 copied to clipboard
SLD adapter for the mapstyler ecosystem. Maps flutter_map_sld types to and from mapstyler_style types.
0.1.2 #
- Fixed Dartdoc angle-bracket warnings reported by pub.dev static analysis.
0.1.1 #
- Fixed lints reported by pub.dev static analysis.
0.1.0 #
- SldStyleParser implementing
StyleParser<SldDocument>for read/write. - SLD → mapstyler: flattens Layer/UserStyle/FeatureTypeStyle/Rule hierarchy.
- mapstyler → SLD: wraps rules in single Layer/UserStyle/FeatureTypeStyle.
- Symbolizers: PointSymbolizer (Mark, ExternalGraphic), LineSymbolizer, PolygonSymbolizer, TextSymbolizer, RasterSymbolizer.
- OGC Filters: comparison, combination, negation, spatial, distance.
- Geometry mapping: Point, LineString, Polygon, Envelope ↔ gml4dart.
- Color utilities:
argbToHex,argbToOpacity,hexToArgb.