Skip to content

Commit

Permalink
Add geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Oct 21, 2024
1 parent 6300db3 commit e7ea05d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/mapml-viewer/localization.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<script type="module" src="./mapml.js"></script>
</head>
<body >
<mapml-viewer lang="fr" projection="CBMTILE" zoom="2" lat="45" lon="-90" controls width="500" height="275">
<mapml-viewer lang="fr" projection="CBMTILE" zoom="2" lat="45" lon="-90" controls controlslist="geolocation" width="500" height="275">
<layer- checked>
<map-meta name="projection" content="CBMTILE"></map-meta>
<map-extent units="CBMTILE"></map-extent>
</layer->
</mapml-viewer>
<mapml-viewer lang="browser-language" projection="CBMTILE" zoom="2" lat="45" lon="-90" controls width="500" height="275">
<mapml-viewer lang="browser-language" projection="CBMTILE" zoom="2" lat="45" lon="-90" controls controlslist="geolocation" width="500" height="275">
<layer- checked>
<map-meta name="projection" content="CBMTILE"></map-meta>
<map-extent units="CBMTILE"></map-extent>
</layer->
</mapml-viewer>
<mapml-viewer lang="en" projection="CBMTILE" zoom="2" lat="45" lon="-90" controls width="500" height="275">
<mapml-viewer lang="en" projection="CBMTILE" zoom="2" lat="45" lon="-90" controls controlslist="geolocation" width="500" height="275">
<layer- checked>
<map-meta name="projection" content="CBMTILE"></map-meta>
<map-extent units="CBMTILE"></map-extent>
Expand Down

0 comments on commit e7ea05d

Please sign in to comment.