Skip to content

Commit

Permalink
Formatting - Add missing space character elsewhere (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 authored Nov 23, 2023
1 parent 13e72c5 commit bba001d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sources/europe/de/viersen_alkis.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ALKIS Kreis Viersen",
"type": "wms",
"url": "https://gdi-niederrhein-geodienste.de/flurkarte_verb_sammeldienst/service?VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=FlurkarteAdV_Viersen&STYLES=&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png",
"min_zoom":16,
"min_zoom": 16,
"license_url": "https://www.govdata.de/dl-de/zero-2-0",
"privacy_policy_url": "https://www.krzn.de/datenschutzerklaerung",
"id": "viersen_alkis_wms",
Expand Down Expand Up @@ -149,4 +149,4 @@
]
]
}
}
}
6 changes: 3 additions & 3 deletions sources/oceania/au/act/ACTmapi-Imagery202112.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"attribution": {
"url": "http://actmapi.act.gov.au/terms.html",
"text": "Aerial Imagery from ACTMapi ©ACT Government and MetroMap",
"required":true
"required": true
},
"license_url": "https://osmlab.github.io/editor-layer-index/sources/oceania/au/act/ACTmapi-Imagery.PDF",
"privacy_policy_url": "https://www.planning.act.gov.au/about-us/privacy",
Expand All @@ -16,12 +16,12 @@
"url": "https://data4.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202112gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}",
"start_date": "2021-12",
"end_date": "2021-12",
"max_zoom":21,
"max_zoom": 21,
"country_code": "AU",
"type": "wms",
"icon": "https://actmapi.act.gov.au/img/apple-touch-icon.png",
"category": "photo",
"min_zoom":5
"min_zoom": 5
},
"geometry": {
"type": "Polygon",
Expand Down

0 comments on commit bba001d

Please sign in to comment.