Skip to content

Commit

Permalink
release sdk 3.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Apr 13, 2022
2 parents 29d86c8 + b90a059 commit 1cd3266
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Summary

Mise à jour du package des Extensions OpenLayers en 3.2.11 ([release notes](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.2.11))
Correctif mineur sur le passage de l'option "projection"

## Changelog

Expand All @@ -18,6 +18,8 @@ Mise à jour du package des Extensions OpenLayers en 3.2.11 ([release notes](htt

* [Fixed]

- passage du paramètre projection lors de l'ajout d'une couche 2D (https://github.com/IGNF/geoportal-sdk/pull/93)

* [Deprecated]

* [Security]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.3.12",
"date": "31/03/2022",
"SDK2DVersion": "3.3.12",
"SDK3DVersion": "3.3.12",
"version": "3.3.13",
"date": "13/04/2022",
"SDK2DVersion": "3.3.13",
"SDK3DVersion": "3.3.13",
"description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js",
"module": "src/SDK2D.js, src/SDK3D.js",
Expand Down
1 change: 1 addition & 0 deletions src/OpenLayers/OlMapLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ OlMap.prototype._addRasterLayer = function (layerObj) {
format : layerOpts.outputFormat,
version : layerOpts.version,
style : layerOpts.styleName,
projection : layerOpts.projection,
tileGrid : new WMTSTileGrid({
origin : [
layerOpts.topLeftCorner.x,
Expand Down

0 comments on commit 1cd3266

Please sign in to comment.