Last active
October 4, 2019 22:30
-
-
Save davcs86/e1226bef8d810a817b0cbd6d02817bc3 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": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.464599609375, | |
37.622933594900864 | |
], | |
[ | |
-122.45361328124999, | |
36.30627216957992 | |
], | |
[ | |
-120.80566406250001, | |
36.89719446989036 | |
], | |
[ | |
-120.76171875, | |
37.83148014503288 | |
], | |
[ | |
-122.15698242187499, | |
37.91820111976663 | |
], | |
[ | |
-122.464599609375, | |
37.622933594900864 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-121.981201171875, | |
38.496593518947584 | |
], | |
[ | |
-121.717529296875, | |
37.37015718405753 | |
], | |
[ | |
-120.245361328125, | |
37.43997405227057 | |
], | |
[ | |
-119.718017578125, | |
38.09133660751176 | |
], | |
[ | |
-120.11352539062499, | |
38.556757147352215 | |
], | |
[ | |
-121.981201171875, | |
38.496593518947584 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#df3a3b", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#555555", | |
"fill-opacity": 0.5 | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-120.08056640625, | |
37.046408899699564 | |
], | |
[ | |
-119.33349609375, | |
37.43997405227057 | |
], | |
[ | |
-119.42138671875, | |
38.659777730712534 | |
], | |
[ | |
-122.05810546875, | |
39.884450178234395 | |
], | |
[ | |
-123.72802734375, | |
37.45741810262938 | |
], | |
[ | |
-120.08056640625, | |
37.046408899699564 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment