Zsolt Ero
Zsolt Ero
Thanks, I'm trying to understand the issue step-by-step. 1. So we are talking about this label here: 2. In the default style, here is how it's constructed: So first it's...
I'm delighted to see the community progress on this! I fully support Docker for OpenFreeMap, and as I said before, I'll totally link to a Dockerized OFM if someone makes...
@BulzN, nice work! What I was thinking is to save the Btrfs _outside_ the container, and mount the image like a read-only Docker volume. But I don't know if Docker...
Luckily it's a single change, OFM uses planetiler and planetiler uses this system > Yep that's the new behavior as of #826 - the vector tile feature IDs are `osm...
Great and really detailed issue! I'd mention that you are planning to use it for osmapp.org, which is a very impressive project!
I also tried `vite-plugin-native`, which is necessary for sqlite3 and better-sqlite3, but made no change here. ``` import native from 'vite-plugin-native' ... electronSimple({ main: { // Shortcut of `build.lib.entry`. entry:...
(just a note): It might be interesting to see how https://www.windyty.com does the switch between level 4 and 5 to/from 3D globe. They are using Leaflet 0.7.5 and somehow manage...
@perliedman thanks, I see. So it's basically a hack of synching two viewers on top with an opacity 0/1.
How can I attach a log? There is no exception, no output, just this one line ``` Segmentation fault: 11 ```
Yes, they are running in different subdirectories. It's not important now, as I made monaco run in a non-conflicting time, or do you think with `sortedtable` it won't happen?