publiclab / Leaflet.DistortableImage

A Leaflet extension to distort or "rubber sheet" images
https://publiclab.github.io/Leaflet.DistortableImage/examples/
BSD 2-Clause "Simplified" License
270 stars 284 forks source link

Re-construct Map with a Formatted Shareable URL #1333

Closed segun-codes closed 1 year ago

segun-codes commented 1 year ago

Given a shareable URL of map previously distorted and knitted using the Mapknitter lite service, users of the service have no functionality to re-construct the map and restore it to its previous state on the tile layer. This limits user experience and removes a level of convenience users have now gotten used to having used other web services. This issue builds on issue #1330 and PR #1334.

Please describe the desired behavior. Users should have the flexibility of re-constructing map into their previous state by loading shareable URL in a browser.

segun-codes commented 1 year ago

...@jywarren, work's in progress on a PR for this issue, thanks!