Michael Sumner
Michael Sumner
Great, this is really helpful! I want to bring all this out into the open and have better tools for it in R. It's long overdue and no other community...
At first thought I think it's fair enough to expect that any new feature like this might be limited to the context-CRS in which it was created. Until there's general...
To be sure I consider it absolutely essential and assumed that we *must* be able to edit in arbitrary coordinate systems (not just CRS - the "obvious" next step is...
Wow, this is awesome.
Yeah nice! https://codeofsumit.github.io/leaflet.pm/ Imagine what editing with live topojson arcs could be like. (I'm going to have to get serious about .js one of these days).
Very happy it's just a signal and not an error :)
Awesome!
Makes me realize too that topological shared-edit by vertex is easy enough, but needs internal logic to deduplicate coords. Live feedback requires a lot of object re-creation but moving points...
did we have an open issue somewhere for shared-edit / topology-edit? I've put together a very primitive example: https://gist.github.com/mdsumner/4e9ebb4ed9fa03682e58128afa66a16c I was sure there was a discussion already, so I'll expand...
That is by far the least of the obstacles, the code is easily separable for either mapedit or a kind of API for sf round-trip. I've put some extended notes...