Description: use installed openlayers from libjs-openlayers
Author: Thibaut Gridel <tgridel@free.fr>
Forwarded: not-needed

--- routino-2.1.1.orig/web/www/routino/router.html.en
+++ routino-2.1.1/web/www/routino/router.html.en
@@ -28,7 +28,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 <!-- OpenLayers Javascript library -->
-<script src="../openlayers/OpenLayers.js" type="text/javascript"></script>
+<script src="/javascript/openlayers/OpenLayers.js" type="text/javascript"></script>
 
 <!-- Page elements -->
 <script src="page-elements.js" type="text/javascript"></script>
--- routino-2.1.1.orig/web/www/routino/router.html.nl
+++ routino-2.1.1/web/www/routino/router.html.nl
@@ -30,7 +30,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 <!-- OpenLayers Javascript library -->
-<script src="../openlayers/OpenLayers.js" type="text/javascript"></script>
+<script src="/javascript/openlayers/OpenLayers.js" type="text/javascript"></script>
 
 <!-- Page elements -->
 <script src="page-elements.js" type="text/javascript"></script>

--- routino-2.1.1.orig/web/www/routino/visualiser.html.en
+++ routino-2.1.1/web/www/routino/visualiser.html.en
@@ -28,7 +28,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 <!-- OpenLayers Javascript library -->
-<script src="../openlayers/OpenLayers.js" type="text/javascript"></script>
+<script src="/javascript/openlayers/OpenLayers.js" type="text/javascript"></script>
 
 <!-- Page elements -->
 <script src="page-elements.js" type="text/javascript"></script>
