Skip to content

Commit

Permalink
maj version
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 17, 2024
1 parent e54d1c8 commit a3012fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geoportal-access-lib",
"version": "3.4.3",
"date": "21/08/2024",
"version": "3.4.4",
"date": "17/11/2024",
"description": "French Geoportal resources access library",
"module": "src/Gp.js",
"main": "dist/GpServices-src.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Config/ConfigInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ ConfigInterface.prototype = {
}

params.version = layerConf.serviceParams.version;
params.format = (layerConf.formats && layerConf.formats.length) ? layerConf.formats[0].name : "";
params.format = (layerConf.formats && layerConf.formats.length) ? layerConf.formats[0].name : "";
params.projection = layerConf.defaultProjection;

// get layer info and constraints
Expand Down

0 comments on commit a3012fe

Please sign in to comment.