ttomasz
ttomasz
Not setting this parameter can have significant effect on how the map is displayed when using e.g. OpenStreetMap's tiles. I am attaching two files with examples (apparently github doesn't allow...
related to: #798 #766 This PR introduces simple filtering of duplicate housenumbers. Simple means that filtering is done withing the tile. Duplicates are defined as same housenumber, street, block_number[1]. Duplicates...
Is there a way to achieve something similar to what this parameter in Maplibre GL JS does: https://maplibre.org/maplibre-gl-js-docs/style-spec/sources/#geojson-clusterMaxZoom= ? I would like to have points clustered except on last zoom...
**maplibre-gl-js version**: 2.1.7 **browser**: Firefox ### Steps to Trigger Behavior 1. Add GeoJSON source with point geometry encoded as multipoint 2. Set cluster: true for the source 3. Add layer...
I can copy text from the shell but trying to paste it does not work. When using ctrl+v there is an error in the console: `Failed to read from clipboard:...
Backspace works but delete ("del" key) doesn't Linux, Firefox 105.0.1
When opening https://shell.duckdb.org/ in Firefox Incognito mode the shell gets stuck like in this screenshot:  In regular Firefox window it works fine:  Linux, Firefox 105.0.1
There seems to be missing a preset for case **S7** in https://wiki.openstreetmap.org/wiki/Bicycle#Miscellaneous so a combination of tags: ``` highway=footway/highway=cycleway/highway=path + bicycle=designated + foot=designated + segregated=no ``` I think main tag:...
Option _out:csv_ doesn't properly escape delimiter characters. If an object contains e.g. tab character in the name and the delimiter is tab you won't get quotes around the field value...
Fixes #39