Skip to content

Commit

Permalink
release-ol-3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jan 17, 2023
2 parents d9ba1a5 + ad34f50 commit 5b2b246
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
11 changes: 1 addition & 10 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,26 @@ Mise à jour de l'access-lib en version 3.2.1
---



# Extension Geoportail Leaflet, version __VERSION__

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

Ajout des déclarations typescript, améliorations et corrections des interfaces sur les controles d'itinéraire et d'isochrone

## Changelog

* [Added]

- Ajout des "@types declaration" pour publication (16120e8ac5a36a80cded6cbc53eb8c9c6db37e82)

* [Changed]

- Prise en compte des options routeOptions.onSuccess et routeOptions.geometryInInstructions passées à la création du widget (#341)
- Mise à jour access-lib en version 3.2.1 (15f864e905c4549e43b7ec53d4369bbc9683ec2e)

* [Deprecated]

* [Removed]

* [Fixed]

- Survol du profil altimétrique rendu compatible avec les téléphones (af2c669563b248c398aa11932a50839d975dff85i)
- Corrige la prise en compte des coordonnées du point de départ des isochrones (38d86213848d5b14539fdeaf1e46049c8f9bb73e)

* [Security]

---
Expand Down
35 changes: 35 additions & 0 deletions doc/CHANGELOG-leaflet.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail Leaflet, version 2.2.7](#extension-geoportail-leaflet-version-227)
* [Summary](#summary-23)
* [Changelog](#changelog-20)
- [Extension Geoportail Leaflet, version 2.2.8](#extension-geoportail-leaflet-version-228)
* [Summary](#summary-24)
* [Changelog](#changelog-21)

<!-- tocstop -->

Expand Down Expand Up @@ -722,3 +725,35 @@ Utilisation du Geocodage v2
* [Security]
---
# Extension Geoportail Leaflet, version 2.2.8
**17/01/2023**
> Release Extension Geoportail leaflet
## Summary
Ajout des déclarations typescript, améliorations et corrections des interfaces sur les controles d'itinéraire et d'isochrone
## Changelog
* [Added]
- Ajout des "@types declaration" pour publication (16120e8ac5a36a80cded6cbc53eb8c9c6db37e82)
* [Changed]
- Prise en compte des options routeOptions.onSuccess et routeOptions.geometryInInstructions passées à la création du widget (#341)
- Mise à jour access-lib en version 3.2.1 (15f864e905c4549e43b7ec53d4369bbc9683ec2e)
* [Deprecated]
* [Removed]
* [Fixed]
- Survol du profil altimétrique rendu compatible avec les téléphones (af2c669563b248c398aa11932a50839d975dff85i)
- Corrige la prise en compte des coordonnées du point de départ des isochrones (38d86213848d5b14539fdeaf1e46049c8f9bb73e)
* [Security]
---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.2.8",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.2.18",
"olExtVersion": "3.2.19",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.3.10",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down

0 comments on commit 5b2b246

Please sign in to comment.