Skip to content

Commit

Permalink
release itowns 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jan 17, 2023
2 parents f59bb88 + 0bc6a26 commit 72adcea
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 43 deletions.
28 changes: 21 additions & 7 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@




# Extension Geoportail OpenLayers, version __VERSION__

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

Mise à jour de l'access-lib en version 3.2.1

## Changelog

* [Added]

- Ajout des "@types declaration" pour publication

* [Changed]

- mise à jour access-lib en version 3.2.1 (15f864e905c4549e43b7ec53d4369bbc9683ec2e)

* [Deprecated]

* [Removed]

* [Fixed]

- Ajout des evenements (map) : "render:success" / "render:failure" pour l'application du rendu des styles MapBox
- Ajout de l'evenement (map) : "editor:loaded" pour le chargement de l'editeur de style

* [Security]

---
Expand All @@ -37,20 +37,28 @@
## 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
- 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 All @@ -63,20 +71,26 @@
## Summary

Ajout des déclarations typescript

## Changelog

* [Added]

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

* [Changed]

- Mise à jour access-lib en version 3.2.1 (15f864e905c4549e43b7ec53d4369bbc9683ec2e)

* [Deprecated]

* [Removed]

* [Fixed]

- Afficher les informations des elements cliqués sans doublons (8638fb079e7a6d06f4d8687c4c349309a799489f)

* [Security]

---
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-itowns-2.3.9.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 22 additions & 22 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name" : "geoportal-extensions-itowns",
"author" : "IGNF",
"bugs" : {},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"name" : "geoportal-extensions-itowns",
"peerDependencies" : {},
"bugs" : {},
"description" : "French Geoportal Extensions for iTowns",
"date" : "30/10/2022",
"license" : "CECILL-B",
"dependencies" : {
"geoportal-access-lib" : "3.2.1",
"node-fetch" : "^2.6.1",
"itowns" : "2.38.2",
"proj4" : "2.7.5",
"sortablejs" : "1.14.0",
"three" : "0.137.5",
"xmldom" : "^0.1.27",
"loglevel" : "1.6.7"
},
"bundleDependencies" : [],
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"main" : "dist/GpPluginItowns-src.js",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"scripts" : {},
"module" : "src/Itowns/index.js",
"types" : "src/Itowns/index.d.ts",
"license" : "CECILL-B",
"peerDependencies" : {},
"version" : "2.3.10",
"description" : "French Geoportal Extensions for iTowns",
"devDependencies" : {},
"date" : "17/01/2023",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"dependencies" : {
"xmldom" : "^0.1.27",
"proj4" : "2.7.5",
"loglevel" : "1.6.7",
"node-fetch" : "^2.6.1",
"itowns" : "2.38.2",
"geoportal-access-lib" : "3.2.0",
"sortablejs" : "1.14.0",
"three" : "0.137.5"
},
"version" : "2.3.9",
"directories" : {},
"devDependencies" : {},
"author" : "IGNF"
"types" : "src/Itowns/index.d.ts",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"directories" : {}
}
6 changes: 3 additions & 3 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"package.json"
],
"types" : "src/Leaflet/index.d.ts",
"version" : "2.2.7",
"version" : "2.2.8",
"description" : "French Geoportal Extension for Leaflet",
"license" : "CECILL-B",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"name" : "geoportal-extensions-leaflet",
"date" : "30/10/2022",
"date" : "17/01/2023",
"dependencies" : {
"geoportal-access-lib" : "3.2.0",
"geoportal-access-lib" : "3.2.1",
"leaflet" : "1.7.1",
"proj4" : "2.7.5",
"loglevel" : "1.6.6",
Expand Down
6 changes: 3 additions & 3 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"module" : "src/OpenLayers/index.js",
"peerDependencies" : {},
"date" : "18/11/2022",
"date" : "17/01/2023",
"scripts" : {},
"types" : "src/OpenLayers/index.d.ts",
"devDependencies" : {},
Expand Down Expand Up @@ -33,7 +33,7 @@
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"loglevel" : "1.6.6",
"geoportal-access-lib" : "3.2.0"
"geoportal-access-lib" : "3.2.1"
},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"files" : [
Expand All @@ -43,5 +43,5 @@
"README.md",
"package.json"
],
"version" : "3.2.18"
"version" : "3.2.19"
}
30 changes: 30 additions & 0 deletions doc/CHANGELOG-openlayers.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail OpenLayers, version 3.2.16](#extension-geoportail-openlayers-version-3216)
* [Summary](#summary-40)
* [Changelog](#changelog-37)
- [Extension Geoportail OpenLayers, version 3.2.18](#extension-geoportail-openlayers-version-3218)
* [Summary](#summary-41)
* [Changelog](#changelog-38)

<!-- tocstop -->

Expand Down Expand Up @@ -1474,3 +1477,30 @@ Utilisation du Geocodage v2
* [Security]
---
# Extension Geoportail OpenLayers, version 3.2.18
**18/11/2022**
> Release Extension Geoportail openlayers
## Summary
## Changelog
* [Added]
- Ajout des "@types declaration" pour publication
* [Changed]
* [Deprecated]
* [Removed]
* [Fixed]
- Ajout des evenements (map) : "render:success" / "render:failure" pour l'application du rendu des styles MapBox
- Ajout de l'evenement (map) : "editor:loaded" pour le chargement de l'editeur de style
* [Security]
---
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.7.2",
"date": "18/11/2022",
"version": "2.7.3",
"date": "17/01/2023",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.2.7",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.2.18",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.3.9",
"itownsExtVersion": "2.3.10",
"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",
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.2.0",
"geoportal-access-lib": "3.2.1",
"itowns": "2.38.2",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
Expand Down
8 changes: 5 additions & 3 deletions src/Itowns/GlobeViewExtended.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,11 @@ GlobeViewExtended.prototype.getFeaturesAtMousePosition = function (mouseEvent) {
if (!vectorLayers[i].visible) {
continue;
}
promises.push(vectorLayers[i].source.loadData({}, {
crs : "EPSG:4326"
}));
if (vectorLayers[i].isColorLayer) {
promises.push(vectorLayers[i].source.loadData({}, {
crs : "EPSG:4326"
}));
}
}

return Promise.all(promises).then(result => {
Expand Down
8 changes: 7 additions & 1 deletion src/Leaflet/Controls/Isocurve.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,14 @@ var Isocurve = L.Control.extend(/** @lends L.geoportalControl.Isocurve.prototype

var self = this;

var pointCoordinate = self._currentPoint.getCoordinate();
var position = {
x : pointCoordinate.lon || pointCoordinate.lng,
y : pointCoordinate.lat
};

this._requestIsoCurve({
position : self._currentPoint.getCoordinate(),
position : position,
graph : self._currentTransport,
exclusions : self._currentExclusions,
method : self._currentComputation,
Expand Down

0 comments on commit 72adcea

Please sign in to comment.