Last active
May 20, 2022 18:59
-
-
Save elipousson/d68c281b53ddac901362db53acbf23c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#555555", | |
"fill-opacity": 0.5, | |
"label": "Jonathan Street area", | |
"name": "Jonathan Street area", | |
"city": "Hagerstown", | |
"county": "Washington County", | |
"state": "MD" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-77.72123336791991, | |
39.644246737816424 | |
], | |
[ | |
-77.72022485733032, | |
39.64550246324461 | |
], | |
[ | |
-77.71910905838013, | |
39.64499026220527 | |
], | |
[ | |
-77.71867454051971, | |
39.645603663807535 | |
], | |
[ | |
-77.71856188774109, | |
39.64564290480229 | |
], | |
[ | |
-77.71810859441757, | |
39.64623564764582 | |
], | |
[ | |
-77.71705448627472, | |
39.647516120067365 | |
], | |
[ | |
-77.71754264831543, | |
39.647761885448666 | |
], | |
[ | |
-77.71618813276291, | |
39.649412001813545 | |
], | |
[ | |
-77.71562218666077, | |
39.64956482661815 | |
], | |
[ | |
-77.71538615226746, | |
39.64998819086674 | |
], | |
[ | |
-77.71648585796356, | |
39.65035992319139 | |
], | |
[ | |
-77.71619617938995, | |
39.65117359697058 | |
], | |
[ | |
-77.71607279777527, | |
39.65150815041623 | |
], | |
[ | |
-77.7159333229065, | |
39.65192117712826 | |
], | |
[ | |
-77.71558463573456, | |
39.65259853559408 | |
], | |
[ | |
-77.7157723903656, | |
39.65275135335475 | |
], | |
[ | |
-77.71604597568512, | |
39.652895910385 | |
], | |
[ | |
-77.71671116352081, | |
39.65309415953494 | |
], | |
[ | |
-77.71732807159424, | |
39.653185023538626 | |
], | |
[ | |
-77.71781623363495, | |
39.653189153717804 | |
], | |
[ | |
-77.7188515663147, | |
39.65304459730074 | |
], | |
[ | |
-77.71950602531433, | |
39.652825697008055 | |
], | |
[ | |
-77.7198976278305, | |
39.65257375430375 | |
], | |
[ | |
-77.72128164768219, | |
39.65074817481869 | |
], | |
[ | |
-77.72123336791991, | |
39.64996340864073 | |
], | |
[ | |
-77.7220031619072, | |
39.64905885131064 | |
], | |
[ | |
-77.7222740650177, | |
39.64811297733519 | |
], | |
[ | |
-77.72233843803407, | |
39.64717122095821 | |
], | |
[ | |
-77.72374391555786, | |
39.6454528955679 | |
], | |
[ | |
-77.72123336791991, | |
39.644246737816424 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment