diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-19 18:46:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-19 18:52:15 -0700 |
commit | b0dfc0d0ffe72d188cac75561fd178fde7d875a1 (patch) | |
tree | 75322b67daa6f6bd136695d1097d61d8cf2b6646 /CHANGELOG.md | |
parent | ad66297cfd843199f39e3a231cb8311652ea183c (diff) | |
download | subsurface-b0dfc0d0ffe72d188cac75561fd178fde7d875a1.tar.gz |
maps: show the dive site when opening Google map
I'm not sure if Google used to show the POI marker at the center location in
the past or if this is actually a new feature. Either way this appears to do
the right thing in my testing.
Note that we need a 'plus' to connect the point of interest cooridnates,
but a 'comma' to connect the map center coordinates.
Reported-by: Chirana Gheorghita Eugeniu Theodor <office@adaptcom.ro>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d37eb805e..fb4c4cfd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +maps: show the dive site as marker when opening Google Maps Mobile: fix false rejection of Subsurface cloud SSL certificate Mobile: fix misdetection of Shearwater Petrel 2 on iOS Desktop: fix creation of new cylinder types (names couldn't be the start of already existing names) |