]> git.openstreetmap.org Git - rails.git/blob - config/potlatch/presets.txt
began callback code for feature lookup
[rails.git] / config / potlatch / presets.txt
1 way/road
2 motorway: highway=motorway,ref=(type road number)
3 trunk road: highway=trunk,ref=(type road number),name=(type road name)
4 primary road: highway=primary,ref=(type road number),name=(type road name)
5 secondary road: highway=secondary,ref=(type road number),name=(type road name)
6 tertiary road: highway=tertiary,ref=,name=(type road name)
7 residential road: highway=residential,ref=,name=(type road name)
8 unclassified road: highway=unclassified,ref=,name=(type road name)
9
10 way/footway
11 footpath: highway=footway,foot=yes
12 bridleway: highway=bridleway,foot=yes
13 byway: highway=unsurfaced,foot=yes
14 permissive path: highway=footway,foot=permissive
15
16 way/cycleway
17 cycle lane: highway=cycleway,cycleway=lane,ncn_ref=
18 cycle track: highway=cycleway,cycleway=track,ncn_ref=
19 cycle lane (NCN): highway=cycleway,cycleway=lane,name=(type name here),ncn_ref=(type route number)
20 cycle track (NCN): highway=cycleway,cycleway=track,name=(type name here),ncn_ref=(type route number)
21
22 way/waterway
23 canal: waterway=canal,name=(type name here)
24 navigable river: waterway=river,boat=yes,name=(type name here)
25 navigable drain: waterway=drain,boat=yes,name=(type name here)
26 derelict canal: waterway=derelict_canal,name=(type name here)
27 unnavigable river: waterway=river,boat=no,name=(type name here)
28 unnavigable drain: waterway=drain,boat=no,name=(type name here)
29 stream: waterway=stream,boat=no,name=(type name here)
30
31 way/railway
32 railway: railway=rail
33 tramway: railway=tram
34 light railway: railway=light_rail
35 preserved railway: railway=preserved
36 disused railway tracks: railway=disused
37 course of old railway: railway=abandoned
38
39 way/natural
40 lake: natural=water,landuse=
41 forest: landuse=forest,natural=
42
43 point/road
44 mini roundabout: highway=mini_roundabout
45 traffic lights: highway=traffic_signals
46
47 point/footway
48 bridge: highway=bridge
49 gate: highway=gate
50 stile: highway=stile
51 cattle grid: highway=cattle_grid
52
53 point/cycleway
54 gate: highway=gate
55
56 point/waterway
57 lock gate: waterway=lock_gate
58 weir: waterway=weir
59 aqueduct: waterway=aqueduct
60 winding hole: waterway=turning_point
61 mooring: waterway=mooring
62
63 point/railway
64 station: railway=station
65 viaduct: railway=viaduct
66 level crossing: railway=crossing
67
68 point/natural
69 peak: natural=peak
70
71 POI/road
72 car park: amenity=parking
73 petrol station: amenity=fuel
74
75 POI/cycleway
76 bike park: amenity=bicycle_parking
77
78 POI/place
79 city: place=city,name=(type name here),is_in=(type region or county)
80 town: place=town,name=(type name here),is_in=(type region or county)
81 suburb: place=suburb,name=(type name here),is_in=(type region or county)
82 village: place=village,name=(type name here),is_in=(type region or county)
83 hamlet: place=hamlet,name=(type name here),is_in=(type region or county)
84
85 POI/tourism
86 attraction: tourism=attraction,amenity=,religion=,denomination=
87 church: tourism=,amenity=place_of_worship,name=(type name here),religion=christian,denomination=(type denomination here)
88 hotel: tourism=hotel,amenity=,religion=,denomination=
89 other religious: tourism=,amenity=place_of_worship,name=(type name here),religion=(type religion),denomination=
90 post box: amenity=post_box,tourism=,name=,religion=,denomination=
91 post office: amenity=post_office,tourism=,name=,religion=,denomination=
92 pub: tourism=,amenity=pub,name=(type name here),religion=,denomination=
93
94 POI/natural
95 peak: natural=peak