Forum Discussion
Laura12345
2 years agoNew Member
Azure maps reference layer wont load
Hello, I have created a GeoJson in QGIS to use as a reference layer in Azure Maps. When I had it nothing shows on the map. Any ideas on what to do would be appreciated. I have tried the check va...
AmiraBedh
2 years agoSuper User
From the error the GeoJSON file you created in QGIS has a formatting error.
Can you share the code with us ? because it needs to follow the correct structure with a single root object and properly closed brackets.
- Laura123452 years agoNew Member
{ "type": "Feature", "properties": { "ogc_fid": 5223, "name": "4", "polygon_id": 30162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.4112726, 54.5646913 ],
Thanks 🙂
- AmiraBedh2 years agoSuper User
You provided an GeoJSON snippet which is incomplete. Can you provide more details ?