Stefan Keim
Stefan Keim
**Describe the bug** When using a sequences of line-delimited Features as input the last Feature in the output is identical to the first, but the correct last Feature is missing....
Trying to mitigate the effects of a DDoS attack I made a mistake. A faulty configuration forwarded all requests to JS.ORG subdomains to a JS.ORGs own error page for about...
Is there a way to use the msx snapshort format without the history but only output the last state? I would like to use it because I think it has...
a complete rewrite of particleground.js only a third file size (to be fair: without jQuery-stuff and, raf polyfill), better performance, and some additional options. even if it has almost no...
I'm dealing with scientific datasets and use martin to serv the values as a global grid to the browser. At the moment I'm (mis-)using the TileJSON to share some basic...
Versions 2.0.0 and up give me the error: ```JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.``` in .vue files (in a vanilla vite project). Version 1.8.27 does...
Is it possible to directly load a fragment for a hash that was not obtained by the search? Something like a public version of the ```loadFragment``` function: https://github.com/CloudCannon/pagefind/blob/main/pagefind_web_js/lib/coupled_search.ts#L234 ?
I'm struggling with -require (again ;-) I'm having a bunch of scripts that extend mapshaper functionality that I use from time to time. To make it easier to use them...
I'm facing a problem with this commands: ``` -require myFn.js -run "myFn('foo',{optA:true,optB:false})" ``` The curly braces of the options-property are interpreted as template identifiers and result in an error. Maybe...
This would allow to load modules from an URL. It would allow easy extension of mapshapers functionality with modules hosted online (eg. via github -> raw)