Skip to content

Commit c442573

Browse files
authored
Correct HTML namespaces (#489)
1 parent a8f3f3c commit c442573

Some content is hidden

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

54 files changed

+98
-98
lines changed

debug/cbmt-test.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="https://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>Canada Base Map - Transportation (CBMT)</title>
44
<meta http-equiv="Content-Type" content="text/mapml"/>

demo/arctic-sdi.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="http://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<meta charset="utf-8" />
44
<title>Arctic SDI for Canada</title>

demo/restaurants.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="http://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>Restaurants</title>
44
<meta charset="utf-8" />

demo/us_pop_density.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="http://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>US Population Density</title>
44
<meta http-equiv="Content-Type" content="text/mapml"/>

test/e2e/data/tiles/cbmt/alabama_feature.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="https://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>Natural Resources Canada's CanVec+ 031G - Map Markup Language</title>
44
<meta http-equiv="Content-Type" content="text/mapml"/>

test/e2e/data/tiles/cbmt/cbmt-changeProjection.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="http://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>Canada Base Map - Transportation (CBMT)</title>
44
<meta http-equiv="Content-Type" content="text/mapml"/>

test/e2e/data/tiles/cbmt/cbmt.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="https://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22

33
<head>
44
<title>Canada Base Map - Transportation (CBMT)</title>

test/e2e/data/tiles/cbmt/osm-changeProjection.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="http://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<meta charset="utf-8"/>
44
<title>OpenStreetMap</title>

test/e2e/data/tiles/cbmt/templatedImage.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="https://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>Toporama</title>
44
<meta charset="utf-8"/>

test/e2e/data/tiles/cbmt/us_map_query.mapml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mapml xmlns="https://www.w3.org/1999/xhtml/">
1+
<mapml xmlns="http://www.w3.org/1999/xhtml">
22
<head>
33
<title>US Population Density + Random</title>
44
<meta http-equiv="Content-Type" content="text/mapml"/>

0 commit comments

Comments
 (0)