This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Update node bindings to support addImage with sdf images #15054
Labels
Node.js
node-mapbox-gl-native
Currently if you build the node library from source on master and run render tests, the
runtime-styling/image-add-sdf
test will fail. This is because the node bindings don't currently parse the sdf attribute for the image when adding it.To my untrained eye, this is the relevant part of the bindings:
mapbox-gl-native/platform/node/src/node_map.cpp
Lines 738 to 798 in 869ff70
We should remedy this so that the node library can add SDF images without problems.
cc: @mapbox/gl-native @mapbox/maps-api
The text was updated successfully, but these errors were encountered: