TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.05k stars 1.19k forks source link

Fix geospatial plugin map state loading #8511

Closed btheado closed 1 month ago

btheado commented 2 months ago

Loading map state from saved tiddlers was not working. The code was using a non-existent property geomapStateTitle. Replaced with getAttribute("state") and now the state loading is working.

github-actions[bot] commented 2 months ago

Confirmed: btheado has already signed the Contributor License Agreement (see contributing.md)

Jermolene commented 1 month ago

Thank you @btheado and apologies for the delay