Forum Discussion

rileywells's avatar
rileywells
Frequent Visitor
1 year ago
Solved

Multiple error generation when using geojson as a reference layer in Azure Maps

I have been trying to use Azure Maps (with the October 2024 version of Power BI) to create a filled map of university enrolments by Statistical Area 4 in Australia, utilising the new "Data-Bound" lay...
  • rileywells's avatar
    rileywells
    1 year ago

    FYI the root cause of the problem is that some of the "features" (ie. map regions) in my GeoJSON file had "geometry":null - meaning that they were regions that should not be drawn. While most mapping software can handle this problem, Azure Maps reference layers cannot.

     

    If you find yourself with this problem, you will need to delete any features in your GeoJSON file with the "geometry":null tag (see example below). The Power BI devs have told me that they expect a fix to be shipped in a couple of months (but no promises)