Created
March 15, 2026 12:53
-
-
Save rubenreyes2000/85d35eaf7bf9bdf2da7a40d288a3fd99 to your computer and use it in GitHub Desktop.
geojson-aupair-10mi-philly
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": { | |
| "name": "Merged Polygon", | |
| "stroke": "rgba(34, 50, 82, 1)", | |
| "stroke-width": 2, | |
| "stroke-opacity": 1, | |
| "fill": "rgba(176, 199, 232, 1)", | |
| "fill-opacity": 0.4 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -75.41542046066758, | |
| 40.09482192513289 | |
| ], | |
| [ | |
| -75.38818146258754, | |
| 40.04422147800864 | |
| ], | |
| [ | |
| -75.3295258, | |
| 40.0120672 | |
| ], | |
| [ | |
| -75.2693511016573, | |
| 39.980250715877446 | |
| ], | |
| [ | |
| -75.20463320261561, | |
| 40.010878454374534 | |
| ], | |
| [ | |
| -74.95551674234689, | |
| 40.145230829209225 | |
| ], | |
| [ | |
| -75.08795401256805, | |
| 40.25468748610268 | |
| ], | |
| [ | |
| -75.17570312317008, | |
| 40.27694562368788 | |
| ], | |
| [ | |
| -75.29015722878624, | |
| 40.25491900471454 | |
| ], | |
| [ | |
| -75.34757220470229, | |
| 40.202075764570765 | |
| ], | |
| [ | |
| -75.41542046066758, | |
| 40.09482192513289 | |
| ] | |
| ] | |
| ] | |
| }, | |
| "id": 0 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment