This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Releases: ABI-Software/flatmap-viewer
Releases · ABI-Software/flatmap-viewer
2009-07-24 Flatmap Viewer version 0.8.6
2009-07-23 Flatmap Viewer version 0.8.2
- Zoom buttons are now in bottom-right corner.
- The tooltip is more user friendly.
2009-07-21 Flatmap Viewer version 0.8.1
Fixes an issue with loading a third-party script.
2009-07-21 Flatmap Viewer version 0.8.0
Changes include:
- zoom limits can now be specified by a map's JSON description.
- has more annotation attributes to support map styling and user interactions.
- significant improvements to node querying, by using an in-browser SPARQL engine.
query-datamessages now pass a list of resources to be queried along with the map's species identifier.
2009-07-17 Flatmap Viewer version 0.7.4
This update:
- improves the display of background layers.
- shows a
progresscursor during edge and node queries. - standardises data sent by the message channel.
- provides a method,
getIdentifier(), to return an object to identify a map. - Besides a text string to identify a map,
loadMap()will also accept agetIdentifier()object. - provides a method,
getState(), to return an object containing a map's current state (its centre, zoom level, and active layers). - adds a
statefield to theoptionsparameter ofloadMap()to load a map and restore it to a previously saved state. - adds a
setState(state)method to restore a map to a previously saved state. - returns a
PromisefromloadMap()that is resolved when the map is loaded.
2009-07-15 Flatmap Viewer version 0.7.3
Besides general code fixes, this release:
- Issues a dataset query for each node returned from a "connected nodes" query.
- Shows background images for specific layers.
- Has improvements to styling.
- A "long-touch" now brings up a context menu on iOS devices.
The previous release (0.7.2) removed the requirement to have local copies of maps; instead all map content is now retrieved from https://mapcore-demo.org/flatmaps/.