-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrays in properties #77
Comments
Have you gotten this to work outside of tippecanoe? I think this is a limitation of the tile specification https://github.com/mapbox/vector-tile-spec/blob/master/2.1/vector_tile.proto#L17 and MapLibre expression language, and maybe not this tool. |
I havn't tried any other tools to generate pbfs with encoded array properties. It was just the last sentence in the following part of the expression documentation that made me believe that option would exist:
|
Oh maybe this only works with GeoJSON sources 🤔 |
I'm having problems to get a
['at', n, array]
expression to work in maplibre with data produced with tippecanoe. I wonder if that is because array properties still get stringified in tippecanoe (as the Changelog states for version (1.7.2)[https://github.com/felt/tippecanoe/blob/main/CHANGELOG.md#172] ). Is there a way to overcome this and make use of expressions that can handle arrays?The text was updated successfully, but these errors were encountered: