summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rwxr-xr-xconfig.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php b/config.php
index 702f382..ae48a10 100755
--- a/config.php
+++ b/config.php
@@ -17,7 +17,7 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-$version = "2.1";
+$version = "2.2";
// default map drawing framework
// (gmaps = google maps, openlayers = openlayers/osm)
@@ -31,6 +31,8 @@ $layer_ocm = 1;
$layer_mq = 1;
// osmapa.pl (0 = no, 1 = yes)
$layer_osmapa = 1;
+// UMP (0 = no, 1 = yes)
+$layer_ump = 1;
// you may set your google maps api key
// this is not obligatory by now