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
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
store.addMap should allow adding multiple mappings which become overlays based on the name attribute - so a query will run on the union of all the maps (not there yet)
the JSON for the mapping gets extended with an optional id attribute that enables referring to a specific map
store.delete("mapName") deletes all maps by name, such that store.mapName becomes undefined.
store.mapName.clear() clears all maps so that store.mapName is still defined, yet queries can only yield empty results.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When having set a Sponate mapping, e.g. via
there is no way to update it. Calling the
addMap
method again will result in an error:In some cases it would be very usefull to update or re-set a mapping for a given name, e.g. via
delMap
or by just callingaddMap
again.The text was updated successfully, but these errors were encountered: