You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mapbox is based on sprite sheets. The sprite property is referreing to an url that points to a .png and .json file, by standard the mentioned mapbox sprite api is not used.
Feature Request
mapbox is based on sprite sheets. The
sprite
property is referreing to an url that points to a.png
and.json
file, by standard the mentioned mapbox sprite api is not used.https://docs.mapbox.com/style-spec/reference/root/#sprite
Either mapbox parser can create a base64 image or the other parsers needs to accept spritesheets and handle them.
First option: geostyler-mapbox-parser could get a feature flag if it should request and transform the spritesheets.
Second option: add sprite data information to geostyler style (spriteimage, position, size). OpenLayers supports sprites: properties offset, size in https://openlayers.org/en/latest/apidoc/module-ol_style_Icon-Icon.html
The text was updated successfully, but these errors were encountered: