Skip to content

Commit

Permalink
Corrige l'affichage de la carte du module de crise
Browse files Browse the repository at this point in the history
Change-Id: I1683f09dbef1a3bbe427c6d2aa026d6c2f9605ea
  • Loading branch information
Emilie Genton committed Jan 22, 2025
1 parent 536af38 commit 0a3dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-ng/src/components/OlMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export default {
})
this.proj = this.map.getView().getProjection()
this.epsg = 'EPSG:' + this.srid
switch(srid) {
switch(this.srid) {
case "2154":
proj4.defs(this.epsg, '+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs')
break;
Expand Down

0 comments on commit 0a3dfec

Please sign in to comment.