tankaru / OpenSwitchMapsWeb

Web version of OpenSwitchMaps.
MIT License
14 stars 4 forks source link

Cache the nominatim response in localstorage #50

Closed GHolk closed 1 year ago

GHolk commented 1 year ago

Implement a easy cache system with localStorage, so the address changing while backward/forward in history become much faster, and lookup a address will not send 2 requests to nominatim.openstreetmap anymore.

Also fix localwiki's id error.