zstadler
zstadler
## Motivation ArcGIS REST API has a [Vector Tile Style](https://developers.arcgis.com/rest/services-reference/enterprise/vector-tile-style.htm) service that returns styles for vector tiles **in Mapbox GL Style specification**. While the [Mapbox Style](https://docs.mapbox.com/mapbox-gl-js/style-spec/root/) requires that the URLs...
Comparing the results of `import-osm` and `import-diff` shows that the later introduces elements that do not exist when the latest data is imported directly. For example, using `./quickstart.sh europe/monaco` and...
Wikidata info is not added when the imported update contains new wikidata tags. This is confirmed for the poi layer, but probably holds for all the layers that use wikidata...
`quickstart.sh` is 2.5 times slower after "Use tools v5.2" #903 It looks like the slowdown is caused primarily by `import-sql` which runs for 81 minutes instead of 2 minutes. |...
Currently, the `mountain_peak` layer excludes peak points with elevation. https://github.com/openmaptiles/openmaptiles/blob/7d08e5b97e560efd783282d0e09fae4041fb84d7/layers/mountain_peak/mountain_peak.sql#L74-L76 This limits the value of the maps in areas where mapping data is not detailed as in other parts of...
The [integrity test for #1202](https://github.com/openmaptiles/openmaptiles/pull/1202/checks#step:5:11) said: ``` Warning: node layer_mountain_peak, port z13_ unrecognized ``` This is an indication of a bug in the ETL definitions that should have been be...
**Maputnik version**: v1.7.0 **Browser**: Firefox **OS**: Windows **Description of the bug**: The following style elements default to `true`: - Fill layer's paint property [fill-antialias](https://docs.mapbox.com/mapbox-gl-js/style-spec/layers/#paint-fill-fill-antialias) - Symbol layer's layout property [text-keep-upright](https://docs.mapbox.com/mapbox-gl-js/style-spec/layers/#layout-symbol-text-keep-upright)...
Currently, the zoom and location used in the "DATA" section of the home page is different, and less accurate, than the zoom and location in the "STYLES" section. For example,...
## Feature ## What I expect to happen Allow IHM to show custom style-based maps and overlays with URLs with parameters, such as `?key=...`, similar to the ability to give...
## Bug ## What really happened  ## What I did that caused the issue - step by step 1. Open the site in latest Chrome. 2. F12 -> Console