Skip to content

Commit

Permalink
Fix ACC 2018 (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 authored Sep 4, 2023
1 parent 37a7adc commit 24324b4
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"type": "Feature",
"properties": {
"id": "2018_Ortho_Imagery",
"name": "2018 Ortho Imagery",
"category": "photo",
"id": "ACC_2018",
"name": "Athens-Clarke County Imagery (2018)",
"category": "historicphoto",
"type": "tms",
"url": "https://tiles.arcgis.com/tiles/xSEULKvB31odt3XQ/arcgis/rest/services/2018_Ortho_Imagery/MapServer/tile/{zoom}/{y}/{x}",
"country_code": "US",
"best": true,
"min_zoom": 8,
"max_zoom": 20,
"attribution": {
Expand All @@ -16,10 +15,10 @@
"required": true
},
"valid-georeference": true,
"start_date": "2019",
"end_date": "2021",
"license_url": "https://github.com/osmlab/editor-layer-index/blob/f84f4de554874da984994c693895a8350a23e6b2/sources/north-america/us/ga/OSM_Imagery_Waiver_signed.pdf",
"privacy_policy_url": "https://data-athensclarke.opendata.arcgis.com/"
"start_date": "2017",
"end_date": "2018",
"license_url": "https://osmlab.github.io/editor-layer-index/sources/north-america/us/ga/OSM_Imagery_Waiver_signed.pdf",
"privacy_policy_url": "https://www.esri.com/en-us/privacy/overview"
},
"geometry": {
"type": "Polygon",
Expand Down

0 comments on commit 24324b4

Please sign in to comment.