stop accidental cities :)
This commit is contained in:
parent
eae83b5929
commit
c3c16bf591
1 changed files with 28 additions and 28 deletions
|
@ -41,39 +41,39 @@ lake: natural=water,landuse=
|
|||
forest: landuse=forest,natural=
|
||||
|
||||
point/road
|
||||
mini roundabout: highway=mini_roundabout
|
||||
traffic lights: highway=traffic_signals
|
||||
mini roundabout: place=,highway=mini_roundabout
|
||||
traffic lights: place=,highway=traffic_signals
|
||||
|
||||
point/footway
|
||||
bridge: highway=bridge
|
||||
gate: highway=gate
|
||||
stile: highway=stile
|
||||
cattle grid: highway=cattle_grid
|
||||
bridge: place=,highway=bridge
|
||||
gate: place=,highway=gate
|
||||
stile: place=,highway=stile
|
||||
cattle grid: place=,highway=cattle_grid
|
||||
|
||||
point/cycleway
|
||||
gate: highway=gate
|
||||
gate: place=,highway=gate
|
||||
|
||||
point/waterway
|
||||
lock gate: waterway=lock_gate
|
||||
weir: waterway=weir
|
||||
aqueduct: waterway=aqueduct
|
||||
winding hole: waterway=turning_point
|
||||
mooring: waterway=mooring
|
||||
lock gate: place=,waterway=lock_gate
|
||||
weir: place=,waterway=weir
|
||||
aqueduct: place=,waterway=aqueduct
|
||||
winding hole: place=,waterway=turning_point
|
||||
mooring: place=,waterway=mooring
|
||||
|
||||
point/railway
|
||||
station: railway=station
|
||||
viaduct: railway=viaduct
|
||||
level crossing: railway=crossing
|
||||
station: place=,railway=station
|
||||
viaduct: place=,railway=viaduct
|
||||
level crossing: place=,railway=crossing
|
||||
|
||||
point/natural
|
||||
peak: natural=peak
|
||||
peak: place=,natural=peak
|
||||
|
||||
POI/road
|
||||
car park: amenity=parking
|
||||
petrol station: amenity=fuel
|
||||
car park: place=,amenity=parking
|
||||
petrol station: place=,amenity=fuel
|
||||
|
||||
POI/cycleway
|
||||
bike park: amenity=bicycle_parking
|
||||
bike park: place=,amenity=bicycle_parking
|
||||
|
||||
POI/place
|
||||
city: place=city,name=(type name here),is_in=(type region or county)
|
||||
|
@ -83,14 +83,14 @@ village: place=village,name=(type name here),is_in=(type region or county)
|
|||
hamlet: place=hamlet,name=(type name here),is_in=(type region or county)
|
||||
|
||||
POI/tourism
|
||||
attraction: tourism=attraction,amenity=,religion=,denomination=
|
||||
church: tourism=,amenity=place_of_worship,name=(type name here),religion=christian,denomination=(type denomination here)
|
||||
hotel: tourism=hotel,amenity=,religion=,denomination=
|
||||
other religious: tourism=,amenity=place_of_worship,name=(type name here),religion=(type religion),denomination=
|
||||
post box: amenity=post_box,tourism=,name=,religion=,denomination=
|
||||
post office: amenity=post_office,tourism=,name=,religion=,denomination=
|
||||
pub: tourism=,amenity=pub,name=(type name here),religion=,denomination=
|
||||
school: tourism=,amenity=school,name=(type name here),religion=,denomination=
|
||||
attraction: place=,tourism=attraction,amenity=,religion=,denomination=
|
||||
church: place=,tourism=,amenity=place_of_worship,name=(type name here),religion=christian,denomination=(type denomination here)
|
||||
hotel: place=,tourism=hotel,amenity=,religion=,denomination=
|
||||
other religious: place=,tourism=,amenity=place_of_worship,name=(type name here),religion=(type religion),denomination=
|
||||
post box: place=,amenity=post_box,tourism=,name=,religion=,denomination=
|
||||
post office: place=,amenity=post_office,tourism=,name=,religion=,denomination=
|
||||
pub: place=,tourism=,amenity=pub,name=(type name here),religion=,denomination=
|
||||
school: place=,tourism=,amenity=school,name=(type name here),religion=,denomination=
|
||||
|
||||
POI/natural
|
||||
peak: natural=peak
|
||||
peak: place=,natural=peak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue