Alex Leith
Alex Leith
I think that using `epsg:4326` as a default is ok, with the caveats as mentioned earlier made clear. What I think needs to be included is the ability to document...
This is fantastic, I'm going to try to find some time to test it. 🚀
That's a really good question. It's not GeoJSON and I don't know if the standard says what the schema should be. It would obviously be trivial to make it GeoJSON,...
Pinning celery to `4.4.7` may fix the skipped test.
I still think we should delete the celery code!
To throw my $0.02 in, I think that if we can simplify things by removing a feature where we don't have any examples of it being used currently then we...
I agree with what you're saying here, @Kirill888. I've been inspired by what Vladimir Agafonkin says about Leaflet. Last year he was asked what future developments Leaflet needs, and he...
I don't know much about Jsonnet, but the docs are very Javascript-focussed. I think we'd need more information about how the interoperability with other languages will work. Also, the Open...
Hey @schwehr, I guess I was missing that this is templating the creation of JSON static documents, essentially! My points were more around if we used that standard to store...
I haven't benchmarked myself, but we're careful to use the C implementation of the yaml parser, because it's slow otherwise. And even with the optimised parser it is heavy. This...