maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH ocitysmap] Add "public_building" into street ind


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH ocitysmap] Add "public_building" into street index amenities (task 10049)
Date: Fri, 8 Jan 2010 18:58:43 +0100

---
 ocitysmap/street_index.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ocitysmap/street_index.py b/ocitysmap/street_index.py
index 9d2e8c2..1f79d4c 100644
--- a/ocitysmap/street_index.py
+++ b/ocitysmap/street_index.py
@@ -287,6 +287,7 @@ class OCitySMap:
             (_(u"Education"), "library", _(u"Library")),
             (_(u"Public buildings"), "townhall", _(u"Town hall")),
             (_(u"Public buildings"), "post_office", _(u"Post office")),
+            (_(u"Public buildings"), "public_building", _(u"Public building")),
             (_(u"Public buildings"), "police", _(u"Police"))]
 
         datasource = dict(self.parser.items('datasource'))
-- 
1.6.0.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]