Skip to content

Commit

Permalink
Rename Web-Map-Custom-Element -> MapML.js in files
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Aug 21, 2024
1 parent 7b24397 commit 8692e45
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
xref: "web-platform",
pluralize: true,
localBiblio: {
"Web-Map-Custom-Element": {
title: "Web Map Custom Element",
href: "https://github.com/Maps4HTML/Web-Map-Custom-Element",
"MapML.js": {
title: "MapML polyfill",
href: "https://github.com/Maps4HTML/MapML.js",
publisher: "W3C Maps for HTML Community Group"
},
"MAPML-SCHEMA": {
Expand Down Expand Up @@ -260,7 +260,7 @@ <h3>Implementation Experience</h3>

<p>The customized built-in HTML <code>&lt;map&gt;</code> element and <code>&lt;mapml-viewer&gt;</code>
autonomous custom element were built, and are maintained by the Maps for HTML Community Group.
[[Web-Map-Custom-Element]]</p>
[[MapML.js]]</p>

<p>MapML services are supported by the GeoServer MapML Extension [[GeoServer-MapML]].</p>

Expand Down Expand Up @@ -327,6 +327,7 @@ <h3>Changes</h3>
<li><time>2023-06-12</time>: Add <code>HTMLGeometryChildElement</code> abstract interface
<li><time>2023-06-29</time>: Update Authoring section. Include definitions of local and remote content.
<li><time>2023-11-05</time>: Correct error in contexts in which <code>extent</code> is found. Add opacity attribute to layer. Update editors. Add WebIDL for <code>layer</code> <code>opacity</code>; Add or update <code>extent</code> attributes for <code>label</code>, <code>checked</code>, <code>hidden</code>, <code>opacity</code> and <code>disabled</code>. Update <code>extent</code> content model to add allowed metadata content for <code>zoom</code> and <code>extent</code>.
<li><time>2024-08-21</time>: Rename Web-Map-Custom-Element repo to MapML.js polyfill
</ol>
</details>
</section>
Expand Down Expand Up @@ -1088,7 +1089,7 @@ <h4>Examples</h4>
<p class="note">
The example maps are polyfilled using the
<code>&lt;mapml-viewer&gt;</code> custom element.
[[Web-Map-Custom-Element]]
[[MapML.js]]
</p>

<h4>Local content</h4>
Expand Down

0 comments on commit 8692e45

Please sign in to comment.