]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/map.html
Removed unused map controller/template.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / map.html
diff --git a/wradmin/templates/map.html b/wradmin/templates/map.html
deleted file mode 100644 (file)
index 22e3f11..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
-                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:py="http://genshi.edgewall.org/"
-    xmlns:xi="http://www.w3.org/2001/XInclude">
-<xi:include href="master.html" />
-
-<head>
-    <title>Winterrodel - Übersichtskarte</title>
-       <script src="http://openlayers.org/api/OpenLayers.js"></script>
-</head>
-
-<body>
-
-       <p>Hallo!</p>
-       <div style="width:100%; height:100%" id="map"></div>
-       <script defer="defer" type="text/javascript">
-               var map = new OpenLayers.Map('map');
-               // var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'});
-               var map = 
-               map.addLayer(wms);
-               map.zoomToMaxExtent();
-       </script>
-
-
-</body>
-</html>