From 8e7451a2fc7d362c531f9408bd53972ad25eea99 Mon Sep 17 00:00:00 2001 From: christeck Date: Sat, 17 May 2008 21:05:39 +0000 Subject: [PATCH] Only spit out poi_church for a combination of 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/navit/src/osm2navit.c b/navit/src/osm2navit.c index 1448c79..ace6735 100644 --- a/navit/src/osm2navit.c +++ b/navit/src/osm2navit.c @@ -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" -- 2.7.4