We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bei unclustered Points wird properties.involved_persons als string statt array zurück gegeben.
The text was updated successfully, but these errors were encountered:
Anscheinend werden nested objects von mapbox noch nicht vollständig unterstützt. mapbox/mapbox-gl-js#2434
Sorry, something went wrong.
getestet mit: https://geojson.io/
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 16.3667, 48.2167 ] }, "properties": { "dating": "um 1502 - 1503", "img_src": "https://lucascranach.org/imageserver-2022/AT_AKBILD_GG-549_FR002/01_Overall/AT_AKBILD_GG-549_FR002_2009_Overall-s.jpg", "inventory_number": "AT_AKBILD_GG-549", "involved_persons": [ "Lucas Cranach der Ältere", "Michael Wolgemuth" ], "location": "Wien", "medium": "Malerei auf Fichtenholz ", "owner": "Gemäldegalerie der Akademie der Bildenden Künste Wien", "title": "Der Hl. Valentin mit kniendem Stifter" }, "id": 0 } ] }
No branches or pull requests
Bei unclustered Points wird properties.involved_persons als string statt array zurück gegeben.
The text was updated successfully, but these errors were encountered: