incubator-baremaps icon indicating copy to clipboard operation
incubator-baremaps copied to clipboard

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.

Results 97 incubator-baremaps issues
Sort by recently updated
recently updated
newest added

## Description Currently, when the zoom level is above 3.0, many cities are displayed. However, I would prefer it if only a few major cities, like in OpenStreetMap, were shown....

enhancement
status: new

## Description If you set `minZoom` or 'maxZoom' to a float value like `2.5`, it will automatically be converted to `2`. ``` { minzoom: 2.5, maxzoom: 20, sql: "SELECT id,...

bug
good first issue
status: new

**Description:** Openstreetmap contains tags for boundaries and borders and we should properly display them at low and high zoom levels. We currently display borders at level 13 and greater. This...

good first issue
basemap

**Description:** We do not display highway shields yet in the basemap. It would be nice to have a solution that do not rely on colored sprites to display these shields,...

basemap
discussion

## Description The size of the labels are currently hard coded in the directives. It would be nice to move them in the theme variables (e.g. basemap/themes/default.js). ## Expected Impact...

enhancement
status: new

**Description:** The basemap is in a good shape, but we can still improve it. This issue will be used to list and track these improvements. Please, do not hesitate to...

help wanted
basemap

**Description:** display small tunnels (e.g. for footways). **Screenshots:** ![Image](https://github.com/user-attachments/assets/3bf675bf-9824-4d30-8403-1f545db2c2d0) **Files:** - https://github.com/apache/incubator-baremaps/blob/main/basemap/layers/highway/tunnel_line.js - https://github.com/apache/incubator-baremaps/blob/main/basemap/layers/highway/tunnel_outline.js

**Description**: Place names are associatied with polygons. We should add legends for them (e.g. Place du temple in the screenshot). **Screenshot**: ![Image](https://github.com/user-attachments/assets/c62cf8c9-802d-47e2-aad9-76073225ae46)

**Description:** In some cases, icons are not displayed. It may be a layer ordering issue or something else. The screenshots below show that we have the appropriate data in the...

**Description:** we currently display icons for points, but we do not for polygons. **Screenshot:** Here the parking icons are probably missing for this reason. ![Image](https://github.com/user-attachments/assets/3d0c736d-ce86-4f56-a860-b979d7d4f5bd) **Files:** - https://github.com/apache/incubator-baremaps/blob/main/basemap/layers/point/icon.js - other...

basemap