-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Cook County 2024 imagery (#2597)
- Loading branch information
1 parent
bc019c3
commit 5a21f57
Showing
1 changed file
with
186 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"id": "Cook_IL_2024", | ||
"attribution": { | ||
"url": "https://hub-cookcountyil.opendata.arcgis.com/", | ||
"text": "Cook County GIS", | ||
"required": true | ||
}, | ||
"name": "Cook County Orthoimagery 2024", | ||
"icon": "https://www.cookcountyil.gov/sites/g/files/ywwepo161/files/cook_county_logo_0.png", | ||
"url": "https://gis.cookcountyil.gov/imagery/rest/services/CookOrtho2024/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}", | ||
"max_zoom": 19, | ||
"license_url": "https://wiki.openstreetmap.org/wiki/Illinois/Cook_Central", | ||
"permission_osm": "explicit", | ||
"country_code": "US", | ||
"type": "wms", | ||
"available_projections": [ | ||
"CRS:84", | ||
"EPSG:3435", | ||
"EPSG:3857", | ||
"EPSG:4326" | ||
], | ||
"start_date": "2023", | ||
"end_date": "2023", | ||
"description": "4-Band aerial imagery flown in 2023 for Cook County, Illinois at 6 inch pixel resolution", | ||
"category": "photo", | ||
"valid-georeference": true, | ||
"privacy_policy_url": "https://cookcountyil.gov/privacy-policy/" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-87.50067474604, | ||
41.45475689652 | ||
], | ||
[ | ||
-87.49767067194, | ||
41.68776795083 | ||
], | ||
[ | ||
-87.51520174026, | ||
41.73161125051 | ||
], | ||
[ | ||
-87.59708421707, | ||
41.82582799901 | ||
], | ||
[ | ||
-87.59605424881, | ||
41.88783809285 | ||
], | ||
[ | ||
-87.62952821732, | ||
41.96306433878 | ||
], | ||
[ | ||
-87.65905397415, | ||
42.04534106094 | ||
], | ||
[ | ||
-87.67862337112, | ||
42.08013311189 | ||
], | ||
[ | ||
-87.72342699051, | ||
42.1089208978 | ||
], | ||
[ | ||
-87.77464629292, | ||
42.17679414713 | ||
], | ||
[ | ||
-88.25680019617, | ||
42.17811398893 | ||
], | ||
[ | ||
-88.25680019617, | ||
42.17127599719 | ||
], | ||
[ | ||
-88.26602699518, | ||
42.17124419085 | ||
], | ||
[ | ||
-88.266134305, | ||
42.08892359333 | ||
], | ||
[ | ||
-88.28458790302, | ||
42.07519574519 | ||
], | ||
[ | ||
-88.29372887135, | ||
42.07519574519 | ||
], | ||
[ | ||
-88.29380124941, | ||
41.98603287018 | ||
], | ||
[ | ||
-88.28459592819, | ||
41.98603188828 | ||
], | ||
[ | ||
-88.28458788157, | ||
41.96548940334 | ||
], | ||
[ | ||
-87.94450523615, | ||
41.96480334311 | ||
], | ||
[ | ||
-87.94590000629, | ||
41.73161115443 | ||
], | ||
[ | ||
-87.97353748798, | ||
41.71107890112 | ||
], | ||
[ | ||
-88.0467939806, | ||
41.71133519432 | ||
], | ||
[ | ||
-88.05593499184, | ||
41.70457515129 | ||
], | ||
[ | ||
-88.05636414528, | ||
41.62910886605 | ||
], | ||
[ | ||
-88.03808220863, | ||
41.61531405139 | ||
], | ||
[ | ||
-87.93748864174, | ||
41.61499320664 | ||
], | ||
[ | ||
-87.93783196449, | ||
41.54642419097 | ||
], | ||
[ | ||
-87.9288197422, | ||
41.53248319808 | ||
], | ||
[ | ||
-87.81928897977, | ||
41.53209763393 | ||
], | ||
[ | ||
-87.81985764027, | ||
41.45665456894 | ||
], | ||
[ | ||
-87.801747365, | ||
41.44279075001 | ||
], | ||
[ | ||
-87.55557418942, | ||
41.4414234835 | ||
], | ||
[ | ||
-87.55546690106, | ||
41.4482674492 | ||
], | ||
[ | ||
-87.50988008738, | ||
41.44793774102 | ||
], | ||
[ | ||
-87.50977279902, | ||
41.45483730681 | ||
], | ||
[ | ||
-87.50067474604, | ||
41.45475689652 | ||
] | ||
] | ||
] | ||
} | ||
} |