From abbecfbfb18ad49268773c3a98d23f8b909ed2a7 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 29 Dec 2013 11:29:37 +0000 Subject: [PATCH] Added 'foto' and 'verleih' as possible point types. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@1860 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wrpylib/wrmwmarkup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrpylib/wrmwmarkup.py b/wrpylib/wrmwmarkup.py index 095644c..bebca6d 100644 --- a/wrpylib/wrmwmarkup.py +++ b/wrpylib/wrmwmarkup.py @@ -10,7 +10,7 @@ import formencode import wrpylib.wrvalidators import wrpylib.mwmarkup -WRMAP_POINT_TYPES = ['gasthaus', 'haltestelle', 'parkplatz', 'achtung', 'punkt'] +WRMAP_POINT_TYPES = ['gasthaus', 'haltestelle', 'parkplatz', 'achtung', 'foto', 'verleih', 'punkt'] WRMAP_LINE_TYPES = ['rodelbahn', 'gehweg', 'alternative', 'lift', 'anfahrt', 'linie'] -- 2.30.2