Skip to content

Commit 45d42f8

Browse files
authored
Get rid of all reference to mapml-viewer.js (#1000)
Remove unused html file
1 parent 9a5a03c commit 45d42f8

File tree

4 files changed

+3
-106
lines changed

4 files changed

+3
-106
lines changed

src/mapml.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ summary {
560560
* (https://github.com/Maps4HTML/MapML.js/issues/154)
561561
*/
562562

563-
/* Unset `visibility: hidden` (inherited from web-map/mapml-viewer.js). */
563+
/* Unset `visibility: hidden` (inherited from mapml.js). */
564564
.leaflet-container .mapml-contextmenu,
565565
.leaflet-container .leaflet-control-container {
566566
visibility: unset!important;

test/e2e/core/fullscreenControlMapmlViewer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>Fullscreen Control Test mapml-viewer.js</title>
5+
<title>Fullscreen Control Test mapml.js</title>
66
<meta charset="UTF-8">
77
<script type="module" src="mapml.js"></script>
88
<style>

w3c-tag-advice-for-polyfill-authors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ conforms to the W3C <abbr title="Technical Architecture Group">TAG</abbr>'s
3535
<td>
3636
<a href="https://www.npmjs.com/package/@maps4html/mapml">Published to npm</a>
3737
and
38-
<a href="https://unpkg.com/@maps4html/mapml@latest/dist/mapml-viewer.js">hosted on the UNPKG CDN</a>
38+
<a href="https://unpkg.com/@maps4html/mapml@latest/dist/mapml.js">hosted on the UNPKG CDN</a>
3939
</td>
4040
</tr>
4141
<tr>

web-map-index.html

-103
This file was deleted.

0 commit comments

Comments
 (0)