When the openstreetmap flag is set, we style OSM data from overpass according to the style parameters in openStreetMapStyle in map_styles.js. Right now, this style doesn't render data well in some geographies, as seen in a part of Brazil:
Let's improve the style to handle POI's better, likely by removing the points and only showing the labels with some hierarchy and proximity rules.
Feature Request
When the openstreetmap flag is set, we style OSM data from overpass according to the style parameters in
openStreetMapStyle
inmap_styles.js
. Right now, this style doesn't render data well in some geographies, as seen in a part of Brazil:Let's improve the style to handle POI's better, likely by removing the points and only showing the labels with some hierarchy and proximity rules.