[Git][debian-gis-team/libapache2-mod-tile][master] Moved web app directory.

Felix Delattre gitlab at salsa.debian.org
Thu Sep 3 08:39:51 BST 2020



Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile


Commits:
ff0dd372 by Felix Delattre at 2020-09-03T07:39:07+00:00
Moved web app directory.

- - - - -


7 changed files:

- + debian/etc/apache2/renderd-example-map.conf
- debian/etc/renderd/renderd.conf
- debian/example-map/index.html
- + debian/renderd-example-map.apache2
- debian/renderd-example-map.install
- debian/renderd-example-map.links
- + debian/renderd-example-map.postinst


Changes:

=====================================
debian/etc/apache2/renderd-example-map.conf
=====================================
@@ -0,0 +1,8 @@
+Alias /renderd-example-map /usr/share/renderd/example-map
+
+<Directory /usr/share/renderd-example-map/>
+	Options +FollowSymLinks
+	AllowOverride All
+	order allow,deny
+	allow from all
+</Directory>


=====================================
debian/etc/renderd/renderd.conf
=====================================
@@ -10,5 +10,5 @@ font_dir=/usr/share/fonts/truetype
 font_dir_recurse=true
 
 [example-map]
-URI=/renderd-example-map/tiles/
+URI=/renderd-example/tiles/
 XML=/usr/share/renderd/example-map/mapnik.xml


=====================================
debian/example-map/index.html
=====================================
@@ -14,7 +14,7 @@
 
     <script>
         var map = L.map('map').setView([0, 0], 4);
-        L.tileLayer('/renderd-example-map/tiles/{z}/{x}/{y}.png', {
+        L.tileLayer('/renderd-example/tiles/{z}/{x}/{y}.png', {
             maxZoom: 12,
             attribution: 'Map data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors.',
         }).addTo(map);


=====================================
debian/renderd-example-map.apache2
=====================================
@@ -0,0 +1 @@
+conf debian/etc/apache2/renderd-example-map.conf


=====================================
debian/renderd-example-map.install
=====================================
@@ -1,2 +1 @@
-debian/example-map/index.html var/www/html/renderd-example-map
 debian/example-map usr/share/renderd


=====================================
debian/renderd-example-map.links
=====================================
@@ -1 +1 @@
-usr/share/javascript/leaflet var/www/html/renderd-example-map/leaflet
+usr/share/javascript/leaflet usr/share/renderd/example-map/leaflet


=====================================
debian/renderd-example-map.postinst
=====================================
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+echo "Check out the renderd example map by visiting:"
+echo " http://localhost/renderd-map-example"
+
+#DEBHELPER#



View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/ff0dd372d81fe848d310cf13c8613b3b0a2d7765

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/ff0dd372d81fe848d310cf13c8613b3b0a2d7765
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200903/f3809621/attachment-0001.html>


More information about the Pkg-grass-devel mailing list