Skip to content

Commit

Permalink
Get rid of all reference to mapml-viewer.js (#1000)
Browse files Browse the repository at this point in the history
Remove unused html file
  • Loading branch information
prushforth authored Oct 18, 2024
1 parent 9a5a03c commit 45d42f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 106 deletions.
2 changes: 1 addition & 1 deletion src/mapml.css
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ summary {
* (https://github.com/Maps4HTML/MapML.js/issues/154)
*/

/* Unset `visibility: hidden` (inherited from web-map/mapml-viewer.js). */
/* Unset `visibility: hidden` (inherited from mapml.js). */
.leaflet-container .mapml-contextmenu,
.leaflet-container .leaflet-control-container {
visibility: unset!important;
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/core/fullscreenControlMapmlViewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<title>Fullscreen Control Test mapml-viewer.js</title>
<title>Fullscreen Control Test mapml.js</title>
<meta charset="UTF-8">
<script type="module" src="mapml.js"></script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion w3c-tag-advice-for-polyfill-authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ conforms to the W3C <abbr title="Technical Architecture Group">TAG</abbr>'s
<td>
<a href="https://www.npmjs.com/package/@maps4html/mapml">Published to npm</a>
and
<a href="https://unpkg.com/@maps4html/mapml@latest/dist/mapml-viewer.js">hosted on the UNPKG CDN</a>
<a href="https://unpkg.com/@maps4html/mapml@latest/dist/mapml.js">hosted on the UNPKG CDN</a>
</td>
</tr>
<tr>
Expand Down
103 changes: 0 additions & 103 deletions web-map-index.html

This file was deleted.

0 comments on commit 45d42f8

Please sign in to comment.