-
Hi, Because i cannot find anything related in the documentation, my question is, is it really not possible to use SDF and non-SDF images at the same time? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The following code is where this warning is coming from: maplibre-gl-js/src/symbol/symbol_layout.ts Line 243 in 11b34aa So, I'm guessing this is a limitation that is not documented. |
Beta Was this translation helpful? Give feedback.
The following code is where this warning is coming from:
maplibre-gl-js/src/symbol/symbol_layout.ts
Line 243 in 11b34aa
So, I'm guessing this is a limitation that is not documented.
In general, it is possible to mix SDF and non SDF icons, but looking at where this warning is written (code wise) it looks like doing so for the same tile won't work.
You can use different sources I guess and mix non DSF and SDF icons, I know I'm doing it using a regular tile source for nonSDF icons and a geojson source for a SDF icon.