Skip to content

Commit

Permalink
wip : updated data layers attribution #395
Browse files Browse the repository at this point in the history
  • Loading branch information
melanielassarade committed Oct 24, 2024
1 parent dc03e0d commit 72310a7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions api/config/layers/basemap/ign-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
],
iconUrl: 'https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&STYLE=normal&FORMAT=image/png&TILEMATRIXSET=PM&TILEMATRIX=9&TILEROW=187&TILECOL=260',
icon: 'streetview',
attribution: 'IGN Plan © <a href="https://ign.fr">IGN</a> contributors, <a href="https://www.ign.fr/conditions-generales-utilisation">CC BY 4.0</a> license',
attribution: 'IGN Plan © <a href="https://ign.fr">IGN</a>, <a href="https://www.ign.fr/conditions-generales-utilisation">CC BY 4.0</a> license',
type: 'BaseLayer',
leaflet: {
type: 'tileLayer',
Expand Down Expand Up @@ -60,7 +60,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
],
iconUrl: 'https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&STYLE=normal&FORMAT=image/jpeg&TILEMATRIXSET=PM&TILEMATRIX=9&TILEROW=187&TILECOL=260',
icon: 'satellite',
attribution: 'IGN Imagery © <a href="https://ign.fr">IGN</a> contributors, <a href="https://www.ign.fr/conditions-generales-utilisation">CC BY 4.0</a> license',
attribution: 'IGN Imagery © <a href="https://ign.fr">IGN</a>, <a href="https://www.ign.fr/conditions-generales-utilisation">CC BY 4.0</a> license',
type: 'BaseLayer',
leaflet: {
type: 'tileLayer',
Expand Down
2 changes: 1 addition & 1 deletion api/config/layers/basemap/osm-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
],
iconUrl: `${tmsUrl}/osm-dark@GLOBAL_WEBMERCATOR/0/0/0.png`,
icon: 'streetview',
attribution: 'OpenMapTiles © <a href="https://openmaptiles.com">OpenMapTiles</a> & OpenStreetMap © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors',
attribution: 'OpenStreetMap © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors',
type: 'BaseLayer',
leaflet: {
type: 'tileLayer',
Expand Down
4 changes: 2 additions & 2 deletions api/config/layers/infrastructure/centipede-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
]
}
}],
attribution: 'CENTIPEDE Base © <a href="https://docs.centipede.fr/">Réseau Centipede RTK</a>',
attribution: 'Base Centipede © <a href="https://docs.centipede.fr/">CentipedeRTK</a>',
type: 'OverlayLayer',
service: 'centipede-pings',
dbName: (process.env.DATA_DB_URL ? 'data' : undefined),
Expand Down Expand Up @@ -208,7 +208,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
]
}
}],
attribution: "CENTIPEDE Buffer © <a href='https://docs.centipede.fr/'>Centipede</a>",
attribution: "Couverture Centipede © <a href='https://docs.centipede.fr/'>CentipedeRTK</a>",
type: 'OverlayLayer',
leaflet: {
type: 'kanvasLayer',
Expand Down
2 changes: 1 addition & 1 deletion api/config/layers/infrastructure/rte-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
]
}
},
attribution: "RTE © <a href='https://opendata.reseaux-energies.fr/'>ODRÉ</a> contributors",
attribution: "RTE © <a href='https://opendata.reseaux-energies.fr/'>ODRÉ</a>",
type: 'OverlayLayer',
service: 'rte-generation',
dbName: (process.env.DATA_DB_URL ? 'data' : undefined),
Expand Down
4 changes: 2 additions & 2 deletions api/config/layers/lab/lab-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
tags: [
'lab', 'measure'
],
attribution: 'Global Smart Rescue',
attribution: 'Global Smart Rescue © <a href="https://globalsmartrescue.com/">Global Smart Rescue</a> contributors',
type: 'OverlayLayer',
service: 'lab-measurements',
dbName: (process.env.DATA_DB_URL ? 'data' : undefined),
Expand Down Expand Up @@ -287,7 +287,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
tags: [
'lab', 'measure'
],
attribution: 'Global Smart Rescue',
attribution: 'Global Smart Rescue © <a href="https://globalsmartrescue.com/">Global Smart Rescue</a> contributors',
type: 'OverlayLayer',
service: 'lab-measurements',
dbName: (process.env.DATA_DB_URL ? 'data' : undefined),
Expand Down
2 changes: 1 addition & 1 deletion api/config/layers/radioactivity/teleray-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
]
}
}],
attribution: 'Teleray © <a href="https://irsn.fr/">IRSN</a> contributors',
attribution: 'Teleray © <a href="https://irsn.fr/">IRSN</a>',
type: 'OverlayLayer',
service: 'teleray-measurements',
dbName: (process.env.DATA_DB_URL ? 'data' : undefined),
Expand Down
8 changes: 4 additions & 4 deletions api/config/layers/weather/forecast-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
tags: [
'weather', 'forecast'
],
attribution: 'Forecast © <a href="http://www.meteofrance.com">Météo-France</a>',
attribution: 'GFS © <a href="https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-forcast-system-gfs">NOAA</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=130&id_rubrique=51">ARPEGE</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=131&id_rubrique=51">AROME</a> © <a href="https://donneespubliques.meteofrance.fr/">Météo-France</a>',
type: 'OverlayLayer',
variables: [
{
Expand Down Expand Up @@ -151,7 +151,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
tags: [
'weather', 'forecast'
],
attribution: 'Forecast © <a href="http://www.meteofrance.com">Météo-France</a>',
attribution: 'GFS © <a href="https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-forcast-system-gfs">NOAA</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=130&id_rubrique=51">ARPEGE</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=131&id_rubrique=51">AROME</a> © <a href="https://donneespubliques.meteofrance.fr/">Météo-France</a>',
type: 'OverlayLayer',
variables: [
{
Expand Down Expand Up @@ -246,7 +246,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
tags: [
'weather', 'forecast'
],
attribution: 'Forecast © <a href="http://www.meteofrance.com">Météo-France</a>',
attribution: 'GFS © <a href="https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-forcast-system-gfs">NOAA</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=130&id_rubrique=51">ARPEGE</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=131&id_rubrique=51">AROME</a> © <a href="https://donneespubliques.meteofrance.fr/">Météo-France</a>',
type: 'OverlayLayer',
variables: [
{
Expand Down Expand Up @@ -341,7 +341,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
tags: [
'weather', 'forecast'
],
attribution: 'Forecast © <a href="http://www.meteofrance.com">Météo-France</a>',
attribution: 'GFS © <a href="https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-forcast-system-gfs">NOAA</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=130&id_rubrique=51">ARPEGE</a>, <a href="https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=131&id_rubrique=51">AROME</a> © <a href="https://donneespubliques.meteofrance.fr/">Météo-France</a>',
type: 'OverlayLayer',
variables: [
{
Expand Down

0 comments on commit 72310a7

Please sign in to comment.