File tree Expand file tree Collapse file tree 5 files changed +37
-2
lines changed
Expand file tree Collapse file tree 5 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "key" : " roof:height" ,
3+ "minValue" : 0 ,
4+ "type" : " number" ,
5+ "label" : " Roof Height (Meters)"
6+ }
Original file line number Diff line number Diff line change 1+ {
2+ "key" : " roof:shape" ,
3+ "type" : " combo" ,
4+ "label" : " Roof Shape" ,
5+ "strings" : {
6+ "options" : {
7+ "flat" : " Flat" ,
8+ "gabled" : " Gabled" ,
9+ "skillion" : " Skillion" ,
10+ "hipped" : " Hipped" ,
11+ "half-hipped" : " Half-Hipped" ,
12+ "mansard" : " Mansard" ,
13+ "gambrel" : " Gambrel" ,
14+ "pyramidal" : " Pyramidal" ,
15+ "cone" : " Cone" ,
16+ "dome" : " Dome" ,
17+ "onion" : " Onion" ,
18+ "round" : " Round"
19+ }
20+ },
21+ "autoSuggestions" : true ,
22+ "customValues" : false
23+ }
Original file line number Diff line number Diff line change 1919 " not/name" ,
2020 " operator" ,
2121 " roof/colour" ,
22+ " roof/shape" ,
23+ " roof/height" ,
2224 " smoking" ,
2325 " wheelchair"
2426 ],
Original file line number Diff line number Diff line change 1717 " gnis/feature_id-US" ,
1818 " not/name" ,
1919 " operator" ,
20- " roof/colour"
20+ " roof/colour" ,
21+ " roof/shape" ,
22+ " roof/height"
2123 ],
2224 "geometry" : [
2325 " area"
Original file line number Diff line number Diff line change 66 " height" ,
77 " building/material" ,
88 " building/colour" ,
9- " roof/colour"
9+ " roof/colour" ,
10+ " roof/height" ,
11+ " roof/shape"
1012 ],
1113 "moreFields" : [
1214 " layer"
You can’t perform that action at this time.
0 commit comments