Skip to content

Commit

Permalink
Uses standard meta name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Aug 27, 2024
1 parent 5550d05 commit dba5696
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/mobile/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="dynamicUrl" content="https://geomapfish-demo-2-9.camptocamp.com/dynamic.json">
<meta name="interface" content="mobile">
<link rel="shortcut icon" href="<%=require("./image/favicon.ico")%>" crossorigin="anonymous" />
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/apps/mobile_alt/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="dynamicUrl" content="https://geomapfish-demo-2-9.camptocamp.com/dynamic.json">
<meta name="interface" content="mobile_alt">
<link rel="shortcut icon" href="<%=require("./image/favicon.ico")%>" crossorigin="anonymous" />
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/backgroundlayerselector.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish's background layer selector example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<p id="desc">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/displayquerygrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Map Query example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<gmf-map gmf-map-map="ctrl.map"></gmf-map>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/displayquerywindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Map Query example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<gmf-map gmf-map-map="ctrl.map"></gmf-map>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/layertree.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Layer Tree Example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<div style="position: relative">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/layertreeadd.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Layer Tree Example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<div style="position: relative">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/mouseposition.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Mouse Position Example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/permalink.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Permalink example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<gmf-map gmf-map-map="ctrl.map"></gmf-map>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Print example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<gmf-map gmf-map-map="ctrl.map"></gmf-map>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/themeselector.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish Theme Selector Example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/wfspermalink.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>GeoMapFish WFS Permalink example</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body ng-controller="MainController as ctrl">
<gmf-map gmf-map-map="ctrl.map"></gmf-map>
Expand Down

0 comments on commit dba5696

Please sign in to comment.