Skip to content

Commit a8caf96

Browse files
author
Peter Rushforth
committed
Update survey map to KISS standards
1 parent 4c95986 commit a8caf96

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

survey/index.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,8 @@
55
<script type="module" src="https://maps4html.org/experiments/dist/mapml.js"></script>
66
</head>
77
<body>
8-
<mapml-viewer projection="OSMTILE" zoom="1" lat="0" lon="0" controls controlslist="geolocation" width="600" height="400">
9-
<map-layer label="OpenStreetMap - inline" checked>
10-
<map-link rel="license" href="https://www.openstreetmap.org/copyright" title="&#xa9; OpenStreetMap contributors CC BY-SA"></map-link>
11-
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
12-
<map-input name="z" type="zoom" value="0" min="0" max="18"></map-input>
13-
<map-input name="x" type="location" units="tilematrix" axis="column" min="0" max="1"></map-input>
14-
<map-input name="y" type="location" units="tilematrix" axis="row" min="0" max="1"></map-input>
15-
<map-link rel="tile" tref="https://tile.openstreetmap.org/{z}/{x}/{y}.png"></map-input>
16-
</map-extent>
17-
</map-layer>
18-
<map-layer label="OpenStreetMap - linked MapML" src="https://maps4html.org/experiments/mapml/en/osmtile/osm.mapml"></map-layer>
8+
<mapml-viewer controls width="600" height="400">
9+
<map-layer checked src="https://maps4html.org/experiments/mapml/en/osmtile/osm.mapml"></map-layer>
1910
</mapml-viewer>
2011
</body>
2112
</html>

0 commit comments

Comments
 (0)