Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-a-markup
name: map-a-markup
description: Tells you how to correctly create and edit the markup for a <map-a> element. Use it when generating MapML output markup in an HTML page, especially to wrap `<map-geometry>` content, either in whole or in part, just like how you might use `<a>` to wrap all or part of a paragraph of text in HTML.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-caption-markup
name: map-caption-markup
description: Tells you how to correctly create and edit the markup for a <map-caption> element. Use it when generating MapML output markup in an HTML page, especially when generating a `<mapml-viewer>` element, to describe the map's purpose, if possible and known.
---

Expand Down
2 changes: 1 addition & 1 deletion .github/skills/map-extent-markup/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-extent-markup
name: map-extent-markup
description: Tells you how to correctly create and edit the markup for a <map-extent> element. Use it when generating MapML output markup in an HTML page.
---

Expand Down
2 changes: 1 addition & 1 deletion .github/skills/map-feature-markup/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-feature-markup
name: map-feature-markup
description: Tells you how to correctly create and edit the markup for a <map-feature> element. Use it when generating MapML output markup in an HTML page.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-geometry-markup
name: map-geometry-markup
description: Tells you how to correctly create and edit the markup for a <map-geometry> element. Use it when generating MapML output markup in an HTML page.
---

Expand Down
2 changes: 1 addition & 1 deletion .github/skills/map-input-markup/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-input-markup
name: map-input-markup
description: Tells you how to correctly create and edit the markup for a <map-input> element. Use it when generating MapML output markup in an HTML page.
---

Expand Down
2 changes: 1 addition & 1 deletion .github/skills/map-layer-markup/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-map-layermarkup
name: map-layer-markup
description: Tells you how to correctly create and edit the markup for a <map-layer> element. Use it when generating MapML output markup in an HTML page.
---

Expand Down
8 changes: 4 additions & 4 deletions .github/skills/map-link-markup/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-link-markup
name: map-link-markup
description: Tells you how to correctly create and edit the markup for a <map-link> element. Use it when generating MapML output markup in an HTML page.
---

Expand Down Expand Up @@ -125,8 +125,8 @@ Projection values [defined by the polyfill](../mapml-viewer#projection) include:

```html
<mapml-viewer projection="OSMTILE" zoom="1" lat="0" lon="0" controls>
<layer- label="OpenStreetMap" src="https://geogratis.gc.ca/mapml/en/osmtile/osm/" checked hidden ></layer->
<layer- label="TMS COG Source" checked>
<map-layer label="OpenStreetMap" src="https://geogratis.gc.ca/mapml/en/osmtile/osm/" checked hidden ></map-layer>
<map-layer label="TMS COG Source" checked>
<map-extent units="OSMTILE">
<map-input name="zoom" type="zoom" min="1" max="12"></map-input>
<map-input name="row" type="location" axis="row" units="tilematrix" ></map-input>
Expand All @@ -135,7 +135,7 @@ Projection values [defined by the polyfill](../mapml-viewer#projection) include:
<map-link tms rel="tile" tref="https://s3-eu-west-1.amazonaws.com/vito-lcv/global/2019/cog-grass-colored-fraction_grass/{zoom}/{col}/{row}.png">
</map-link>
</map-extent>
</layer->
</map-layer>
</mapml-viewer>
```

Expand Down
2 changes: 1 addition & 1 deletion .github/skills/map-meta-markup/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-meta-markup
name: map-meta-markup
description: Tells you how to correctly create and edit the markup for a <map-meta> element. Use it when generating MapML output markup in an HTML page or XHTML MapML document.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: mapml-properties-markup
name: map-properties-markup
description: Tells you how to correctly create and edit the markup for a `<map-properties>` element. Use it when generating MapML output markup in an HTML page.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
name: map-style-markup
description: Tells you how to correctly create and edit the markup for a <map-style> element. Use it when generating MapML output markup in an HTML page, especially when creating styling vector `<map-feature>` data.
Expand Down
Loading