diff --git a/.gitignore b/.gitignore index 67d32960ec..2f806bb076 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,7 @@ data/system/us/anchorage data/system/us/bellevue data/system/us/beltsville data/system/us/detroit +data/system/us/houston data/system/us/lynnwood data/system/us/milwaukee data/system/us/missoula diff --git a/importer/config/us/houston/montrose.geojson b/importer/config/us/houston/montrose.geojson new file mode 100644 index 0000000000..c8448d3c5e --- /dev/null +++ b/importer/config/us/houston/montrose.geojson @@ -0,0 +1,36 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + [ + [ + -95.43636136022205, + 29.77754759808201 + ], + [ + -95.43636136022205, + 29.708736438180182 + ], + [ + -95.37260851610043, + 29.708736438180182 + ], + [ + -95.37260851610043, + 29.77754759808201 + ], + [ + -95.43636136022205, + 29.77754759808201 + ] + ] + ], + "type": "Polygon" + } + } + ] +}