File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed
Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 990990 "old" : {"leisure" : " recreation_ground" },
991991 "replace" : {"landuse" : " recreation_ground" }
992992 },
993+ {
994+ "old" : {"leisure" : " swimming_pool" , "swimming_pool" : " hot_tub" },
995+ "replace" : {"leisure" : " hot_tub" }
996+ },
993997 {
994998 "old" : {"leisure" : " table_tennis_table" },
995999 "replace" : {"leisure" : " pitch" , "sport" : " table_tennis" }
Original file line number Diff line number Diff line change 11{
22 "key" : " swimming_pool" ,
33 "type" : " combo" ,
4- "label" : " Type"
4+ "label" : " Type" ,
5+ "strings" : {
6+ "options" : {
7+ "swimming" : " Lap Pool" ,
8+ "plunge" : " Diving" ,
9+ "wading" : " Wading / Leisure" ,
10+ "spa" : " Spa" ,
11+ "wave_pool" : " Wave Pool" ,
12+ "lazy_river" : " Lazy River" ,
13+ "personal" : " Personal / Backyard" ,
14+ "kids" : " Kids Pool"
15+ }
16+ },
17+ "autoSuggestions" : false ,
18+ "customValues" : true
519}
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " fas-hot-tub-person" ,
3+ "fields" : [
4+ " access_simple" ,
5+ " location_pool"
6+ ],
7+ "moreFields" : [
8+ " level" ,
9+ " gender" ,
10+ " lit" ,
11+ " nudism" ,
12+ " opening_hours" ,
13+ " operator"
14+ ],
15+ "geometry" : [
16+ " area" ,
17+ " point"
18+ ],
19+ "terms" : [
20+ " jacuzzi" ,
21+ " spa"
22+ ],
23+ "tags" : {
24+ "leisure" : " hot_tub"
25+ },
26+ "name" : " Hot Tub"
27+ }
You can’t perform that action at this time.
0 commit comments