Forum Discussion
Azure maps geometry features help needed
- 8 months ago
Thank you for the support and advice. I ended up excluding some regions to stay below the 30k polygons threshold which is working fine.
- Simplify the polygons using https://mapshaper.org/ with the command simplify 10% keep-shapes to reduce the number of vertices while preserving the overall shape.
- Split the GeoJSON file into smaller segments (e.g. by region or category), as files exceeding approximately 5MB may not render fully in the visual.
- Validate geometries to ensure there are no topological errors such as self-intersections or improperly closed rings. The clean command in Mapshaper can assist with this.
Hi Saul_Ring ,
Thanks for reaching out to the Microsoft fabric community forum.
I would also take a moment to thank Zanqueta , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
Please go through the below solved issue which may help you in resolving the issue
Solved: Best approach to visualize 100k polygons in a Powe... - Microsoft Fabric Community
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Community Support Team
- v-menakakota8 months agoCommunity Support
Hi Saul_Ring ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .Best Regards,
Community Support Team- v-menakakota8 months agoCommunity Support
Hi @Saul_Ring ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .Best Regards,
Community Support Team- Saul_Ring8 months agoFrequent Visitor
Thank you for the support and advice. I ended up excluding some regions to stay below the 30k polygons threshold which is working fine.