Martin Ždila

Results 243 comments of Martin Ždila
trafficstars

Following projects could be helpful for the inspiration: - https://github.com/Jean-Romain/ALSroads (needs prior vector data and a point cloud) - https://github.com/Jean-Romain/vecnet (only need a point cloud)

For me typescript-eslint doesn't work with eslint 9.0 or eslint 8. `package.json` dev deps: ``` "eslint": "^9.0.0", "typescript": "^5.4.4", "typescript-eslint": "^7.6.0" ``` `eslint.config.mjs` ```js import eslint from "@eslint/js"; import tseslint...

I understand. Anyway the problem is not just with the fonts, but all the graphics ind the output view (lines, interpolated raster). If I will find a time I will...

This is quick patch, but scaling needs to be probably applied on many more places. [scale.diff.gz](https://github.com/gwlucastrig/Tinfour/files/9786924/scale.diff.gz)

You can try ```typescript import addFormats from "https://esm.sh/[email protected]"; ```

Any update on this?

Actually it seems to be already implemented: ```rs DB::open_for_read_only(...) ```

> I thought we had agreed that adding support for vector tile layers should be separate from adding any specific layer - certainly at the least I'd like them to...

This PR adds only one layer - vector map with carto-like style. Most of the code is actually about updating the link URL in the attribution of this map so...