Marko Schilde
Marko Schilde
Connection pools provide a query shortcut, which is convenient. It currently does not work with cursors though. Example (Typescript) code: ``` const pool = new Pool({ user: 'user', host: 'host',...
I'm using turf version `6.5.0`. `booleanIntersects` returns false for the following 2 LineStrings although they share a point: ```json { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry":...
Hey there! Quick question, is `tippecanoe` still an actively supported project? Did the community move on? Which fork should I use then to efficiently generate vector tilesets?
## What version of osmium-tool are you using? ``` osmium version 1.14.0 libosmium version 2.18.0 Supported PBF compression types: none zlib lz4 ``` ## What did you do exactly? First...
Mapbox data sources of type `geojson` also allows inline Geometry (e.g. `LineString`). It is not limited to `Feature` or `FeatureCollection`. Example: https://codepen.io/mschilde/pen/zYjrdxb (mapbox token needs to be provided) ``` map.addSource('maine',...