[OpenLayers-Commits] r11825 - sandbox/cmoullet/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Mar 31 04:12:19 EDT 2011


Author: cmoullet
Date: 2011-03-31 01:12:18 -0700 (Thu, 31 Mar 2011)
New Revision: 11825

Modified:
   sandbox/cmoullet/openlayers/examples/mobile-layers.html
Log:
Minor fix


Modified: sandbox/cmoullet/openlayers/examples/mobile-layers.html
===================================================================
--- sandbox/cmoullet/openlayers/examples/mobile-layers.html	2011-03-31 07:59:42 UTC (rev 11824)
+++ sandbox/cmoullet/openlayers/examples/mobile-layers.html	2011-03-31 08:12:18 UTC (rev 11825)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <title>OpenLayers Mobile</title>
+    <title>OpenLayers Mobile Layers</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0;">
     <meta name="apple-mobile-web-app-capable" content="yes">
@@ -81,13 +81,13 @@
     </style>
 </head>
 <body>
-<h1 id="title">Mobile Example with Multiple Layer types</h1>
+<h1 id="title">Mobile example with various layer types</h1>
 
 <div id="tags">
-    mobile, WMS, WFS, WMTS, KML
+    mobile, WMS, WFS, KML
 </div>
 <p id="shortdesc">
-    A mobile example displaying various layer types: WMS, WFS, WMTS, KML
+    A mobile example displaying various layer types: WMS, WFS, KML
 </p>
 
 <div id="map"></div>



More information about the Commits mailing list