Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello.
I would like to use a topoJSON file for a map overlay.
I have the GeoJSON file needed, but I am having a hard time finding any good way to convert it to a topojson file.
Does any of you have a method for doing this? I tried the "topojson" module for Python, to that seems to be broken, it seems the Topology() method doesn't exist. I haven't found any working online converters either.
Solved! Go to Solution.
This originally didnt work for me. Turns out there was a capitalized letter that broke the GeoJSON.
I used this linter:
GeoJSON Viewer & Validator (geojsonlint.com)
That solved it
mapshaper.org
This originally didnt work for me. Turns out there was a capitalized letter that broke the GeoJSON.
I used this linter:
GeoJSON Viewer & Validator (geojsonlint.com)
That solved it