Skip to content

Commit

Permalink
adds hrva
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahadkins committed Oct 21, 2018
1 parent e951f7c commit 564f55b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/north-america/united_states/hrva.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "Feature",
"id": "hrva",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-76.8548583984375, 36.53391577198655],
[-75.81939697265625, 36.53391577198655],
[-75.81939697265625, 37.35487607348372],
[-76.8548583984375, 37.35487607348372],
[-76.8548583984375, 36.53391577198655]
]
]
}
}
11 changes: 11 additions & 0 deletions resources/north-america/united_states/maptimehrva-twitter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "MaptimeHRVA-twitter",
"featureId": "hrva",
"type": "twitter",
"name": "MaptimeHRVA Twitter",
"countryCodes": ["us"],
"languageCodes": ["en"],
"description": "Follow us on Twitter at {url}",
"url": "https://twitter.com/maptimehrva",
"contacts": [{"name": "Jonah Adkins", "email": "jonahadkins@gmail.com"}]
}

0 comments on commit 564f55b

Please sign in to comment.