Johannes Frölich
Johannes Frölich
trying to convert an empty cityJson file to glb results in a not correct (completely empty) glb file. i'd expect the result still to be a [valid glb file](https://github.com/KhronosGroup/glTF/blob/8e798b02d254cea97659a333cfcb20875b62bdd4/specification/2.0/Specification.adoc#glb-file-format-specification) this...
cjio crashes when merging multiple files and one is an empty cityJson (according to specification allowed: https://www.cityjson.org/specs/1.1.3/#cityjson-object) with the following error: ``` cjio LoD2_33_388_5816_1_BE.json merge "*.json" save merged.json Parsing LoD2_33_388_5816_1_BE.json...
Hi there, i am wondering if there is a way to use clipper to do weighted offsets of a polyline? I dont know if thats the right wording, but what...
Hi there, i am trying to find out why martin is so much slower then a direct query to the db. this: http://localhost:3000/query_tile/10/544/339 takes >13s to get the tile from...
Hi there, i am having trouble to find the right way to use regex: this is my regex: `^\s*apiUrl.*` which the line with apiUrl with any whitespace caracters in front....
Hi there, i am trying to get this to run in docker but fail with this error message: ``` 2023-02-05T11:18:47.247461163Z Traceback (most recent call last): 2023-02-05T11:18:47.247519985Z File "/app/main.py", line 16,...
Hi there, i am currently trying to convert geojsons to svg to be able to print them in a webapplication. The Problem i am facing is that Polygon does not...
Hi, thanks for that wonderful Library! Is it for convenience possible to use PlattformAIO directly to do OTA updates? https://docs.platformio.org/en/latest/platforms/espressif32.html#over-the-air-ota-update It basically uses espota.py ``` espota.py --help Usage: espota.py [options]...
Hi there, i have just found your repository on my way to learn how to make chatbots. trying to run your app, i run into this error: ``` [2023-08-03T10:10:21.325Z] INFO:...
hi, how can i use the action to tar everything but one folder? Thanks and cheers