Skip to content

Commit

Permalink
release-ol-3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jul 21, 2023
2 parents 4f00d86 + d218aae commit ac1e6ff
Show file tree
Hide file tree
Showing 16 changed files with 2,525 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-leaflet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF##*/})
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF##*/} | cut -d - -f2)

- name: Update package.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF##*/})
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF##*/} | cut -d - -f2)

- name: Update package.json
run: |
Expand Down
17 changes: 13 additions & 4 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
## Summary

- Ajout d'exemples avec l'appel de *Gp.Services.getConfig()*
Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* et ajout de methodes de nettoyage sur les widgets de calcul

## Changelog

* [Added]

- ajout de méthodes de nettoyage pour les controles d'itineraire, d'isochrone, et de profil alti

* [Changed]

- Ajout d'exemples avec l'appel de *Gp.Services.getConfig()*

* [Deprecated]

* [Removed]
Expand All @@ -27,29 +31,30 @@




# Extension Geoportail Leaflet, version __VERSION__

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

- Ajout d'exemples avec l'appel de *Gp.Services.getConfig()*
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]

- Fix sur les exemples avec un appel de *Gp.Services.getConfig()* (59efde637b423f835f4d50175c2dd83849faf5d1)

* [Security]

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

<!-- tocstop -->

Expand Down Expand Up @@ -932,3 +935,29 @@ var maCoucheGeoportail = L.geoportalLayer.WMTS({
* [Security]

---
# Extension Geoportail Leaflet, version 2.3.2

**12/06/2023**
> Release Extension Geoportail leaflet

## Summary

- Ajout d'exemples avec l'appel de *Gp.Services.getConfig()*

## Changelog

* [Added]

* [Changed]

* [Deprecated]

* [Removed]

* [Fixed]

- Fix sur les exemples avec un appel de *Gp.Services.getConfig()* (59efde637b423f835f4d50175c2dd83849faf5d1)

* [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.2",
"date": "12/06/2023",
"version": "2.8.3",
"date": "21/07/2023",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.3.2",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.1",
"olExtVersion": "3.3.2",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.1",
"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.1",
"geoportal-access-lib": "3.3.2",
"itowns": "2.38.2",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
Expand Down
Loading

0 comments on commit ac1e6ff

Please sign in to comment.