Quick Sight GeoSpatial Map plotting issues

Hi @Shriniket_Wagh,

Yes, that 10,000 limit is real. Unfortunately, I don’t believe there’s official AWS documentation page that explicitly states this number for Points on Map visuals. The visual display limits table lists limits for bar charts, line charts, heat maps, etc., but geospatial maps are notably absent from it. Other community threads also ran into the same issue:

As for workarounds, since the limit can’t be increased, I think your best bet is to use a parameter-driven approach. Show an aggregated view (city-level) when “Select All” countries is active, and only drill down to postal-code detail when a single country is selected. You could implement this with conditional visuals or a calculated field that switches the granularity based on the filter selection.

Hope this helps!