Which MapLibre Style elements are supported by the Node.js platform? #1786
Unanswered
jechterhoff
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is very useful feedback! It seems that we need to extend the version matrix to include Node.js as well. Let's create an issue over at maplibre-style-spec for this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm struggling to find information about which of the MapLibre Style elements are actually supported by the maplibre-native Node.js platform. Is there a suitable (easy?) way to figure this out?
https://www.npmjs.com/package/@maplibre/maplibre-gl-native shows release version 5.2.0 (which a search in the maplibre-native releases also digs up). When testing a particular style that I wrote - and which works with MapLibre GL JS - I found out the hard way (through trial and error) that icon-overlap was not supported by the Node.js platform.
The SDK support table for
icon-overlap
in the Style Spec listsMapLibre GL JS
,Android SDK
,iOS SDK
, andmacOS SDK
:For the latter three, "Not yet supported" is shown, so it is fair to assume that Node.js also does not support
icon-overlap
. That should be easy to deduce. But is there a particular SDK (out of the four which are listed in the MapLibre Style Spec) that I should be looking at in order to determine what is supported by the Node.js platform? Like: "Look at what is supported by the Android SDK, for version 5.2.0". That would be valuable information for reviewing other style elements, regarding support in the Node.js platform.Apologies if I'm missing an important point here. I'm just struggling to find out which MapLibre Style elements are and are not supported by the maplibre-native Node.js platform release 5.2.0.
Thanks in advance for any help or advice you can give on this topic.
Beta Was this translation helpful? Give feedback.
All reactions