incubator-baremaps
incubator-baremaps copied to clipboard
Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
## 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....
## 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,...
**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...
**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,...
## 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...
**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...
**Description:** display small tunnels (e.g. for footways). **Screenshots:**  **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**: 
**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.  **Files:** - https://github.com/apache/incubator-baremaps/blob/main/basemap/layers/point/icon.js - other...