Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Latest commit

 

History

History
81 lines (43 loc) · 1.61 KB

File metadata and controls

81 lines (43 loc) · 1.61 KB

Changelog

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.

[1.2.0] - 2025-09-30

Changed

  • Stopped using deprecated Functions and classes from coordinates-packes

[1.1.9] - 2025-09-26

Added

  • Support for additional cameras
  • Option to set zoom

[1.1.8] - 2025-05-22

Fixed

  • fixed a memory leak in the uiquad calculate bounds

[1.1.7] - 2025-04-01

Fixed

  • Removed the unity coordinate conversion

[1.1.6] - 2024-09-23

Fixed

  • Fixed the WMTSMap ClickedMap method to check for invalid numbers on unity coordinate (Noordzee coordinates)

[1.1.5] - 2024-06-20

Fixed

  • Added timeout to scroll zoom to avoid large jumps in zoom level.

[1.1.4] - 2024-02-20

Changed

  • Made onZoom and onClick events public in WMTSMap so that we can use these events programmatically

[1.1.3] - 2024-02-13

Fixed

  • Performance fixes in higher zoom-levels

[1.1.2] - 2024-02-07

Removed

  • Superfluous Runtime.meta file in the Runtime folder; this kept giving warnings in Unity because there is no Runtime\Runtime folder.

[1.1.1] - 2024-02-07

Fixed

  • Adding padding based on 50% of map to clamping behaviour solving flickering map issues on zoom levels where map was smaller than view

[1.1.0] - 2024-01-24

Added

  • Added option to set target camera
  • Added option to enable or disable moving of target camera after click

[1.0.0] - 2024-01-24

Added

  • Initial minimap release