summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-17 21:05:39 +0000
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-17 21:05:39 +0000
commit07be1893f706ac32307922ddd865285dda2b98b9 (patch)
tree7193d94bc8ed7cc21d0188a70fa28fcdddef85e9
parent2f279370cff9b0428733af9ec2022972a424da53 (diff)
downloadnavit-svn-07be1893f706ac32307922ddd865285dda2b98b9.tar.gz
Only spit out poi_church for a combination of
amentity=place_of_worship and religion=christian git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@1057 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--osm2navit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/osm2navit.c b/osm2navit.c
index 1448c792..ace67355 100644
--- a/osm2navit.c
+++ b/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"