Skip to content

Commit

Permalink
Import Houston
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jan 14, 2025
1 parent 08ba763 commit 6c780bc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 36 additions & 0 deletions importer/config/us/houston/montrose.geojson
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}

0 comments on commit 6c780bc

Please sign in to comment.