Skip to content

Commit

Permalink
Merge branch 'master' of github.com:IGNF/geoportal-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Mar 31, 2022
2 parents 7f60774 + 9354205 commit 0ef52a7
Show file tree
Hide file tree
Showing 47 changed files with 955 additions and 820 deletions.
50 changes: 10 additions & 40 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,22 @@




# Extension Geoportail OpenLayers, version __VERSION__

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

* fonctionnalités sur l'outil de dessins
* gestion des styles sur les formats GPX et GeoJSON
* gestion des evenements de fin de traitements sur les widgets

## Changelog

* [Added]

- gestion des geometries de type *Multi* dans l'outil de dessins
- ajout de l'export au format GPX et GeoJSON dans l'outil de dessins
- gestion des styles au format GPX et GeoJSON (specification MapBox)
- ajoute d'evenements et de callback de fin de traitement pour les widgets ElevationPath, Route, IsoCurve, SearchEngine et ReverseGeocode.
```js
// Exemple
var iso = new ol.control.Isocurve({
isocurveOptions : {
// utilisation de la callback du service
onSuccess : function(e) {
console.warn("Resultat du calcul", e);
// {
// distance: null
// geometry: {type: 'Polygon', coordinates: Array(1)}
// id: null
// location: {x: '2.8926909677185058', y: '48.76818760957548'}
// message: null
// srs: "EPSG:4326"
// time: "3600"
// }
},
onFailure : function(e) {
console.warn(e);
}
}
});
// ou utilisation de l'evenement du widget
iso.on("isocurve:compute", function (e) {
// interface : getData()
console.warn(e.target.getData());
});
```

* [Changed]

- Retrait de la limitation d'affichage des reponses de l'autocompletion sur le Widget *SearchEngine* (cf. <https://www.developpez.net/forums/d2125691/applications/sig-systeme-d-information-geographique/ign-api-geoportail/geoportal-extension-searchengine-autocomplete-maximum-5-reponses/#post11811536>)
- DOM widget d'import : "Tuiles vectorielles" au lieu de "Vecteur tuilé"
- utilisation du service isochrone v2, access-lib 3.1.0 (#326)

* [Deprecated]

Expand All @@ -62,6 +28,7 @@

---


# Extension Geoportail Leaflet, version __VERSION__

**__DATE__**
Expand All @@ -75,18 +42,19 @@

* [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]

---


# Extension Geoportail Itowns, version __VERSION__

**__DATE__**
Expand All @@ -100,6 +68,8 @@

* [Changed]

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

* [Deprecated]

* [Removed]
Expand Down
2 changes: 1 addition & 1 deletion build/map/map-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"emitted": true
},
{
"name": "../../samples/resources/itowns/JSONLayers/ScanEX.json",
"name": "../../samples/resources/itowns/JSONLayers/PlanIgnV2.json",
"size": 3257,
"chunks": [],
"chunkNames": [],
Expand Down
2 changes: 1 addition & 1 deletion build/map/map-ll.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"emitted": true
},
{
"name": "../../samples/resources/itowns/JSONLayers/ScanEX.json",
"name": "../../samples/resources/itowns/JSONLayers/PlanIgnV2.json",
"size": 3188,
"chunks": [],
"chunkNames": [],
Expand Down
2 changes: 1 addition & 1 deletion build/map/map-ol.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"emitted": true
},
{
"name": "../../samples/resources/itowns/JSONLayers/ScanEX.json",
"name": "../../samples/resources/itowns/JSONLayers/PlanIgnV2.json",
"size": 3257,
"chunks": [],
"chunkNames": [],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-openlayers-3.2.8.tgz
Binary file not shown.
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,23 +1,35 @@
{
"main" : "dist/GpPluginItowns-src.js",
"directories" : {},
"bugs" : {},
"bundleDependencies" : [],
"peerDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"scripts" : {},
"author" : "IGNF",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"dependencies" : {
"itowns" : "2.33.0",
"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.6",
"three" : "0.127.0",
"proj4" : "2.7.2",
"node-fetch" : "^2.6.1",
"geoportal-access-lib" : "3.0.5",
"sortablejs" : "1.8.4"
"loglevel" : "1.6.7",
"itowns" : "2.37.0",
"node-fetch" : "^2.6.1"
},
"devDependencies" : {},
"scripts" : {},
"version" : "2.3.5",
"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",
Expand All @@ -28,17 +40,5 @@
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"author" : "IGNF",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"date" : "28/01/2022",
"module" : "src/Itowns/index.js",
"description" : "French Geoportal Extensions for iTowns",
"name" : "geoportal-extensions-itowns",
"license" : "CECILL-B"
"module" : "src/Itowns/index.js"
}
6 changes: 3 additions & 3 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node-fetch" : "^2.6.1",
"proj4leaflet" : "1.0.2",
"loglevel" : "1.6.6",
"geoportal-access-lib" : "3.0.5",
"geoportal-access-lib" : "3.1.0",
"sortablejs" : "1.8.4",
"xmldom" : "^0.1.27",
"leaflet-draw" : "1.0.4",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"date" : "28/01/2022",
"version" : "2.2.2",
"date" : "23/03/2022",
"version" : "2.2.4",
"license" : "CECILL-B"
}
58 changes: 29 additions & 29 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name" : "geoportal-extensions-openlayers",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"directories" : {},
"license" : "CECILL-B",
"bundleDependencies" : [],
"author" : "IGNF",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"bugs" : {},
"devDependencies" : {},
"peerDependencies" : {},
"author" : "IGNF",
"date" : "23/03/2022",
"module" : "src/OpenLayers/index.js",
"bundleDependencies" : [],
"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/",
"LICENCE.md",
"README.md",
"package.json"
],
"date" : "28/01/2022",
"main" : "dist/GpPluginOpenLayers-src.js",
"dependencies" : {
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"proj4" : "2.7.2",
"geoportal-access-lib" : "3.0.5",
"loglevel" : "1.6.6",
"ol" : "6.9.0",
"sortablejs" : "1.8.4",
"ol-mapbox-style" : "6.7.0",
"xmldom" : "^0.1.27",
"eventbusjs" : "0.2.0",
"node-fetch" : "^2.6.1"
},
"description" : "French Geoportal Extensions for OpenLayers",
"version" : "3.2.8",
"scripts" : {},
"devDependencies" : {},
"name" : "geoportal-extensions-openlayers",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
]
],
"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"
}
29 changes: 29 additions & 0 deletions doc/CHANGELOG-itowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail Itowns, version 2.3.5](#extension-geoportail-itowns-version-235)
* [Summary](#summary-19)
* [Changelog](#changelog-18)
- [Extension Geoportail Itowns, version 2.3.6](#extension-geoportail-itowns-version-236)
* [Summary](#summary-20)
* [Changelog](#changelog-19)

<!-- tocstop -->

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

---
# Extension Geoportail Itowns, version 2.3.6

**04/03/2022**
> Release Extension Geoportail itowns
## Summary

iTowns version 2.37 et mise à jour des dépendances threejs et proj4

## Changelog

* [Added]

* [Changed]

- Mise à jour d'iTowns en version 2.37

* [Deprecated]

* [Removed]

* [Fixed]

* [Security]

---
Loading

0 comments on commit 0ef52a7

Please sign in to comment.