use HTML5 in all examples, and some minor example improvements (pullup #3333)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12032 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>Geometry Intersections</title>
|
||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
|
||||
<!--[if lte IE 6]>
|
||||
<link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css">
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
@@ -180,11 +182,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="info">
|
||||
Features
|
||||
<input type="button" value="refresh" onclick="serialize();" /><br />
|
||||
<p>Features</p>
|
||||
<input type="button" value="refresh" onclick="serialize();"><br>
|
||||
<textarea id="features"></textarea>
|
||||
Intersections
|
||||
<input type="button" value="intersect all" onclick="intersect();" /><br />
|
||||
<p>Intersections</p>
|
||||
<input type="button" value="intersect all" onclick="intersect();"><br>
|
||||
<textarea id="intersections"></textarea>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user