-
See method processSymbolHatchFill. https://github.com/geostyler/geostyler-lyrx-parser/blob/a88b8885ad0f1fdda859785bcaa7a393806127ab/src/processSymbolLayer.ts#L310
We assign graphicFillMargin but it…
-
See method processLabelClass. https://github.com/geostyler/geostyler-lyrx-parser/blob/a88b8885ad0f1fdda859785bcaa7a393806127ab/src/toGeostyler.ts#L307
We assign group but it doesn't exist in Geosty…
-
See method formatLineSymbolizer. https://github.com/geostyler/geostyler-lyrx-parser/blob/a88b8885ad0f1fdda859785bcaa7a393806127ab/src/processSymbolReference.ts#L117
We assign graphicStrokeInterval bu…
-
See method processSymbolVectorMarker https://github.com/geostyler/geostyler-lyrx-parser/blob/a88b8885ad0f1fdda859785bcaa7a393806127ab/src/processSymbolLayer.ts#L222
We assign maxX maxY but they don't…
-
See method processSymbolVectorMarker. https://github.com/geostyler/geostyler-lyrx-parser/blob/a88b8885ad0f1fdda859785bcaa7a393806127ab/src/processSymbolLayer.ts#L237
We assign outlineDasharray, pe…
-
See method processOrientedMarkerAtEndOfLine. https://github.com/geostyler/geostyler-lyrx-parser/blob/a88b8885ad0f1fdda859785bcaa7a393806127ab/src/processSymbolReference.ts#L213
We assign geometry b…
-
### Description
When setting an anchor point for a text symbolizer, the geostyler style object property seem to have no effect on text placement.
### Expected behaviour
Respect the anchor point of …
-
Currently the OSGeoLive hosts a (now probably quite outdated version of the) GeoStyler beginner tutorial, which shows users how to include GeoStyler in webapplications. With the existence of the GeoSt…
-
### Description
Hello,
I contfront with a problem, I developed my react app using geostyler. Everything is ok when we work online, but as we are offline, geostyler app stops working since it sends…
-
### Description
I am trying to use `widthUnit` and `radiusUnit` properties set to 'm' when converting Geostyler styles to OpenLayers styles. However, it seems that these properties are not working as…