Skip to content

Commit

Permalink
release ol-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Aug 4, 2023
2 parents 3c0cec4 + 610ccc9 commit 75ded1d
Show file tree
Hide file tree
Showing 15 changed files with 164 additions and 291 deletions.
19 changes: 17 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,26 @@
## 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 All @@ -35,12 +43,17 @@
## Summary

Mise à jour de la bibliothèque d'accès aux services Géoportail.


## Changelog

* [Added]

* [Changed]

- access-lib 3.3.3 (#369)

* [Deprecated]

* [Removed]
Expand All @@ -53,22 +66,24 @@




# Extension Geoportail Itowns, version __VERSION__

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

Mise à jour de la version de la bibliothèque d'accès 3.3.2
Mise à jour de la bibliothèque d'accès aux services Géoportail.


## Changelog

* [Added]

* [Changed]

- MaJ bibliothèque d'accès 3.3.2
- access-lib 3.3.3 (#369)

* [Deprecated]

Expand Down
Binary file modified build/scripts/release/geoportal-extensions-itowns-2.4.2.tgz
Binary file not shown.
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-leaflet-2.3.3.tgz
Binary file not shown.
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-openlayers-3.3.2.tgz
Binary file not shown.
Binary file not shown.
50 changes: 25 additions & 25 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"peerDependencies" : {},
"scripts" : {},
"name" : "geoportal-extensions-itowns",
"author" : "IGNF",
"bugs" : {},
"main" : "dist/GpPluginItowns-src.js",
"description" : "French Geoportal Extensions for iTowns",
"date" : "21/07/2023",
"bundleDependencies" : [],
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"directories" : {},
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"devDependencies" : {},
"description" : "French Geoportal Extensions for iTowns",
"name" : "geoportal-extensions-itowns",
"version" : "2.4.2",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"main" : "dist/GpPluginItowns-src.js",
"license" : "CECILL-B",
"date" : "21/07/2023",
"version" : "2.4.2",
"module" : "src/Itowns/index.js",
"peerDependencies" : {},
"dependencies" : {
"xmldom" : "^0.1.27",
"three" : "0.137.5",
"loglevel" : "1.6.7",
"node-fetch" : "^2.6.1",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.3.2",
"itowns" : "2.38.2",
"loglevel" : "1.6.7",
"proj4" : "2.7.5"
"sortablejs" : "1.14.0",
"proj4" : "2.7.5",
"geoportal-access-lib" : "3.3.3"
},
"bundleDependencies" : [],
"license" : "CECILL-B",
"types" : "src/Itowns/index.d.ts",
"bugs" : {}
"scripts" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"directories" : {}
}
46 changes: 23 additions & 23 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
{
"version" : "2.3.3",
"main" : "dist/GpPluginLeaflet-src.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"name" : "geoportal-extensions-leaflet",
"devDependencies" : {},
"bundleDependencies" : [],
"peerDependencies" : {},
"dependencies" : {
"geoportal-access-lib" : "3.3.2",
"leaflet" : "1.7.1",
"proj4" : "2.7.5",
"sortablejs" : "1.8.4",
"proj4leaflet" : "1.0.2",
"xmldom" : "^0.1.27",
"leaflet-draw" : "1.0.4",
"loglevel" : "1.6.6",
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1"
"proj4" : "2.7.5",
"leaflet" : "1.7.1",
"node-fetch" : "^2.6.1",
"geoportal-access-lib" : "3.3.3"
},
"files" : [
"dist/",
Expand All @@ -25,22 +19,28 @@
"README.md",
"package.json"
],
"license" : "CECILL-B",
"module" : "src/Leaflet/index.js",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"date" : "21/07/2023",
"devDependencies" : {},
"directories" : {},
"scripts" : {},
"types" : "src/Leaflet/index.d.ts",
"peerDependencies" : {},
"date" : "21/07/2023",
"license" : "CECILL-B",
"bundleDependencies" : [],
"bugs" : {},
"main" : "dist/GpPluginLeaflet-src.js",
"version" : "2.3.3",
"description" : "French Geoportal Extension for Leaflet",
"name" : "geoportal-extensions-leaflet",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"scripts" : {},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"description" : "French Geoportal Extension for Leaflet",
"bugs" : {},
"module" : "src/Leaflet/index.js"
]
}
54 changes: 27 additions & 27 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"directories" : {},
"version" : "3.3.2",
"types" : "src/OpenLayers/index.d.ts",
"devDependencies" : {},
"scripts" : {},
"module" : "src/OpenLayers/index.js",
"dependencies" : {
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"proj4" : "2.7.5",
"loglevel" : "1.6.6",
"eventbusjs" : "0.2.0",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.3.3"
},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"date" : "04/08/2023",
"name" : "geoportal-extensions-openlayers",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"name" : "geoportal-extensions-openlayers",
"peerDependencies" : {},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"bugs" : {},
"module" : "src/OpenLayers/index.js",
"types" : "src/OpenLayers/index.d.ts",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"dependencies" : {
"sortablejs" : "1.14.0",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "3.3.2",
"ol" : "6.9.0",
"eventbusjs" : "0.2.0",
"loglevel" : "1.6.6",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.5",
"@mapbox/mapbox-gl-style-spec" : "13.20.1"
},
"date" : "21/07/2023",
"license" : "CECILL-B"
"devDependencies" : {},
"bugs" : {},
"license" : "CECILL-B",
"directories" : {},
"scripts" : {},
"version" : "3.3.3"
}
29 changes: 29 additions & 0 deletions doc/CHANGELOG-itowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail Itowns, version 2.4.1](#extension-geoportail-itowns-version-241)
* [Summary](#summary-27)
* [Changelog](#changelog-26)
- [Extension Geoportail Itowns, version 2.4.2](#extension-geoportail-itowns-version-242)
* [Summary](#summary-28)
* [Changelog](#changelog-27)

<!-- tocstop -->

Expand Down Expand Up @@ -854,3 +857,29 @@ globeView.addLayer(new Gp.itownsExtended.layer.GeoportalWMTS({
* [Security]

---
# Extension Geoportail Itowns, version 2.4.2

**21/07/2023**
> Release Extension Geoportail itowns
## Summary

Mise à jour de la version de la bibliothèque d'accès 3.3.2

## Changelog

* [Added]

* [Changed]

- MaJ bibliothèque d'accès 3.3.2

* [Deprecated]

* [Removed]

* [Fixed]

* [Security]

---
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.8.3",
"date": "21/07/2023",
"version": "2.8.4",
"date": "04/08/2023",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.3.3",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.2",
"olExtVersion": "3.3.3",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.2",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "13.20.1",
"eventbusjs": "0.2.0",
"geoportal-access-lib": "3.3.2",
"geoportal-access-lib": "3.3.3",
"itowns": "2.38.2",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
Expand Down
Loading

0 comments on commit 75ded1d

Please sign in to comment.