Stephan Georg

Results 5 issues of Stephan Georg

Due to new limitations of the [OSM tiles usage policy](https://operations.osmfoundation.org/policies/tiles/) I added `tilesRequestLimit` in ***[email protected]*** option to limit concurrent connections to the tiles server. This value is set to 2...

support

The coordinates for `es/25829`, `es/25830`, `es/25831` and `es/32628` are in the wrong order. The mappings look good: ```json "conform": { "lon": "lon", "lat": "lat", "number": "number", "street": "street", "postcode": "postcode",...

Update outdated CZ countrywide source with: + Website: https://geoportal.cuzk.cz/(S(334vrbeodsqj5roboekmtijl))/Default.aspx?lng=EN&mode=TextMeta&side=dsady_RUIAN_vse&metadataID=CZ-00025712-CUZK_SERIES-MD_RUIAN-CSV-ADR-ST + Data: https://atom.cuzk.cz/RUIAN-CSV-ADR-ST/RUIAN-CSV-ADR-ST.xml + License: [Creative Commons CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/) ETL script for DuckDB: ```SQL LOAD spatial; CREATE TEMP TABLE...

It's happening: https://inspire-geoportal.ec.europa.eu/srv/eng/catalog.search#/hvdshome > *High-Value Datasets* > Application providing an overview and accessing to geospatial high-value datasets and other core datasets (including priority datasets for eReporting), which fall under the...

JSON.stringify throws by default "TypeError: Converting circular structure to JSON" in @timberio/node when trying to log context like ``` const context = {}; context.c = context; ``` Should handle gracefully...