Skip to content

Commit

Permalink
release-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Nov 4, 2021
2 parents 4e48873 + 581ed3d commit 9e56c0b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
15 changes: 8 additions & 7 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
# SDK Geoportail 2D/3D, version 3.2.0
# SDK Geoportail 2D/3D, version 3.3.0

**03/08/2021 : version 3.2.0**
**04/11/2021 : version 3.3.0**

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

* Upgrade d'OpenLayers et des extensions geoportail
* Upgrade des extensions geoportail pour utilisation de l'itinéraire v2

## Changelog

* [Added]

* [Changed]

- geoportal-extensions-openlayers@3.1.0
- openlayers@6.3.1
- itowns 2.33
- geoportal access lib 3.0.1 (#84)
- extension geoportail pour openlayers 3.1.0 (#84)

* [Removed]

* [Fixed]


- correction sur l'affichage des ponctuels sur les KML / GPX en 3D (#85)

* [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.2.0",
"date": "03/08/2021",
"SDK2DVersion": "3.2.0",
"SDK3DVersion": "3.2.0",
"version": "3.3.0",
"date": "04/11/2021",
"SDK2DVersion": "3.3.0",
"SDK3DVersion": "3.3.0",
"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/Itowns/ItMapLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ ItMap.prototype._addVectorLayer = function (layerObj) {
var vectorLayerOptions = {
name : layer.id,
transparent : true,
addLabelLayer : true,
crs : "EPSG:4326",
source : layer.source
};
Expand Down

0 comments on commit 9e56c0b

Please sign in to comment.