Closed francois2metz closed 4 years ago
mapbox-gl-js version: 1.11.1
browser: Firefox, Chrome and I believe all others
addImage
custom-marker
'icon-image': ["coalesce", ['image', 'nonexistant'], ['image', 'custom-marker'] ]
I updated the example "Draw GeoJSON points" to reproduce it https://docs.mapbox.com/mapbox-gl-js/example/geojson-markers/
https://jsfiddle.net/5ga36cnw/3/
The Mapbox DC office should display the custom marker
The Mapbox DC office don't display any marker
'icon-image': ["coalesce", ['image', 'custom-marker'], ['image', 'custom-marker'] ]
This will be available in 1.12, thanks for the contribution @francois2metz !
mapbox-gl-js version: 1.11.1
browser: Firefox, Chrome and I believe all others
Steps to Trigger Behavior
addImage
namedcustom-marker
Link to Demonstration
I updated the example "Draw GeoJSON points" to reproduce it https://docs.mapbox.com/mapbox-gl-js/example/geojson-markers/
https://jsfiddle.net/5ga36cnw/3/
Expected Behavior
The Mapbox DC office should display the custom marker
Actual Behavior
The Mapbox DC office don't display any marker
Additional stuff