Skip to content

Commit ae44f9b

Browse files
committed
Fixed start/end dates don't make really make sense
All three products are continously updated, the terrain ones in a six year cycle the orthofoto faster. Making the start and end dates quite meaningless outside of a rough indication from when the data is. Maybe it would be a better idea to allow specification of an "update_cycle" value, which would allow the user at least to determine the maximum age of the imagery they are using.
1 parent 2316f95 commit ae44f9b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

sources/europe/ch/swisstopo_swissalti_hillshade.geojson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"country_code": "CH",
1212
"best": false,
1313
"icon": "https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg",
14-
"start_date": "2012",
15-
"end_date": "2019",
14+
"start_date": "2018",
15+
"end_date": "2024",
1616
"category": "elevation",
1717
"max_zoom": 18,
1818
"attribution": {

sources/europe/ch/swisstopo_swissimage.geojson

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"best": true,
1313
"icon": "https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg",
1414
"start_date": "2017",
15-
"end_date": "2020",
1615
"category": "photo",
1716
"available_projections": [
1817
"EPSG:2056",

sources/europe/ch/swisstopo_swisssurface_hillshade.geojson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"country_code": "CH",
1212
"best": false,
1313
"icon": "https://upload.wikimedia.org/wikipedia/commons/b/b4/Coat_of_Arms_of_Switzerland_%28Pantone%29.svg",
14-
"start_date": "2017",
15-
"end_date": "2019",
14+
"start_date": "2024",
15+
"end_date": "2030",
1616
"max_zoom": 18,
1717
"category": "elevation",
1818
"attribution": {

0 commit comments

Comments
 (0)