You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a layer is added to DropChop via URL or Gist (using the Add menu), the window.location.pathname should be updated to reflect the new layer.
When a layer that was added via URL or Gist is removed from DropChop, the window.location.pathname should be updated to reflect the removed layer. This may rely on the completion of #140.
I see this as having two gains:
Better maintain state between sessions. This is actually somewhat minor if the operations are saved between sessions (cached or saved via other service).
Improve awareness of the ability to append gist, url, or stream to the URL to load data.
The text was updated successfully, but these errors were encountered:
When a layer is added to DropChop via URL or Gist (using the Add menu), the
window.location.pathname
should be updated to reflect the new layer.When a layer that was added via URL or Gist is removed from DropChop, the
window.location.pathname
should be updated to reflect the removed layer. This may rely on the completion of #140.I see this as having two gains:
gist
,url
, orstream
to the URL to load data.The text was updated successfully, but these errors were encountered: