Mathieu Leplatre
Mathieu Leplatre
> i think togeojson.js can't process over 1Mbytes size of gpx or kml. I doubt it. Any error in the browser console?
Please, don't hesitate to open pull-requests!
Looks like a very good idea! It's not on my roadmap so far, so I would be pleased to welcome your experiments ! .kmz is gzip though :)
This plugin probably needs to be updated with latest versions of Leaflet...
While looking at the way this module gets initialized, I'm not really surprised that you have issues... https://github.com/makinacorpus/Leaflet.FileLayer/blob/4f0e01105adc900a03f293b9b49ca365d5155343/src/leaflet.filelayer.js#L9-L41 This was implemented years before the ES6/Babel era. Rewrite it as a...
> Can it be possible that 'waypoint name' appears? Yes I think so, try to inspect the layer object you obtain from the loaded event: ``` var control = L.Control.fileLayerLoad();...
Idea: Provide test files that would be executed out of the http request/response. They could be define in YAML as well (and even as part of the same file as...
We could define a specific principal like `"everyone"`, that is given to everybody including anonymous. When `everyone` is mentioned in one of the policies, then we don't raise a 401...
What would be the advantages over environment variables? I see two main ways of running the application: * via Docker (latest or specific version) * via clone + make serve...
Something as simple as that would do it: ```HTTP POST /permissions Authorization: bearer TOKEN { "context": { "env": "stage" } } ``` ```HTTP { "service1": { "resource1": ["read", "update"], "resource2":...