Skip to content

Commit

Permalink
Removing unused license attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
grischard committed Feb 6, 2020
1 parent 8d698e2 commit e84572e
Show file tree
Hide file tree
Showing 68 changed files with 4 additions and 81 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
jsonschema==2.6.0
pyyaml>=4.2b1
spdx_lookup==0.3.2
transifex-client==0.13.7
colorlog==3.1.4
requests==2.22.0
4 changes: 0 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
"no"
]
},
"license": {
"description": "The license for the imagery specified using a SPDX identifier, or 'COMMERCIAL'",
"type": "string"
},
"license_url": {
"description": "A URL for the license or permissions for the imagery",
"type": "string"
Expand Down
7 changes: 0 additions & 7 deletions scripts/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import io
from argparse import ArgumentParser
from jsonschema import validate, ValidationError, RefResolver, Draft4Validator
import spdx_lookup
import colorlog
import requests
import os
Expand Down Expand Up @@ -92,12 +91,6 @@ def dict_raise_on_duplicates(ordered_pairs):
## {z} instead of {zoom}
if '{z}' in source['properties']['url']:
raise ValidationError('{z} found instead of {zoom} in tile url')
if 'license' in source['properties']:
license = source['properties']['license']
if not spdx_lookup.by_id(license) and license != 'COMMERCIAL':
raise ValidationError('Unknown license %s' % license)
else:
logger.debug("{} has no license property".format(filename))

## Check for license url. Too many missing to mark as required in schema.
if 'license_url' not in source['properties']:
Expand Down
1 change: 0 additions & 1 deletion sources/asia/ph/Arenda-OAM.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"min_zoom": 16,
"max_zoom": 22,
"country_code": "PH",
"license": "CC-BY-4.0",
"best": true,
"permission_osm": "explicit"
},
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/Basemap.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"i18n": true,
"url": "https://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://basemap.at/#sec-nutzung",
"country_code": "AT",
"icon": "https://www.basemap.at/images/logo_basemap.jpg",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/BasemapOrthofoto.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"i18n": true,
"url": "https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://basemap.at/#sec-nutzung",
"country_code": "AT",
"icon": "https://www.basemap.at/images/logo_basemap.jpg",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/GeoimageatMaxRes.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@
"icon": "https://osmlab.github.io/editor-layer-index/sources/europe/at/GeoimageatMaxRes.png",
"id": "geoimage.at",
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "Geoimage.at MaxRes",
"permission_osm": "explicit",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/TirisContourlines.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"min_zoom": 15,
"url": "https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Hoehenschichtlinien_20m&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://www.tirol.gv.at/data/datenkatalog/geographie-und-planung/gelaende-tirol",
"country_code": "AT",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/TirisDGM-Terrainmodel.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"url": "https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Schummerung_Gelaendemodell&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://www.tirol.gv.at/data/datenkatalog/geographie-und-planung/gelaende-tirol",
"country_code": "AT",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/TirisDOM-Surfacemodel.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
"url": "https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Schummerung_Oberflaechenmodell&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://www.tirol.gv.at/data/datenkatalog/geographie-und-planung/gelaende-tirol",
"country_code": "AT",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/TirisOrthofoto.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"url": "https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Aktuell_RGB&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://www.data.gv.at/katalog/dataset/35691b6c-9ed7-4517-b4b3-688b0569729a",
"country_code": "AT",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/TirisOrthofotoCIR.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"url": "https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Aktuell_CIR&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://www.data.gv.at/katalog/dataset/35691b6c-9ed7-4517-b4b3-688b0569729a",
"country_code": "AT",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/ViennaBeschriftungen-annotations.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"max_zoom": 19,
"country_code": "AT",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"type": "tms",
"category": "map",
"icon": "https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"max_zoom": 19,
"country_code": "AT",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"type": "tms",
"category": "map",
"icon": "https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/ViennaOrthofoto-aerialimage.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"max_zoom": 19,
"country_code": "AT",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"type": "tms",
"category": "photo",
"icon": "https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISDGM-Terrainmodel.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "VoGIS: DGM (Terrain model)",
"permission_osm": "explicit",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISDOM-Surfacemodel.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "VoGIS: DOM (Surface model)",
"permission_osm": "explicit",
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISEchtfarbenbild2012.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "VoGIS: Echtfarbenbild 2012 (12cm)",
"permission_osm": "explicit",
"start_date": "2012",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISEchtfarbenbild2015.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "VoGIS: Echtfarbenbild 2015 (10cm)",
"permission_osm": "explicit",
"start_date": "2015",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISEchtfarbenbild2018.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "VoGIS: Echtfarbenbild 2018 (10cm)",
"permission_osm": "explicit",
"start_date": "2018",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISEchtfarbenbildWinter2015.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"name": "VoGIS: Echtfarbenbild Winter 2015 (20cm)",
"permission_osm": "explicit",
"start_date": "2015",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISFlchenwidmungsplan.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"available_projections": [
"EPSG:4326",
"EPSG:3857",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/VoGISLuftbilder.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@
"url": "https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"
},
"license_url": "http://data.vorarlberg.gv.at/ogd/nutzungsbedingungen/nutzungsbedingungen.htm",
"license": "CC-BY-3.0",
"available_projections": [
"EPSG:4326",
"EPSG:3857",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/at/basemapOverlay.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"i18n": true,
"url": "https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png",
"permission_osm": "explicit",
"license": "CC-BY-3.0",
"license_url": "https://basemap.at/#sec-nutzung",
"country_code": "AT",
"icon": "https://www.basemap.at/images/logo_basemap.jpg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@
"text": "\u00a9 OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",
"url": "https://openstreetmap.org/"
},
"license": "CC-BY-SA-4.0",
"license_url": "https://github.com/jbelien/openstreetmap-carto-be/wiki/Tile-Usage-Policy",
"category": "osmbasedmap",
"country_code": "BE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@
"text": "\u00a9 OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",
"url": "https://openstreetmap.org/"
},
"license": "CC-BY-SA-4.0",
"license_url": "https://github.com/jbelien/openstreetmap-carto-be/wiki/Tile-Usage-Policy",
"category": "osmbasedmap",
"country_code": "BE",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/be/OpenStreetMap-BelgianStyle.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@
"text": "\u00a9 OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",
"url": "https://openstreetmap.org/"
},
"license": "CC-BY-SA-4.0",
"license_url": "https://github.com/jbelien/openstreetmap-carto-be/wiki/Tile-Usage-Policy",
"category": "osmbasedmap",
"country_code": "BE",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/be/TECbuslines.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
"icon": "https://osmlab.github.io/editor-layer-index/sources/europe/be/TEC.png",
"id": "TEClines",
"name": "TEC bus lines",
"license": "CC-BY-4.0",
"license_url": "https://www.infotec.be/fr-be/minformer/opendata.aspx",
"overlay": true,
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/be/TECbusstops.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
"icon": "https://osmlab.github.io/editor-layer-index/sources/europe/be/TEC.png",
"id": "TECstops",
"name": "TEC bus stops",
"license": "CC-BY-4.0",
"license_url": "https://www.infotec.be/fr-be/minformer/opendata.aspx",
"overlay": true,
"type": "wms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/ch/CityofZrichOrthophoto2011.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"id": "Zuerich-aerial_2011",
"name": "City of Zürich Orthophoto 2011",
"type": "wms",
"license": "cc0-1.0",
"license_url": "https://data.stadt-zuerich.ch/dataset/geo_orthofoto_stadt_zuerich_2011",
"url": "https://www.gis.stadt-zuerich.ch/maps/services/wms/WMS-ZH-STZH-OGD/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Luftbild_2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"start_date": "2011",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"id": "Zuerich-overview",
"name": "City of Zürich Overview map (Steets, buildings, house numbers)",
"type": "wms",
"license": "cc0-1.0",
"license_url": "https://data.stadt-zuerich.ch/dataset/geo_uebersichtsplan_stadt_zuerich",
"url": "https://www.gis.stadt-zuerich.ch/maps/services/wms/WMS-ZH-STZH-OGD/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Uebersichtsplan&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"country_code": "CH",
Expand Down Expand Up @@ -102,4 +101,4 @@
]
]
}
}
}
3 changes: 1 addition & 2 deletions sources/europe/ch/NyonCity-Orthophoto-2016.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"text": "Ville de Nyon",
"required": false
},
"license": "COMMERCIAL",
"license_url": "https://wiki.openstreetmap.org/wiki/File:OSM_waiver_Nyon.pdf",
"permission_osm": "explicit",
"privacy_policy_url": "https://www.asitvd.ch/tarifs-conditions.html",
Expand Down Expand Up @@ -47,4 +46,4 @@
]
]
}
}
}
1 change: 0 additions & 1 deletion sources/europe/ch/StadtZuerichOrthophoto2011.geojson
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"type": "Feature",
"properties": {
"license": "cc0-1.0",
"license_url": "https://data.stadt-zuerich.ch/dataset/geo_orthofoto_stadt_zuerich_2011",
"description": "This imagery is provided via a proxy operated by https://sosm.ch/",
"privacy_policy_url": "https://sosm.ch/about/terms-of-service/",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/ch/StadtplanZrich.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"type": "Feature",
"properties": {
"license_url": "https://data.stadt-zuerich.ch/portal/de/index/ogd/nutzungsbedingungen.secure.html",
"license": "cc0-1.0",
"description": "This imagery is provided via a proxy operated by https://sosm.ch/",
"privacy_policy_url": "https://sosm.ch/about/terms-of-service/",
"id": "Zuerich-city_map",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/ch/UbersichtsplanZucrich.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"type": "Feature",
"properties": {
"license_url": "https://data.stadt-zuerich.ch/dataset/geo_uebersichtsplan_stadt_zuerich",
"license": "cc0-1.0",
"description": "This imagery is provided via a proxy operated by https://sosm.ch/",
"privacy_policy_url": "https://sosm.ch/about/terms-of-service/",
"id": "Zuerich-zh_uebersichtsplan-tms",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/de/Erlangen2011.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"EPSG:3857"
],
"url": "https://secure.erlangen.de/arcgiser/services/Luftbilder2011/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Erlangen_ratio10_5cm_gk4.jp2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"license": "CC-BY-3.0",
"license_url": "https://erlangen.maps.arcgis.com/home/item.html?id=f834ddb433a148c9b325e9075ad0df80",
"country_code": "DE",
"attribution": {
Expand Down
1 change: 0 additions & 1 deletion sources/europe/de/Erlangen2013.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
],
"url": "https://secure.erlangen.de/arcgiser/services/Luftbilder2013/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Erlangen_ratio5_6.25cm.jp2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"license_url": "https://erlangen.maps.arcgis.com/home/item.html?id=d8659c9277ed4ba291a82ec1f2de3035",
"license": "CC-BY-3.0",
"country_code": "DE",
"attribution": {
"text": "© Stadt Erlangen | © Aerowest GmbH",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/de/Erlangen2016.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"end_date": "2016-03-18",
"url": "https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2016/{zoom}/{x}/{y}.jpg",
"max_zoom": 21,
"license": "CC-BY-4.0",
"license_url": "https://erlangen.maps.arcgis.com/home/item.html?id=abab0a0c8a4c483290878068fe667a3a",
"country_code": "DE",
"attribution": {
Expand Down
1 change: 0 additions & 1 deletion sources/europe/de/Erlangen2018.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"end_date": "2018-04-09",
"url": "https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2018/{zoom}/{x}/{y}.jpg",
"max_zoom": 21,
"license": "CC-BY-4.0",
"license_url": "https://osm.rrze.fau.de/description-and-license-luftbild-erlangen-2018.html",
"permission_osm": "explicit",
"privacy_policy_url": "https://osm.rrze.fau.de/datenschutz/",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/hr/dgu-dof-2011.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"end_date": "2011",
"url": "https://geoportal.dgu.hr/services/dof/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=DOF5_2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "COMMERCIAL",
"license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html",
"privacy_policy_url": "https://geoportal.dgu.hr/#/menu/uvjeti-koristenja",
"country_code": "HR",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/hr/dgu-dof-2014-2016.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"end_date": "2016",
"url": "https://geoportal.dgu.hr/services/inspire/orthophoto_2014-2016/ows?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.OrthoImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "COMMERCIAL",
"license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html",
"privacy_policy_url": "https://geoportal.dgu.hr/#/menu/uvjeti-koristenja",
"country_code": "HR",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/hr/dgu-dof-2017.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"end_date": "2017",
"url": "https://geoportal.dgu.hr/services/inspire/orthophoto_2017/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.OrthoImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "COMMERCIAL",
"license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html",
"privacy_policy_url": "https://geoportal.dgu.hr/#/menu/uvjeti-koristenja",
"country_code": "HR",
Expand Down
1 change: 0 additions & 1 deletion sources/europe/hr/dgu-dof-2018.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"end_date": "2018",
"url": "https://geoportal.dgu.hr/services/inspire/orthophoto_2018/ows?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.OrthoImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "COMMERCIAL",
"license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html",
"privacy_policy_url": "https://geoportal.dgu.hr/#/menu/uvjeti-koristenja",
"country_code": "HR",
Expand Down
3 changes: 1 addition & 2 deletions sources/europe/hr/dgu-hok.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"end_date": "2009",
"url": "https://geoportal.dgu.hr/services/hok/ows?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=HOK5&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "COMMERCIAL",
"license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html",
"privacy_policy_url": "https://geoportal.dgu.hr/#/menu/uvjeti-koristenja",
"country_code": "HR",
Expand Down Expand Up @@ -1870,4 +1869,4 @@
]
]
}
}
}
1 change: 0 additions & 1 deletion sources/europe/hr/dgu-topo-100.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"end_date": "1984",
"url": "https://geoportal.dgu.hr/services/tk/ows?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=tk:TK100&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",
"permission_osm": "explicit",
"license": "COMMERCIAL",
"license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html",
"privacy_policy_url": "https://geoportal.dgu.hr/#/menu/uvjeti-koristenja",
"country_code": "HR",
Expand Down
Loading

0 comments on commit e84572e

Please sign in to comment.