File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
importer/config/us/houston Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ data/system/us/anchorage
118118data /system /us /bellevue
119119data /system /us /beltsville
120120data /system /us /detroit
121+ data /system /us /houston
121122data /system /us /lynnwood
122123data /system /us /milwaukee
123124data /system /us /missoula
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " FeatureCollection" ,
3+ "features" : [
4+ {
5+ "type" : " Feature" ,
6+ "properties" : {},
7+ "geometry" : {
8+ "coordinates" : [
9+ [
10+ [
11+ -95.43636136022205 ,
12+ 29.77754759808201
13+ ],
14+ [
15+ -95.43636136022205 ,
16+ 29.708736438180182
17+ ],
18+ [
19+ -95.37260851610043 ,
20+ 29.708736438180182
21+ ],
22+ [
23+ -95.37260851610043 ,
24+ 29.77754759808201
25+ ],
26+ [
27+ -95.43636136022205 ,
28+ 29.77754759808201
29+ ]
30+ ]
31+ ],
32+ "type" : " Polygon"
33+ }
34+ }
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments