diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index e4392728..804b26f7 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -27,6 +27,7 @@ + # Extension Geoportail Leaflet, version __VERSION__ **__DATE__** @@ -34,16 +35,12 @@ ## 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] diff --git a/build/scripts/release/geoportal-extensions-itowns-2.4.1.tgz b/build/scripts/release/geoportal-extensions-itowns-2.4.1.tgz deleted file mode 100644 index e5aa6818..00000000 Binary files a/build/scripts/release/geoportal-extensions-itowns-2.4.1.tgz and /dev/null differ diff --git a/build/scripts/release/geoportal-extensions-itowns-2.4.2.tgz b/build/scripts/release/geoportal-extensions-itowns-2.4.2.tgz new file mode 100644 index 00000000..908b45ed Binary files /dev/null and b/build/scripts/release/geoportal-extensions-itowns-2.4.2.tgz differ diff --git a/build/scripts/release/package-itowns.json b/build/scripts/release/package-itowns.json index d9f92d0b..50a65c64 100644 --- a/build/scripts/release/package-itowns.json +++ b/build/scripts/release/package-itowns.json @@ -1,45 +1,45 @@ { - "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html", + "peerDependencies" : {}, + "scripts" : {}, + "name" : "geoportal-extensions-itowns", "repository" : { "url" : "https://github.com/IGNF/geoportal-extensions.git", "type" : "git" }, - "description" : "French Geoportal Extensions for iTowns", - "date" : "01/06/2023", "directories" : {}, - "scripts" : {}, - "name" : "geoportal-extensions-itowns", - "version" : "2.3.11", - "license" : "CECILL-B", - "bugs" : {}, + "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", "keywords" : [ "geoportail", "plugin", "javascript", "Itowns" ], - "bundleDependencies" : [], - "peerDependencies" : {}, - "types" : "src/Itowns/index.d.ts", "main" : "dist/GpPluginItowns-src.js", + "license" : "CECILL-B", + "date" : "21/07/2023", + "version" : "2.4.2", "module" : "src/Itowns/index.js", - "author" : "IGNF", - "devDependencies" : {}, "dependencies" : { - "loglevel" : "1.6.7", - "geoportal-access-lib" : "3.3.1", "xmldom" : "^0.1.27", - "sortablejs" : "1.14.0", + "three" : "0.137.5", "node-fetch" : "^2.6.1", - "proj4" : "2.7.5", + "sortablejs" : "1.14.0", + "geoportal-access-lib" : "3.3.2", "itowns" : "2.38.2", - "three" : "0.137.5" + "loglevel" : "1.6.7", + "proj4" : "2.7.5" }, - "files" : [ - "dist/", - "src/", - "LICENCE.md", - "README.md", - "package.json" - ] + "bundleDependencies" : [], + "types" : "src/Itowns/index.d.ts", + "bugs" : {} } diff --git a/doc/CHANGELOG-leaflet.md b/doc/CHANGELOG-leaflet.md index 5939106f..f534193d 100644 --- a/doc/CHANGELOG-leaflet.md +++ b/doc/CHANGELOG-leaflet.md @@ -98,6 +98,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail Leaflet, version 2.3.2](#extension-geoportail-leaflet-version-232) * [Summary](#summary-28) * [Changelog](#changelog-25) +- [Extension Geoportail Leaflet, version 2.3.3](#extension-geoportail-leaflet-version-233) + * [Summary](#summary-29) + * [Changelog](#changelog-26) @@ -961,3 +964,29 @@ var maCoucheGeoportail = L.geoportalLayer.WMTS({ * [Security] --- +# Extension Geoportail Leaflet, version 2.3.3 + +**21/07/2023** +> Release Extension Geoportail leaflet + +## 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] + +--- diff --git a/jsdoc.1689959507162.conf.tmp b/jsdoc.1689959507162.conf.tmp new file mode 100644 index 00000000..188bbc96 --- /dev/null +++ b/jsdoc.1689959507162.conf.tmp @@ -0,0 +1 @@ +{"tags":{"allowUnknownTags":true},"plugins":["plugins/markdown"],"source":{"include":["./src/OpenLayers","./src/Common","./build/jsdoc/README-openlayers.md"]},"templates":{"cleverLinks":false,"applicationName":"Geoportal Extension for OpenLayers","monospaceLinks":false,"dateFormat":"ddd MMM Do YYYY","outputSourceFiles":true,"outputSourcePath":true,"systemName":"Geoportal Extension for OpenLayers","footer":"API Reference","copyright":"Geoportail - Copyright (c) IGN, released under the CECILL-B license","navType":"inline","theme":"darkly","linenums":true,"collapseSymbols":true,"inverseNav":true,"highlightTutorialCode":false,"syntaxTheme":"default"},"markdown":{"parser":"gfm","hardwrap":true},"opts":{"template":"./build/jsdoc/jaguarjs-jsdoc","encoding":"utf8","destination":"./jsdoc/openlayers","recurse":true,"lenient":true,"verbose":true}} \ No newline at end of file diff --git a/package.json b/package.json index 96b1951f..fd3f28e1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.3.2", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.4.1", + "itownsExtVersion": "2.4.2", "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",