Skip to content

Commit

Permalink
Corrige l'affichage de la couverture hydraulique et du module de crise
Browse files Browse the repository at this point in the history
Issue: #238511
Change-Id: I8278464b89f2ed53e1fe3e9414ef0cfc669f70fc
  • Loading branch information
Emilie Genton committed Jan 13, 2025
1 parent aa84a85 commit ccae283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-ng/src/components/OlMap/OlMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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 ccae283

Please sign in to comment.