Skip to content

Commit

Permalink
release-3.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Feb 2, 2023
2 parents 182b4ae + 767ea02 commit a902a6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@
## Summary

Corrections diverses et Maj des extensions
hotfix sur l'enregistrement et l'affichage des labels des KML

## Changelog

* [Added]

- Possibilité de charger un KML, GPX ou GeoJSON directement avec les données sans passer par une URL en utilisant l'option *layerOptions:data* (1f3f5ca85638cea5e36440cdefcdb970b221e0f0)

* [Changed]

- Mise à jour des extensions (38bcdb2cba387e186d8f9a8edcdefc207d4017ce)

* [Removed]

* [Fixed]

- Fix sur le centrage par geocodage pour Itowns (da5c02c547d81c68bd49d2ff4ea5c4f347b89985)
- option showPointNames selon choix utilisateur (ac712102a27865904bedc01bedb86e68cdc0b155)

* [Deprecated]

Expand Down
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.21",
"date": "18/01/2023",
"SDK2DVersion": "3.3.21",
"SDK3DVersion": "3.3.21",
"version": "3.3.22",
"date": "02/02/2023",
"SDK2DVersion": "3.3.22",
"SDK3DVersion": "3.3.22",
"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
2 changes: 1 addition & 1 deletion src/OpenLayers/OlMapLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ OlMap.prototype._addVectorLayer = function (layerObj) {
url : this.setProxy(layerOpts.url),
format : new Ol.format.KMLExtended({
extractStyles : layerOpts.extractStyles,
showPointNames : false
showPointNames : layerOpts.showPointNames
})
});
} else if (layerOpts.data) {
Expand Down

0 comments on commit a902a6c

Please sign in to comment.