Stefan Keim
Stefan Keim
I will fix it as soon as possible. But in the moment I don't have the time (and a good internet connection) due to living in a new house. Processing...
The question is now one year old. Do you have a solution for "offline or network restricted environments" now?
I've changed my mind. [tippecanoe](https://github.com/felt/tippecanoe) now supports FlatGeobuf input. So now this would be useful for me as well ;-)
@ThomasG77 I tried something similar on windows but it didn't worked for me. I was unable to get a an output of mapshaper bigger then 2GB. Gzip would bring down...
I'm using a factory function to recreate a complete stylesheet everytime the configuration of layers is supposed to change; something like this: ```JS let getStyle = function (map_class) { let...
I just found out that the split function actually supports expressions. So what it boils down to is this: ``` shell mapshaper-xl 12GB ./veryLarge_OSM_extract.shp \ # some processing # -split...
@mbloch I was working on GZ support for an hour today before I realized that you have implemented this [just yesterday](https://github.com/mbloch/mapshaper/releases/tag/v0.6.11) 😅 Thank you!
I've just saw these drawbacks as well. For writing I find it is a huge improvement to have an option to gunzip the output. Reading is actually limited to 512...
Here is a description of the error: https://cmdcolin.github.io/posts/2021-10-30-spooky https://stackoverflow.com/questions/68230031/cannot-create-a-string-longer-than-0x1fffffe8-characters-in-json-parse
No not at all. I'm using the default settings from vite creating a vue page with `ts` set as language in the script block: ``` ```