Skip to content

Commit ea1c4f1

Browse files
prushforprushforth
prushfor
authored andcommittedOct 21, 2024·
Close #137 Rename the layer- element to map-layer
1 parent 87f3cce commit ea1c4f1

File tree

41 files changed

+141
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+141
-141
lines changed
 

‎api/custom-map-ui/bootstrap-ui.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ <h3>Layers</h3>
4545
<figure>
4646
<mapml-viewer id="custom-map" style="width:500px;height: 500px;" projection="CBMTILE" zoom="0" lat="47"
4747
lon="-92">
48-
<layer- label="Canada Base Map - Geometry" src="../../refactoring-temporary/cbmtgeom.mapml" checked>
49-
</layer->
50-
<layer- label="Fire Danger (forecast)" src="../../refactoring-temporary/fdi.mapml"></layer->
48+
<map-layer label="Canada Base Map - Geometry" src="../../refactoring-temporary/cbmtgeom.mapml" checked>
49+
</map-layer>
50+
<map-layer label="Fire Danger (forecast)" src="../../refactoring-temporary/fdi.mapml"></map-layer>
5151
</mapml-viewer>
5252

5353
<figcaption class="map-controls">

‎api/custom-map-ui/custom-css-ui.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ <h3>Layers</h3>
4545
<figure>
4646
<mapml-viewer id="custom-map" style="width:500px;height: 500px;" projection="CBMTILE" zoom="0" lat="47"
4747
lon="-92">
48-
<layer- label="Canada Base Map - Geometry" src="../../refactoring-temporary/cbmtgeom.mapml" checked>
49-
</layer->
50-
<layer- label="Fire Danger (forecast)" src="../../refactoring-temporary/fdi.mapml"></layer->
48+
<map-layer label="Canada Base Map - Geometry" src="../../refactoring-temporary/cbmtgeom.mapml" checked>
49+
</map-layer>
50+
<map-layer label="Fire Danger (forecast)" src="../../refactoring-temporary/fdi.mapml"></map-layer>
5151
</mapml-viewer>
5252

5353
<figcaption class="map-controls">

0 commit comments

Comments
 (0)
Please sign in to comment.