|
32 | 32 | xref: "web-platform", |
33 | 33 | pluralize: true, |
34 | 34 | localBiblio: { |
35 | | - "Web-Map-Custom-Element": { |
36 | | - title: "Web Map Custom Element", |
37 | | - href: "https://github.com/Maps4HTML/Web-Map-Custom-Element", |
| 35 | + "MapML.js": { |
| 36 | + title: "MapML polyfill", |
| 37 | + href: "https://github.com/Maps4HTML/MapML.js", |
38 | 38 | publisher: "W3C Maps for HTML Community Group" |
39 | 39 | }, |
40 | 40 | "MAPML-SCHEMA": { |
@@ -260,7 +260,7 @@ <h3>Implementation Experience</h3> |
260 | 260 |
|
261 | 261 | <p>The customized built-in HTML <code><map></code> element and <code><mapml-viewer></code> |
262 | 262 | autonomous custom element were built, and are maintained by the Maps for HTML Community Group. |
263 | | - [[Web-Map-Custom-Element]]</p> |
| 263 | + [[MapML.js]]</p> |
264 | 264 |
|
265 | 265 | <p>MapML services are supported by the GeoServer MapML Extension [[GeoServer-MapML]].</p> |
266 | 266 |
|
@@ -327,6 +327,7 @@ <h3>Changes</h3> |
327 | 327 | <li><time>2023-06-12</time>: Add <code>HTMLGeometryChildElement</code> abstract interface |
328 | 328 | <li><time>2023-06-29</time>: Update Authoring section. Include definitions of local and remote content. |
329 | 329 | <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>. |
| 330 | + <li><time>2024-08-21</time>: Rename Web-Map-Custom-Element repo to MapML.js polyfill |
330 | 331 | </ol> |
331 | 332 | </details> |
332 | 333 | </section> |
@@ -1088,7 +1089,7 @@ <h4>Examples</h4> |
1088 | 1089 | <p class="note"> |
1089 | 1090 | The example maps are polyfilled using the |
1090 | 1091 | <code><mapml-viewer></code> custom element. |
1091 | | - [[Web-Map-Custom-Element]] |
| 1092 | + [[MapML.js]] |
1092 | 1093 | </p> |
1093 | 1094 |
|
1094 | 1095 | <h4>Local content</h4> |
|
0 commit comments