Skip to content

Commit

Permalink
Merge pull request #14 from benbalter/old
Browse files Browse the repository at this point in the history
Add Old Ebbitt Grill
  • Loading branch information
benbalter committed Feb 12, 2014
2 parents 4e665dd + dace57e commit 5732054
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions bars.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"type": "Point",
"coordinates": [
-77.097225,
38.8859
]
Expand Down Expand Up @@ -181,6 +181,22 @@
38.91535424264446
]
}
},
{
"type": "Feature",
"properties": {
"marker-symbol": "bar",
"name": "Old Ebbitt",
"address": "675 15th St NW",
"note": "Ask the bartender for the WiFi password"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.033644,
38.898077
]
}
}
]
}

0 comments on commit 5732054

Please sign in to comment.