Comments are only visible to users with admin rights or who have the new
permission level 'export'.
Also opportunisitally reduced code duplication in script.js
The config item required_entitlement has been replaced by two new items:
- access_entitlement: grants access to the site
- admin_entitlement: grants edit rights on the site
Chages to place- or person names are now reflected in the search results.
Also made better use of stored references instead of calls to querySelector()
- Fixed the map no longer working due to z-index -1
- Fixed focus bug in marker edit popup
- Sorted search results
- Tweaked height of search results pane
- Added toggling of labels
- Added a search function
- Moved buttons into a sidebar
- Eliminated some extraneous css
- Added the correct map to the repo
- Zoom levels and map position are remembered across reloads
- Markes are now draggable
- The edit form takes a reasonable guess as to where focus should be
- Fixed a bug preventing marker deletion on the server