Change examples/demos structure

This commit is contained in:
Éric Lemoine
2012-09-28 13:31:36 +02:00
parent 3910318f1b
commit e3cef24f5f
15 changed files with 29 additions and 147 deletions

13
demos/proj4js.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="../css/ol.css" type="text/css">
<script src="http://svn.osgeo.org/metacrs/proj4js/trunk/lib/proj4js-compressed.js" type="text/javascript"></script>
<title>ol3 proj4js demo</title>
</head>
<body>
<h1>ol3 proj4js demo</h1>
<div id="output"></div>
<script src="loader.js?id=proj4js" type="text/javascript"></script>
</body>
</html>