Skip to content

Commit

Permalink
Rename MapML -> MapML-Specification in files (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: prushfor <[email protected]>
  • Loading branch information
prushforth and prushfor authored Aug 22, 2024
1 parent 915c8b3 commit 6474ee6
Show file tree
Hide file tree
Showing 41 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
## What is the `<mapml-viewer>` and `<layer->` element suite?

The `<mapml-viewer>` custom element is a prototype implementation of the
[`<map>` media element](https://maps4html.org/MapML/spec/#web-maps)
[`<map>` media element](https://maps4html.org/MapML-Specification/spec/#web-maps)
defined in the MapML (Map Markup Language)
[specification](https://maps4html.org/MapML/spec/). This repository is the documentation for this suite of elements, available [here](https://maps4html.org/web-map-doc/).
[specification](https://maps4html.org/MapML-Specification/spec/). This repository is the documentation for this suite of elements, available [here](https://maps4html.org/web-map-doc/).
2 changes: 1 addition & 1 deletion docs/api/layer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ window.onload = (event) => {

| Specification |
|--------------------------------------------------------------|
| [HTMLLayerElement](https://maps4html.org/MapML/spec/#dom-htmllayerelement) |
| [HTMLLayerElement](https://maps4html.org/MapML-Specification/spec/#dom-htmllayerelement) |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/api/map-extent-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ let opacity = extent.opacity;

| Specification |
|--------------------------------------------------------------|
| [HTMLExtentElement](https://maps4html.org/MapML/spec/#dom-htmlextentelement) |
| [HTMLExtentElement](https://maps4html.org/MapML-Specification/spec/#dom-htmlextentelement) |

---

Expand Down
6 changes: 3 additions & 3 deletions docs/api/map-feature-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ window.onload = (event) => {

| Specification |
|--------------------------------------------------------------|
| [HTMLFeatureElement](https://maps4html.org/MapML/spec/#the-feature-element) |
| [HTMLFeatureElement](https://maps4html.org/MapML-Specification/spec/#the-feature-element) |

---

Expand All @@ -448,8 +448,8 @@ window.onload = (event) => {

| | Spec | Viewer | API |
|:---------------------------------------------------------------------------------|:------: |:-----: |:---: |
| [**Properties**](#properties) | [partial](https://github.com/Maps4HTML/MapML/issues/247) * | full | full |
| [**Methods**](#methods) | [none](https://github.com/Maps4HTML/MapML/issues/248) * | partial * | partial * |
| [**Properties**](#properties) | [partial](https://github.com/Maps4HTML/MapML-Specification/issues/247) * | full | full |
| [**Methods**](#methods) | [none](https://github.com/Maps4HTML/MapML-Specification/issues/248) * | partial * | partial * |

<details>
<summary>Exceptions *</summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/map-link-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Needs to be implemented.

| Specification |
|--------------------------------------------------------------|
| [HTMLLinkElement - not (fully) specified yet](https://maps4html.org/MapML/spec/#the-link-element) |
| [HTMLLinkElement - not (fully) specified yet](https://maps4html.org/MapML-Specification/spec/#the-link-element) |

---

Expand Down
4 changes: 2 additions & 2 deletions docs/api/mapml-viewer-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ let output = map.geojson2mapml(json);

| Specification |
|--------------------------------------------------------------|
| [HTMLMapmlViewerElement](https://maps4html.org/MapML/spec/#dom-htmlmapmlviewerelement) |
| [HTMLMapmlViewerElement](https://maps4html.org/MapML-Specification/spec/#dom-htmlmapmlviewerelement) |

---

Expand All @@ -679,7 +679,7 @@ let output = map.geojson2mapml(json);
<summary>Exceptions *</summary>
<ol>
<li>No specification will be provided for toggleDebug() or viewSource() methods.</li>
<li>The defineCustomProjection method is implemented, but <a href="https://github.com/Maps4HTML/MapML/issues/249">not yet specified</a></li>
<li>The defineCustomProjection method is implemented, but <a href="https://github.com/Maps4HTML/MapML-Specification/issues/249">not yet specified</a></li>
<li>The custom projections API (defineCustomProjection) is under discussion, in particular, the options parameter's format.</li>
<li>The geojson2mapml method's <a href="#options">options</a> parameter specification is not final.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/datalist.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This element contains the values for the datalist. A `<map-datalist>` element ca

| Specification |
|--------------------------------------------------------------|
| [MapML datalist element](https://maps4html.org/MapML/spec/#the-datalist-element-0) |
| [MapML datalist element](https://maps4html.org/MapML-Specification/spec/#the-datalist-element-0) |
| [HTML datalist element](https://html.spec.whatwg.org/dev/form-elements.html#the-datalist-element) |

---
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/element.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Description of attribute (repeat as required)

| Specification |
|--------------------------------------------------------------|
| [link to MapML\#fragment](https://maps4html.org/MapML/spec/) |
| [link to MapML\#fragment](https://maps4html.org/MapML-Specification/spec/) |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/elements/extent.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following example shows a Web Map Service Request using `<map-link>` to requ

| Specification |
|--------------------------------------------------------------|
| [MapML extent element](https://maps4html.org/MapML/spec/#the-extent-element-0) |
| [MapML extent element](https://maps4html.org/MapML-Specification/spec/#the-extent-element-0) |

---

Expand Down
4 changes: 2 additions & 2 deletions docs/elements/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Sets the [extent](../meta/#attributes) of the layer.

| Specification |
|--------------------------------------------------------------|
| [MapML feature element](https://maps4html.org/MapML/spec/#the-feature-element-0) |
| [MapML feature element](https://maps4html.org/MapML-Specification/spec/#the-feature-element-0) |

---

Expand All @@ -288,7 +288,7 @@ Sets the [extent](../meta/#attributes) of the layer.
| <div class="requirement">Show pinpoint locations or custom markers on the map (5.2.1)</div> | full | full | |
| <div class="requirement">Draw polygons or polylines as stylable, interactive vector graphics (separate from the image tiles) (5.2.2)</div> | full | full | |
| [**User navigation (pan and zoom) (5.4)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-user-navigation) | | | |
| <div class="discussion">Hide or show (and maybe dynamically load) vector features and labels on zoom (5.4.7)</div> | [full](https://maps4html.org/MapML/spec/#the-feature-element-0) | [experimental](https://maps4html.org/web-map-doc/docs/elements/feature/#full-examples) | |
| <div class="discussion">Hide or show (and maybe dynamically load) vector features and labels on zoom (5.4.7)</div> | [full](https://maps4html.org/MapML-Specification/spec/#the-feature-element-0) | [experimental](https://maps4html.org/web-map-doc/docs/elements/feature/#full-examples) | |
| [**Custom styling (5.5)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-custom-styling) | | | |
| <div class="undecided">Apply custom styling to map markers and vector features (5.5.1)</div> | [full](https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/15) | limited | |
---
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/geometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ For each member geometry, the same non-schema constraints apply as to the unique

| Specification |
|--------------------------------------------------------------|
| [MapML geometry element](https://maps4html.org/MapML/spec/#the-geometry-element-0) |
| [MapML geometry element](https://maps4html.org/MapML-Specification/spec/#the-geometry-element-0) |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/elements/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ labels, which may be duplicated on adjacent tiles many times over.

| Specification |
|--------------------------------------------------------------|
| [MapML input element](https://maps4html.org/MapML/spec/#the-input-element-0) |
| [MapML input element](https://maps4html.org/MapML-Specification/spec/#the-input-element-0) |
| [HTML input element](https://html.spec.whatwg.org/multipage/input.html#the-input-element) |

---
Expand Down
4 changes: 2 additions & 2 deletions docs/elements/layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The following example sets the initial `opacity` for a `<layer->`.

| Specification |
|--------------------------------------------------------------|
| [MapML layer element](https://maps4html.org/MapML/spec/#the-layer-element-0) |
| [MapML layer element](https://maps4html.org/MapML-Specification/spec/#the-layer-element-0) |

---

Expand All @@ -106,7 +106,7 @@ The following example sets the initial `opacity` for a `<layer->`.
| | Spec | Viewer | API |
|:---------------------------------------------------------------------------------|:------: |:-----: |:---: |
| [**Rendering base layers (5.1)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-rendering) | | | |
| <div class="enhancement">Display an image file as a map layer (5.1.3)</div> | [under review](https://github.com/Maps4HTML/MapML/issues/216) | [limited](https://maps4html.org/experiments/painting/) | |
| <div class="enhancement">Display an image file as a map layer (5.1.3)</div> | [under review](https://github.com/Maps4HTML/MapML-Specification/issues/216) | [limited](https://maps4html.org/experiments/painting/) | |
| [**User navigation (pan and zoom) (5.4)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-user-navigation) | | | |
| <div class="discussion">Maintain reasonable scale of labels and lines when zooming (5.4.5)</div> | limited | full | |

Expand Down
4 changes: 2 additions & 2 deletions docs/elements/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Projection values [defined by the polyfill](../mapml-viewer#projection) include:

| Specification |
|--------------------------------------------------------------|
| [MapML link element](https://maps4html.org/MapML/spec/#the-link-element-0) |
| [MapML link element](https://maps4html.org/MapML-Specification/spec/#the-link-element-0) |
| [HTML link element](https://html.spec.whatwg.org/multipage/semantics.html#the-link-element) |

---
Expand All @@ -171,7 +171,7 @@ Projection values [defined by the polyfill](../mapml-viewer#projection) include:
| [**Vector features and overlays (5.2)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-vectors) | | | |
| <div class="requirement">Display map data attribution and links (5.2.4)</div> | full | full | |
| [**User navigation (pan and zoom) (5.4)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-user-navigation) | | | |
| <div class="discussion">Hide or show (and maybe dynamically load) vector features and labels on zoom (5.4.7)</div> | [full](https://maps4html.org/MapML/spec/#link-rel-features) | [full](https://maps4html.org/web-map-doc/docs/elements/link/#rel) | |
| <div class="discussion">Hide or show (and maybe dynamically load) vector features and labels on zoom (5.4.7)</div> | [full](https://maps4html.org/MapML-Specification/spec/#link-rel-features) | [full](https://maps4html.org/web-map-doc/docs/elements/link/#rel) | |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/elements/map-caption.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ element child of `<mapml-viewer>`.

| Specification |
|--------------------------------------------------------------|
| [MapML caption element](https://maps4html.org/MapML/spec/#the-map-caption-element-0) |
| [MapML caption element](https://maps4html.org/MapML-Specification/spec/#the-map-caption-element-0) |

---

Expand Down
4 changes: 2 additions & 2 deletions docs/elements/mapml-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ present. When it is not present or removed, these features are enabled again.

| Specification |
|--------------------------------------------------------------|
| [MapML map element](https://maps4html.org/MapML/spec/#the-mapml-viewer-element-0) |
| [MapML map element](https://maps4html.org/MapML-Specification/spec/#the-mapml-viewer-element-0) |
| [HTML map element](https://html.spec.whatwg.org/multipage/image-maps.html#the-map-element) |

---
Expand All @@ -127,7 +127,7 @@ present. When it is not present or removed, these features are enabled again.
| | Spec | Viewer | API |
|:---------------------------------------------------------------------------------|:------: |:-----: |:---: |
| [**Rendering base layers (5.1)**](https://maps4html.org/HTML-Map-Element-UseCases-Requirements/#map-viewers-capabilities-rendering) | | | |
| <div class="requirement">Embed an interactive map viewer, using HTML markup (5.1.1)</div> | [full](https://maps4html.org/MapML/spec/#the-map-element-0) | full | [full](https://maps4html.org/MapML/spec/#webidl-1442763376) |
| <div class="requirement">Embed an interactive map viewer, using HTML markup (5.1.1)</div> | [full](https://maps4html.org/MapML-Specification/spec/#the-map-element-0) | full | [full](https://maps4html.org/MapML-Specification/spec/#webidl-1442763376) |
| <div class="enhancement">Generate a default map for a given area (5.1.2)</div> | Not Planned | Not Planned | Not Planned |
| <div class="requirement">Display a basic map without JavaScript (5.1.5)</div> | full | [limited](https://maps4html.org/experiments/progressive-enhancement/) | |
| <div class="requirement">Display map content in a users preferred language (5.1.6)</div> | [full](https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/136) | [full](https://github.com/Maps4HTML/mapml-extension) | |
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/mapml.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The `<map-body>` element is the second child of the `<mapml->` element. It repre

| Specification |
|--------------------------------------------------------------|
| [MapML mapml element](https://maps4html.org/MapML/spec/#the-mapml-element-0) |
| [MapML mapml element](https://maps4html.org/MapML-Specification/spec/#the-mapml-element-0) |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/elements/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ to that of the projection.

| Specification |
|--------------------------------------------------------------|
| [MapML meta element](https://maps4html.org/MapML/spec/#the-meta-element-0) |
| [MapML meta element](https://maps4html.org/MapML-Specification/spec/#the-meta-element-0) |
| [HTML meta element](https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element) |
---

Expand Down
2 changes: 1 addition & 1 deletion docs/elements/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following example displays the popup as an HTML [table](https://html.spec.wh

| Specification |
|--------------------------------------------------------------|
| [MapML properties element](https://maps4html.org/MapML/spec/#the-properties-element-0) |
| [MapML properties element](https://maps4html.org/MapML-Specification/spec/#the-properties-element-0) |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/elements/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This element contains the options for the `<map-select>` element. A `<map-select

| Specification |
|--------------------------------------------------------------|
| [MapML style element](https://maps4html.org/MapML/spec/#the-select-element-0) |
| [MapML style element](https://maps4html.org/MapML-Specification/spec/#the-select-element-0) |
| [HTML style element](https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element) |

---
Expand Down
2 changes: 1 addition & 1 deletion docs/elements/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ All the Demo's on the documentation pages contain a "CSS" tab which adds the CSS

| Specification |
|--------------------------------------------------------------|
| [MapML style element](https://maps4html.org/MapML/spec/#styling) |
| [MapML style element](https://maps4html.org/MapML-Specification/spec/#styling) |
| [HTML style element](https://html.spec.whatwg.org/#the-style-element) |

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ window.onload = (event) => {

| Spécification |
|--------------------------------------------------------------|
| [HTMLLayerElement](https://maps4html.org/MapML/spec/#dom-htmllayerelement) |
| [HTMLLayerElement](https://maps4html.org/MapML-Specification/spec/#dom-htmllayerelement) |

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ let opacity = extent.opacity;

| Spécification |
|--------------------------------------------------------------|
| [HTMLExtentElement](https://maps4html.org/MapML/spec/#dom-htmlextentelement) |
| [HTMLExtentElement](https://maps4html.org/MapML-Specification/spec/#dom-htmlextentelement) |

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ window.onload = (event) => {

| Spécification |
|--------------------------------------------------------------|
| [HTMLFeatureElement](https://maps4html.org/MapML/spec/#the-feature-element) |
| [HTMLFeatureElement](https://maps4html.org/MapML-Specification/spec/#the-feature-element) |

---

Expand All @@ -461,8 +461,8 @@ window.onload = (event) => {

| | Spéc. | Visualiseur | API |
|:---------------------------------------------------------------------------------|:------: |:-----: |:---: |
| [**Propriétés**](#propriétés) | [limité](https://github.com/Maps4HTML/MapML/issues/247) * | complet | complet |
| [**Méthodes**](#méthodes) | [aucun](https://github.com/Maps4HTML/MapML/issues/248) * | limité * | limité *|
| [**Propriétés**](#propriétés) | [limité](https://github.com/Maps4HTML/MapML-Specification/issues/247) * | complet | complet |
| [**Méthodes**](#méthodes) | [aucun](https://github.com/Maps4HTML/MapML-Specification/issues/248) * | limité * | limité *|

<details>
<summary>Exceptions *</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dans cet exemple, `customTile` est une balise HTML `<p>`, mais vous pouvez util

| Spécification |
|--------------------------------------------------------------|
| [HTMLLinkElement - pas encore (complètement) spécifié](https://maps4html.org/MapML/spec/#the-link-element) |
| [HTMLLinkElement - pas encore (complètement) spécifié](https://maps4html.org/MapML-Specification/spec/#the-link-element) |

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ let output = map.geojson2mapml(json);

| Spécification |
|--------------------------------------------------------------|
| [HTMLMapmlViewerElement](https://maps4html.org/MapML/spec/#dom-htmlmapmlviewerelement) |
| [HTMLMapmlViewerElement](https://maps4html.org/MapML-Specification/spec/#dom-htmlmapmlviewerelement) |

---

Expand All @@ -679,7 +679,7 @@ let output = map.geojson2mapml(json);
<summary>Exceptions *</summary>
<ol>
<li>Aucune spécification ne sera fournie pour les méthodes toggleDebug() ou viewSource().</li>
<li>La méthode defineCustomProjection est implémentée, mais <a href="https://github.com/Maps4HTML/MapML/issues/249">n'est pas encore spécifiée</a></li>
<li>La méthode defineCustomProjection est implémentée, mais <a href="https://github.com/Maps4HTML/MapML-Specification/issues/249">n'est pas encore spécifiée</a></li>
<li>L'API des projections personnalisées (defineCustomProjection) est en cours de discussion, en particulier le format du paramètre options</li>
<li>La spécification du paramètre <a href="#options">options</a> de la méthode geojson2mapml n'est pas définitive.</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Cet élément contient les valeurs de datalist. Un élément `<map-datalist>` pe

| Spécification |
|--------------------------------------------------------------|
| [Élément datalist de MapML](https://maps4html.org/MapML/spec/#the-datalist-element-0) |
| [Élément datalist de MapML](https://maps4html.org/MapML-Specification/spec/#the-datalist-element-0) |
| [Élément datalist en HTML](https://html.spec.whatwg.org/dev/form-elements.html#the-datalist-element) |

---
Expand Down
Loading

0 comments on commit 6474ee6

Please sign in to comment.