Skip to content

Commit cfbb581

Browse files
author
Peter Rushforth
committed
Update survey example bounds, use relative path for osm.mapml
1 parent a8caf96 commit cfbb581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapml/en/osmtile/osm.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</map-head>
88
<map-body>
99
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
10-
<map-input name="z" type="zoom" value="1" min="0" max="18"/>
10+
<map-input name="z" type="zoom" value="0" min="0" max="18"/>
1111
<map-input name="x" type="location" units="tilematrix" axis="column" min="0" max="1"/>
1212
<map-input name="y" type="location" units="tilematrix" axis="row" min="0" max="1"/>
1313
<map-link rel="tile" tref="https://tile.openstreetmap.org/{z}/{x}/{y}.png"/>

survey/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<mapml-viewer controls width="600" height="400">
9-
<map-layer checked src="https://maps4html.org/experiments/mapml/en/osmtile/osm.mapml"></map-layer>
9+
<map-layer checked src="../mapml/en/osmtile/osm.mapml"></map-layer>
1010
</mapml-viewer>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)