geostyler / geostyler-mapbox-parser

GeoStyler-Style-Parser implementation for Mapbox
BSD 2-Clause "Simplified" License
13 stars 9 forks source link

[mapbox-parser] Cannot parse IconSymbolizer #28

Open KaiVolland opened 5 years ago

KaiVolland commented 5 years ago

PARSER

MAPBOX

FEATUREREQUEST

Description:

mapbox uses its own api for fetching and storing images. So we cannot simply set the image url.

jansule commented 5 years ago

partially resolved in https://github.com/terrestris/geostyler-mapbox-parser/pull/11.

This works but requires the implementation of the mapbox api for fetching and storing images on the application server. More details about this in corresponding PR.