cugos / dropchop

:fork_and_knife: browser-based spatial operations
http://dropchop.io
MIT License
252 stars 67 forks source link

State preservation with URL-loaded layers #194

Closed jczaplew closed 8 years ago

jczaplew commented 8 years ago

If the layer is loaded from a URL that contains an ampersand, it is not parsed correctly.

For example ?url=https://macrostrat.org/api/v2/paleogeography?age=250&format=geojson_bare will request https://macrostrat.org/api/v2/paleogeography?age=250 because the search is split on the ampersand.

mapsam commented 8 years ago

@jczaplew it might be worth writing an updated test for this, but definitely fixed in #195!