File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
data/presets/amenity/vending_machine Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-vending_machine" ,
3+ "geometry" : [
4+ " point" ,
5+ " vertex"
6+ ],
7+ "terms" : [
8+ " inner tube" ,
9+ " bicycle tubes" ,
10+ " bike tube"
11+ ],
12+ "tags" : {
13+ "amenity" : " vending_machine" ,
14+ "vending" : " bicycle_tube"
15+ },
16+ "reference" : {
17+ "key" : " vending" ,
18+ "value" : " bicycle_tube"
19+ },
20+ "name" : " Bicycle Inner Tube Vending Machine"
21+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-vending_machine" ,
3+ "geometry" : [
4+ " point" ,
5+ " vertex"
6+ ],
7+ "terms" : [
8+ " pizza"
9+ ],
10+ "tags" : {
11+ "amenity" : " vending_machine" ,
12+ "vending" : " pizza"
13+ },
14+ "reference" : {
15+ "key" : " vending" ,
16+ "value" : " pizza"
17+ },
18+ "name" : " Pizza Vending Machine"
19+ }
You can’t perform that action at this time.
0 commit comments