make every mobile example rely on the mobile build, and add files to the build for the mobile-drawing example, no functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11789 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -14,6 +14,11 @@ OpenLayers/Control/Geolocate.js
|
|||||||
OpenLayers/Control/ZoomPanel.js
|
OpenLayers/Control/ZoomPanel.js
|
||||||
OpenLayers/Control/Attribution.js
|
OpenLayers/Control/Attribution.js
|
||||||
OpenLayers/Control/SelectFeature.js
|
OpenLayers/Control/SelectFeature.js
|
||||||
|
OpenLayers/Control/DrawFeature.js
|
||||||
|
OpenLayers/Control/Panel.js
|
||||||
|
OpenLayers/Handler/Point.js
|
||||||
|
OpenLayers/Handler/Path.js
|
||||||
|
OpenLayers/Handler/Polygon.js
|
||||||
OpenLayers/Layer/Vector.js
|
OpenLayers/Layer/Vector.js
|
||||||
OpenLayers/Renderer/SVG.js
|
OpenLayers/Renderer/SVG.js
|
||||||
OpenLayers/Renderer/Canvas.js
|
OpenLayers/Renderer/Canvas.js
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<link rel="stylesheet" href="style.mobile.css" type="text/css">
|
<link rel="stylesheet" href="style.mobile.css" type="text/css">
|
||||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
|
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
|
||||||
<script src="../lib/OpenLayers.js"></script>
|
<script src="../lib/OpenLayers.js?mobile"></script>
|
||||||
<script src="mobile-drawing.js"></script>
|
<script src="mobile-drawing.js"></script>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
|
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="style.mobile.css" type="text/css" />
|
<link rel="stylesheet" href="style.mobile.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||||
<script type="text/javascript" src="../lib/OpenLayers.js"></script>
|
<script type="text/javascript" src="../lib/OpenLayers.js?mobile"></script>
|
||||||
<script type="text/javascript" src="mobile-navigation.js"></script>
|
<script type="text/javascript" src="mobile-navigation.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0;">
|
<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">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<link rel="stylesheet" href="style.mobile.css" type="text/css">
|
<link rel="stylesheet" href="style.mobile.css" type="text/css">
|
||||||
<script src="../lib/OpenLayers.js"></script>
|
<script src="../lib/OpenLayers.js?mobile"></script>
|
||||||
<script src="mobile.js"></script>
|
<script src="mobile.js"></script>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
|
|||||||
Reference in New Issue
Block a user