Created
August 3, 2024 19:21
-
-
Save elzii/49e71d2bd5c19a3ae84e57d146566a9c to your computer and use it in GitHub Desktop.
features_sd_counties.json
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", | |
"properties": { | |
"kind": "state", | |
"state": "CA" | |
}, | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"kind": "county", | |
"name": "San Diego", | |
"state": "CA" | |
}, | |
"geometry": { | |
"type": "MultiPolygon", | |
"coordinates": [ | |
[ | |
[ | |
[ -117.4770,33.5060 ], | |
[ -117.3620, 33.5060 ], | |
[ -117.2415, 33.4293 ], | |
[ -116.0858, 33.4238 ], | |
[ -116.1078, 32.6187 ], | |
[ -117.1265, 32.5366 ], | |
[ -117.1703, 32.6735 ], | |
[ -117.2470, 32.6680 ], | |
[ -117.2798, 32.8378 ], | |
[ -117.2524, 32.8980 ], | |
[ -117.3291, 33.1226 ], | |
[ -117.5044, 33.3362 ], | |
[ -117.5975, 33.3855 ], | |
[ -117.5811, 33.4512 ], | |
[ -117.5099, 33.4676 ], | |
[ -117.5099, 33.5060 ] | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment