Only spit out poi_church for a combination of
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 17 May 2008 21:05:39 +0000 (21:05 +0000)
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 17 May 2008 21:05:39 +0000 (21:05 +0000)
amentity=place_of_worship and religion=christian

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1057 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/osm2navit.c

index 1448c79..ace6735 100644 (file)
@@ -53,7 +53,7 @@ static char *attrmap={
        "n      amenity=courthouse      poi_justice\n"
        "n      amenity=library         poi_library\n"
        "n      amenity=pharmacy        poi_pharmacy\n"
-       "n      amenity=place_of_worship        poi_church\n"
+       "n      amenity=place_of_worship,religion=christian     poi_church\n"
        "n      amenity=police          poi_police\n"
        "n      amenity=post_office     poi_post\n"
        "n      amenity=post_box        poi_post\n"
@@ -171,6 +171,7 @@ static char *attrmap={
        "w      landuse=forest          poly_wood\n"
        "w      landuse=industrial      poly_industry\n"
        "w      landuse=residential     poly_town\n"
+       "w      landuse=residential,area=1      poly_town\n"
        "w      amenity=college poly_college\n"
        "w      amenity=university      poly_university\n"
        "w      tourism=camp_site       poly_camp_site\n"