ConservationMetrics / mapgl-tile-renderer

Headless Node.js Maplibre-GL renderer for generating MBTiles with styled raster tiles.
MIT License
12 stars 3 forks source link

Improve the OSM labels style #55

Closed rudokemper closed 5 months ago

rudokemper commented 5 months ago

Feature Request

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:

image

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.