Skip to content

Commit

Permalink
Merge pull request #219 from transitland/fix-bart-convex-hull
Browse files Browse the repository at this point in the history
Fix BART initial convex hull
  • Loading branch information
drewda committed Nov 7, 2015
2 parents 2542645 + 07b81f3 commit 61c338d
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions db/sample-changesets/bart.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,56 @@
"onestopId": "o-9q9-bart",
"name": "Bay Area Rapid Transit",
"short_name": "BART",
"identifiedBy": ["usntd://9003"],
"identifiedBy": [
"usntd://9003"
],
"country": "United States",
"state": "California",
"metro": "San Francisco Bay Area",
"timezone": "America/Los_Angeles",
"website": "http://www.bart.gov/",
"geometry": {
"type": "Polygon",
"coordinates": [[[-121.56649700000001,37.00360599999999],[-122.23195700000001,37.48541199999998],[-122.38665999999999,37.599786999999985],[-122.412018,37.63110599999998],[-122.39432299999996,37.77643899999997],[-121.65072100000002,37.12908099999998],[-121.61080899999999,37.085774999999984],[-121.56649700000001,37.00360599999999]]]
"coordinates": [
[
[
-121.97640000000001,
37.557354999999994
],
[
-122.38665999999999,
37.599786999999985
],
[
-122.46623299999997,
37.684638000000014
],
[
-122.4690807,
37.70612055
],
[
-122.35316500000002,
37.936887
],
[
-122.024597,
38.00327499999998
],
[
-121.945154,
38.018913999999995
],
[
-121.900367,
37.701694999999994
],
[
-121.97640000000001,
37.557354999999994
]
]
]
}
}
},
Expand Down

0 comments on commit 61c338d

Please sign in to comment.