Skip to content

Commit

Permalink
release-sdk-3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Feb 15, 2022
2 parents 13a72e8 + 4d9ecab commit 1110de5
Show file tree
Hide file tree
Showing 13 changed files with 756 additions and 68 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# DEPENDENCIES (17/01/2022)

* [email protected].6
* [email protected].8
└── [email protected]

* [email protected].4
* [email protected].5
└── [email protected]

* "itowns"
Expand Down
10 changes: 3 additions & 7 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SDK Geoportail 2D/3D, version 3.3.7
# SDK Geoportail 2D/3D, version 3.3.8

**07/02/2022 : version 3.3.7**
**07/02/2022 : version 3.3.8**

> Release SDK Geoportail 2D/3D
## Summary

Corrections sur le centrage par geocodage et sur le rendu vecteur tuilé
* Mise à jour du package des Extensions OpenLayers en 3.2.8 ([release notes](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.2.8))

## Changelog

Expand All @@ -18,10 +18,6 @@ Corrections sur le centrage par geocodage et sur le rendu vecteur tuilé

* [Fixed]

- correction de la fonction de centrage par geocodage avec multiclés et autoconf local (#89)
- bug sur l'affichage du vecteur tuilé en superposition avec une autre couche (cf. <https://github.com/openlayers/openlayers/issues/9970>)

* [Deprecated]

* [Security]

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.3.7",
"date": "07/02/2022",
"SDK2DVersion": "3.3.7",
"SDK3DVersion": "3.3.7",
"version": "3.3.8",
"date": "11/02/2022",
"SDK2DVersion": "3.3.8",
"SDK3DVersion": "3.3.8",
"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 Expand Up @@ -72,8 +72,8 @@
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"fs-extra": "^9.0.0",
"geoportal-extensions-itowns": "2.3.4",
"geoportal-extensions-openlayers": "3.2.7",
"geoportal-extensions-itowns": "2.3.5",
"geoportal-extensions-openlayers": "3.2.8",
"handlebars": "^4.7.5",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^4.0.4",
Expand Down
4 changes: 2 additions & 2 deletions samples-src/resources/MAPBOX/styles/PLAN.IGN.GEOPORTAIL.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 8,
"name": "PLAN IGN",
"sprite": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/sprite/PlanIgn",
"sprite": "../resources/MAPBOX/styles/PlanIgn",
"sources": {
"plan_ign": {
"type": "vector",
Expand Down Expand Up @@ -8564,4 +8564,4 @@
}
}
]
}
}
Loading

0 comments on commit 1110de5

Please sign in to comment.