All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed the WMTSMap ClickedMap method to check for invalid numbers on unity coordinate (Noordzee coordinates)
- Added timeout to scroll zoom to avoid large jumps in zoom level.
- Made onZoom and onClick events public in WMTSMap so that we can use these events programmatically
- Performance fixes in higher zoom-levels
- Superfluous Runtime.meta file in the Runtime folder; this kept giving warnings in Unity because there is no Runtime\Runtime folder.
- Adding padding based on 50% of map to clamping behaviour solving flickering map issues on zoom levels where map was smaller than view
- Added option to set target camera
- Added option to enable or disable moving of target camera after click
- Initial minimap release