Skip to content

Commit

Permalink
release ol-3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 23, 2022
2 parents b835cc1 + 9c502d5 commit 265686e
Show file tree
Hide file tree
Showing 12 changed files with 435 additions and 268 deletions.
12 changes: 8 additions & 4 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

* [Changed]

- DOM widget d'import : "Tuiles vectorielles" au lieu de "Vecteur tuilé"
- utilisation du service isochrone v2, access-lib 3.1.0 (#326)

* [Deprecated]

* [Removed]
Expand All @@ -25,29 +28,28 @@

---


# Extension Geoportail Leaflet, version __VERSION__

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

Corrections sur l'interface d'ajout des couches WMS/WMTS

## Changelog

* [Added]

* [Changed]

- utilisation du service isochrone v2, access-lib 3.1.0 (#326)

* [Deprecated]

* [Removed]

* [Fixed]

- Correction des paramètres passés aux couches WMTS/WMS (#319)

* [Security]

---
Expand All @@ -66,6 +68,8 @@ Corrections sur l'interface d'ajout des couches WMS/WMTS

* [Changed]

- ajout de documentation sur le readme-itowns pour BoostRelief et vecteur tuilé (c75a6d4fa5f676f1c43f59d3b8874a26021081cf)

* [Deprecated]

* [Removed]
Expand Down
Binary file not shown.
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,44 +1,44 @@
{
"scripts" : {},
"bundleDependencies" : [],
"devDependencies" : {},
"description" : "French Geoportal Extensions for iTowns",
"main" : "dist/GpPluginItowns-src.js",
"name" : "geoportal-extensions-itowns",
"date" : "15/02/2022",
"version" : "2.3.5",
"dependencies" : {
"loglevel" : "1.6.7",
"geoportal-access-lib" : "3.0.5",
"three" : "0.135.0",
"node-fetch" : "^2.6.1",
"itowns" : "2.37.0",
"sortablejs" : "1.14.0",
"xmldom" : "^0.1.27",
"proj4" : "2.7.5"
},
"peerDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"author" : "IGNF",
"directories" : {},
"bugs" : {},
"module" : "src/Itowns/index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"dependencies" : {
"sortablejs" : "1.14.0",
"three" : "0.135.0",
"proj4" : "2.7.5",
"geoportal-access-lib" : "https://raw.githubusercontent.com/IGNF/geoportal-access-lib/new-iso/geoportal-access-lib-3.0.6.tgz",
"xmldom" : "^0.1.27",
"loglevel" : "1.6.7",
"itowns" : "2.37.0",
"node-fetch" : "^2.6.1"
},
"devDependencies" : {},
"version" : "2.3.6",
"directories" : {},
"date" : "04/03/2022",
"license" : "CECILL-B",
"bugs" : {},
"name" : "geoportal-extensions-itowns",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"bundleDependencies" : [],
"main" : "dist/GpPluginItowns-src.js",
"peerDependencies" : {},
"description" : "French Geoportal Extensions for iTowns",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
]
],
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"module" : "src/Itowns/index.js"
}
58 changes: 29 additions & 29 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"author" : "IGNF",
"date" : "23/03/2022",
"module" : "src/OpenLayers/index.js",
"bundleDependencies" : [],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"name" : "geoportal-extensions-openlayers",
"scripts" : {},
"directories" : {},
"peerDependencies" : {},
"dependencies" : {
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.2",
"ol-mapbox-style" : "6.7.0",
"ol" : "6.9.0",
"loglevel" : "1.6.6",
"geoportal-access-lib" : "3.1.0",
"eventbusjs" : "0.2.0",
"sortablejs" : "1.14.0",
"@mapbox/mapbox-gl-style-spec" : "13.20.1"
},
"files" : [
"dist/",
"src/",
Expand All @@ -11,36 +29,18 @@
"package.json"
],
"devDependencies" : {},
"dependencies" : {
"ol-mapbox-style" : "6.7.0",
"ol" : "6.9.0",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"eventbusjs" : "0.2.0",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "3.0.5",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.2",
"loglevel" : "1.6.6",
"sortablejs" : "1.14.0"
},
"description" : "French Geoportal Extensions for OpenLayers",
"module" : "src/OpenLayers/index.js",
"date" : "11/02/2022",
"bugs" : {},
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"name" : "geoportal-extensions-openlayers",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"license" : "CECILL-B",
"version" : "3.2.8",
"peerDependencies" : {},
"author" : "IGNF",
"directories" : {},
"main" : "dist/GpPluginOpenLayers-src.js"
"description" : "French Geoportal Extensions for OpenLayers",
"scripts" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"main" : "dist/GpPluginOpenLayers-src.js",
"bugs" : {},
"version" : "3.2.10",
"license" : "CECILL-B"
}
113 changes: 71 additions & 42 deletions doc/CHANGELOG-leaflet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,68 +7,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- toc -->

- [CHANGELOG EXTENSION GEOPORTAL](#changelog-extension-geoportal)
- [Changelog](#changelog)
- [Extension Geoportail Leaflet, version 0.8.0](#extension-geoportail-leaflet-version-080)
* [Changelog](#changelog)
- [Extension Geoportail Leaflet, version 0.9.0](#extension-geoportail-leaflet-version-090)
- [Summary](#summary)
- [New Features :](#new-features-)
- [Additional widgets :](#additional-widgets-)
- [Others features](#others-features)
- [ChangeLog](#changelog-1)
* [Summary](#summary)
* [New Features :](#new-features-)
+ [Additional widgets :](#additional-widgets-)
+ [Others features](#others-features)
* [ChangeLog](#changelog)
- [Extension Geoportail Leaflet, version 0.9.1](#extension-geoportail-leaflet-version-091)
- [Summary](#summary-1)
* [Summary](#summary-1)
- [Extension Geoportail Leaflet, version 1.0.0](#extension-geoportail-leaflet-version-100)
- [Summary](#summary-2)
- [Changelog](#changelog-2)
* [Summary](#summary-2)
* [Changelog](#changelog-1)
- [Extension Geoportail Leaflet, version 1.1.0](#extension-geoportail-leaflet-version-110)
- [Summary](#summary-3)
- [Changelog](#changelog-3)
* [Summary](#summary-3)
* [Changelog](#changelog-2)
- [Extension Geoportail Leaflet, version 2.0.1](#extension-geoportail-leaflet-version-201)
- [Summary](#summary-4)
* [Summary](#summary-4)
- [Extension Geoportail Leaflet, version 2.0.2](#extension-geoportail-leaflet-version-202)
- [Summary](#summary-5)
- [Changelog](#changelog-4)
- [Extension Géoportail pour Leaflet, version 2.0.3](#extension-géoportail-pour-leaflet-version-203)
* [Summary](#summary-5)
* [Changelog](#changelog-3)
- [Extension Géoportail pour Leaflet, version 2.0.3](#extension-geoportail-pour-leaflet-version-203)
- [Summary](#summary-6)
- [Extension Geoportail Leaflet, version 2.1.1](#extension-geoportail-leaflet-version-211)
- [Summary](#summary-7)
- [Changelog](#changelog-5)
* [Summary](#summary-7)
* [Changelog](#changelog-4)
- [Extension Geoportail Leaflet, version 2.1.2](#extension-geoportail-leaflet-version-212)
- [Summary](#summary-8)
- [Changelog](#changelog-6)
* [Summary](#summary-8)
* [Changelog](#changelog-5)
- [Extension Geoportail Leaflet, version 2.1.3](#extension-geoportail-leaflet-version-213)
- [Summary](#summary-9)
- [Changelog](#changelog-7)
* [Summary](#summary-9)
* [Changelog](#changelog-6)
- [Extension Geoportail Leaflet, version 2.1.4](#extension-geoportail-leaflet-version-214)
- [Summary](#summary-10)
- [Changelog](#changelog-8)
* [Summary](#summary-10)
* [Changelog](#changelog-7)
- [Extension Geoportail Leaflet, version 2.1.5](#extension-geoportail-leaflet-version-215)
- [Summary](#summary-11)
- [Changelog](#changelog-9)
* [Summary](#summary-11)
* [Changelog](#changelog-8)
- [Extension Geoportail Leaflet, version 2.1.6](#extension-geoportail-leaflet-version-216)
- [Summary](#summary-12)
- [Changelog](#changelog-10)
* [Summary](#summary-12)
* [Changelog](#changelog-9)
- [Extension Geoportail Leaflet, version 2.1.7](#extension-geoportail-leaflet-version-217)
- [Summary](#summary-13)
- [Changelog](#changelog-11)
* [Summary](#summary-13)
* [Changelog](#changelog-10)
- [Extension Geoportail Leaflet, version 2.1.8](#extension-geoportail-leaflet-version-218)
- [Summary](#summary-14)
- [Changelog](#changelog-12)
* [Summary](#summary-14)
* [Changelog](#changelog-11)
- [Extension Geoportail Leaflet, version 2.1.9](#extension-geoportail-leaflet-version-219)
- [Summary](#summary-15)
- [Changelog](#changelog-13)
* [Summary](#summary-15)
* [Changelog](#changelog-12)
- [Extension Geoportail Leaflet, version 2.1.10](#extension-geoportail-leaflet-version-2110)
- [Summary](#summary-16)
- [Changelog](#changelog-14)
* [Summary](#summary-16)
* [Changelog](#changelog-13)
- [Extension Geoportail Leaflet, version 2.2.0](#extension-geoportail-leaflet-version-220)
- [Summary](#summary-17)
- [Changelog](#changelog-15)
* [Summary](#summary-17)
* [Changelog](#changelog-14)
- [Extension Geoportail Leaflet, version 2.2.1](#extension-geoportail-leaflet-version-221)
- [Summary](#summary-18)
- [Changelog](#changelog-16)
* [Summary](#summary-18)
* [Changelog](#changelog-15)
- [Extension Geoportail Leaflet, version 2.2.2](#extension-geoportail-leaflet-version-222)
- [Summary](#summary-19)
- [Changelog](#changelog-17)
* [Summary](#summary-19)
* [Changelog](#changelog-16)
- [Extension Geoportail Leaflet, version 2.2.3](#extension-geoportail-leaflet-version-223)
* [Summary](#summary-20)
* [Changelog](#changelog-17)

<!-- tocstop -->

Expand Down Expand Up @@ -610,3 +613,29 @@ Changements mineurs sur les problématiques d'accessibilité
* [Security]

---
# Extension Geoportail Leaflet, version 2.2.3

**04/03/2022**
> Release Extension Geoportail leaflet

## Summary

Corrections sur l'interface d'ajout des couches WMS/WMTS

## Changelog

* [Added]

* [Changed]

* [Deprecated]

* [Removed]

* [Fixed]

- Correction des paramètres passés aux couches WMTS/WMS (#319)

* [Security]

---
Loading

0 comments on commit 265686e

Please sign in to comment.