From abd3b951aee514d58a4cdde8e2f730570ecafc67 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Dec 2016 14:16:02 +0000 Subject: [PATCH] new basemap, combination hypsorelief+areas --- templates/shadedbase.xml.templ | 174 +++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 templates/shadedbase.xml.templ diff --git a/templates/shadedbase.xml.templ b/templates/shadedbase.xml.templ new file mode 100644 index 0000000..801ea78 --- /dev/null +++ b/templates/shadedbase.xml.templ @@ -0,0 +1,174 @@ + + + + + + + + %utils; + %colors; +]> + + + + + + + + hypsorelief + + gdal + ${HYPSORELIEF_DIR}/all.vrt + vrt + + + + + + + + + + + + + + + builtup + + &extents; + shape + ${WORLD_BOUNDARIES_DIR}/builtup_area + + + + + areafills + + &dbsettings; &extents; + + (SELECT way, leisure, landuse, amenity, "natural" + FROM ${DB_PREFIX}_polygon + ORDER BY z_order, way_area DESC) AS areas + + + + +