Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.