Skip to content

Commit

Permalink
release itowns-2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Aug 4, 2023
2 parents 75ded1d + 27836eb commit bd07a71
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 36 deletions.
9 changes: 1 addition & 8 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@




# Extension Geoportail OpenLayers, version __VERSION__

**__DATE__**
> Release Extension Geoportail openlayers
## Summary

Correctifs sur le layerSwitcher et le profil Altimétrique. Mise à jour de la bibliothèque d'accès aux services Géoportail.

## Changelog

* [Added]

* [Changed]

- access-lib 3.3.3 (#369)

* [Deprecated]

* [Removed]

* [Fixed]

- ajout couche ol au LS avec userId (#369)
- fix méthode clean profil alti (8f393fa96491444d99fdd6fe0c3b354ea3dd21ef)
- fix gestion multiples profils alti (f71ffd85ddff26a82534d81a88033464ed6a8b17
)
* [Security]

---
Expand Down
Binary file not shown.
Binary file not shown.
54 changes: 27 additions & 27 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"peerDependencies" : {},
"author" : "IGNF",
"bugs" : {},
"main" : "dist/GpPluginItowns-src.js",
"description" : "French Geoportal Extensions for iTowns",
"date" : "21/07/2023",
"bundleDependencies" : [],
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"devDependencies" : {},
"name" : "geoportal-extensions-itowns",
"version" : "2.4.2",
"bundleDependencies" : [],
"version" : "2.4.3",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"module" : "src/Itowns/index.js",
"peerDependencies" : {},
"devDependencies" : {},
"bugs" : {},
"directories" : {},
"main" : "dist/GpPluginItowns-src.js",
"dependencies" : {
"xmldom" : "^0.1.27",
"three" : "0.137.5",
"loglevel" : "1.6.7",
"node-fetch" : "^2.6.1",
"itowns" : "2.38.2",
"sortablejs" : "1.14.0",
"three" : "0.137.5",
"geoportal-access-lib" : "3.3.3",
"loglevel" : "1.6.7",
"xmldom" : "^0.1.27",
"proj4" : "2.7.5",
"geoportal-access-lib" : "3.3.3"
"node-fetch" : "^2.6.1"
},
"license" : "CECILL-B",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"description" : "French Geoportal Extensions for iTowns",
"types" : "src/Itowns/index.d.ts",
"scripts" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"directories" : {}
"date" : "04/08/2023",
"license" : "CECILL-B",
"name" : "geoportal-extensions-itowns",
"module" : "src/Itowns/index.js"
}
33 changes: 33 additions & 0 deletions doc/CHANGELOG-openlayers.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail OpenLayers, version 3.3.2](#extension-geoportail-openlayers-version-332)
* [Summary](#summary-48)
* [Changelog](#changelog-45)
- [Extension Geoportail OpenLayers, version 3.3.3](#extension-geoportail-openlayers-version-333)
* [Summary](#summary-49)
* [Changelog](#changelog-46)

<!-- tocstop -->

Expand Down Expand Up @@ -1855,3 +1858,33 @@ Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* et ajout de methodes
* [Security]
---
# Extension Geoportail OpenLayers, version 3.3.3
**04/08/2023**
> Release Extension Geoportail openlayers
## Summary
Correctifs sur le layerSwitcher et le profil Altimétrique. Mise à jour de la bibliothèque d'accès aux services Géoportail.

## Changelog

* [Added]

* [Changed]

- access-lib 3.3.3 (#369)

* [Deprecated]

* [Removed]

* [Fixed]

- ajout couche ol au LS avec userId (#369)
- fix méthode clean profil alti (8f393fa96491444d99fdd6fe0c3b354ea3dd21ef)
- fix gestion multiples profils alti (f71ffd85ddff26a82534d81a88033464ed6a8b17
)
* [Security]

---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.3",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.2",
"itownsExtVersion": "2.4.3",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
"types": "dist/leaflet/index.d.ts, dist/openlayers/index.d.ts, dist/itowns/index.d.ts",
"module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js",
Expand Down

0 comments on commit bd07a71

Please sign in to comment.