From cdca0b02b6d544d672a16af3e72cc579711ce8e8 Mon Sep 17 00:00:00 2001 From: Robert Linder <26493779+Malvoz@users.noreply.github.com> Date: Sat, 22 Feb 2020 20:24:43 +0100 Subject: [PATCH] Update `coords` --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 043ba4169..962efd4e3 100644 --- a/index.html +++ b/index.html @@ -198,14 +198,14 @@
<map is="web-map" zoom="3" lat="90.0" lon="0.0" projection="APSTILE" width="640" height="480"> <layer- src="https://geogratis.gc.ca/mapml/en/apstile/arctic/" label="Arctic Ocean Base Map" checked hidden></layer-> - <area id="northPole" is="map-area" shape="marker" href="https://example.com/santa/" alt="North Pole" coords="320,175"> + <area id="northPole" is="map-area" shape="marker" href="https://example.com/santa/" alt="North Pole" coords="320,240"> </map>
This map illustrates the dramatically different projection APSTILE
, with an <area>
link for the North Pole. The lack of a controls
attribute on the map element results in a clean map that looks like an image but behaves like a map.