Skip to content

Commit

Permalink
Merge pull request #380 from IGNF/fix/crs_load
Browse files Browse the repository at this point in the history
fix(ll:CRS): corrige nom du CRS -> LAMB93_5cm
  • Loading branch information
elias75015 authored Jun 5, 2024
2 parents ff1ca9f + 054f2e2 commit 5f36c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Leaflet/CRS/EPSG2154.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var EPSG2154 = {
var resolutions = [];
// resolutions issues de la configuration
if (Config.isConfigLoaded()) {
var o = Config.configuration.getTMSConf("LAMB93");
var o = Config.configuration.getTMSConf("LAMB93_5cm");
resolutions = o.nativeResolutions;
}

Expand Down

0 comments on commit 5f36c6e

Please sign in to comment.