Added 'foto' and 'verleih' as possible point types.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 29 Dec 2013 11:29:37 +0000 (11:29 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 29 Dec 2013 11:29:37 +0000 (11:29 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@1860 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wrpylib/wrmwmarkup.py

index 095644c9e4bf0a940cdb748c15df2724d8ca4412..bebca6d236aa7d39bd00e7a5b12da217440331f3 100644 (file)
@@ -10,7 +10,7 @@ import formencode
 import wrpylib.wrvalidators
 import wrpylib.mwmarkup
 
 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']
 
 
 WRMAP_LINE_TYPES = ['rodelbahn', 'gehweg', 'alternative', 'lift', 'anfahrt', 'linie']