Skip to content

Commit

Permalink
Permet de spécifier une URL dans le etude.json (couverture hydraulique)
Browse files Browse the repository at this point in the history
Issue: #193499
Change-Id: Ie10e6e75b4bb61864bac2638794d077952167ebb
  • Loading branch information
Emilie Genton committed Nov 3, 2023
1 parent 3695682 commit dfca314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client-ng/src/components/OlMap/Couches.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ export default {
// Création du fond de carte OpenStreetMap
createOSMLayer(layerDef) {
return new TileLayer({
source: new OSM(),
source: new OSM({
url: layerDef.url
}),
libelle: layerDef.libelle,
groupe: layerDef.groupe,
code: layerDef.id,
Expand Down

0 comments on commit dfca314

Please sign in to comment.