Forum Discussion

kona134's avatar
kona134
New Member
6 months ago
Solved

ShapeMap visualization extremely small

Hello, I am building a custom map using the shape map visualization. I've managed to get the map working- however, the image when I put in the custom map is extremely small (pic included below): ...
  • kona134's avatar
    6 months ago

    Figured this out! If your visualization is extremely small, be sure and to check that there aren't any polygons that are outliers (there were several extra polygons far away from my main map- that was throwing everything off ). Delete those and you should be good to go!

  • RicardoTraNa's avatar
    6 months ago

    This usually happens when the custom shape file has very small or offset coordinates, so the Shape Map visual zooms out too far. It’s not really controlled by a “size” setting in the visual — it depends on the geometry bounds of the TopoJSON/GeoJSON. (you could try with azure maps -native in Power BI) 

    A few things to try:

    • Re-export the map from QGIS/mapshaper after zooming to the layer extent and removing any empty or stray geometries

    • Check there aren’t far-away features or tiny islands pushing the bounding box out

    • Simplify and clean the geometry before export

    • Make sure the projection is standard (WGS84 / EPSG:4326)

    Once the bounding box is tighter, the map should render much larger in the Shape Map visual.

    Best Regards!