When I render a tilemap with geolocation in Kibana 5.4.0, the popular areas outweigh the unpopular areas so much that the unpopular areas are not rendered by Kibana.
####Example: With no Geofilter, you can see that NY is very popular

Yet if I apply a geofilter (seen in red), the unpopular areas are then visible.

What I've Tried:
- Appliy different Map Types in the options, yet none of them have displayed the less-popular areas.
- set
metrics:max_buckets: 20000000in 'advanced objects' to allow the datasource to return more data
Anything I can do to make this Tilemap more representative of my data?