Skip to content

Commit

Permalink
release itowns-2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Feb 12, 2021
2 parents 4600c30 + 37205d5 commit b88670c
Show file tree
Hide file tree
Showing 47 changed files with 1,021 additions and 589 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ nb-configuration.xml
/tests-old/
/.nyc_output/
/performance/
/build/scripts/samples/tmp/

# Files #
#########
Expand Down
38 changes: 15 additions & 23 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,25 @@
## Summary

Ajout d'évènements sur les contrôles

## Changelog

* [Added]

- event '*attributions:update*' sur la mise à jour des attributions sur le contrôle **GeoportalAttribution**

- event '*elevationpath:drawend*' et '*elevationpath:drawstart*' sur la saisie sur le contrôle **ElevationPath**

- event '*route:drawend*' et '*route:drawstart*' sur la saisie sur le contrôle **Route**

- event '*isocurve:drawend*' et '*isocurve:drawstart*' sur la saisie sur le contrôle **IsoCurve**

* [Changed]

- nouvel affichage du profil altimétrique par défaut (DISPLAY_PROFILE_BY_DEFAULT)

* [Deprecated]

* [Removed]

* [Fixed]

- nettoyage des *listeners* sur le contrôle **Route**
- fix sur la prise en compte du paramètre ssl=false pour les controles qui interrogent les services (a71811bb85785af93759a77de793be0c9d313fbf)
- fix sur l'interface des options données au controle SearchEngine (ee5130f376f83702328d55659ad73bd30f561a02)

- correctif sur l'export de la version en mode module

* [Security]

Expand All @@ -40,55 +36,51 @@ Ajout d'évènements sur les contrôles
## Summary

* Version iTowns 2.27.0
* Ajout d'évènement sur les contrôles

## Changelog

* [Added]

- mise en place du mécanisme des evenements sur tous les widgets

- event '*attributions:update*' sur la mise à jour des attributions sur le contrôle **Attributions**

* [Changed]

- mise à jour iTowns 2.27.0 (utilisation par défaut du webGL 2.0)

* [Deprecated]

- remplacement du parametre déprecié : projection -> crs

* [Removed]

* [Fixed]

- fix sur la prise en compte du paramètre ssl=false du mousePosition (cfa88c4546cb146902357b0a75b790acfb405c7d)
- correctif sur l'export de la version en mode module

* [Security]

---


# Extension Geoportail Leaflet, version __VERSION__

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

Mise à jour de Leaflet en version 1.7.1

## Changelog

* [Added]

* [Changed]

- leaflet en version 1.7.1
- mise à jour de la documentation (5c189f7ef6de22e398ca7426d84abb751f049717)
- nouvel affichage du profil altimétrique par défaut (DISPLAY_PROFILE_BY_DEFAULT)

* [Deprecated]

* [Removed]

* [Fixed]

- correctif sur l'export de la version en mode module

* [Security]

---
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
36 changes: 18 additions & 18 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"version" : "2.2.12",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"main" : "dist/GpPluginItowns-src.js",
"scripts" : {},
"module" : "src/Itowns/index.js",
"dependencies" : {
"proj4" : "2.6.2",
"itowns" : "2.27.0",
"three" : "0.121.1",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "2.1.6",
"request" : "^2.83.0",
"sortablejs" : "1.8.4",
"three" : "0.121.1",
"loglevel" : "1.6.6",
"xmldom" : "^0.1.27"
"sortablejs" : "1.8.4"
},
"name" : "geoportal-extensions-itowns",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"scripts" : {},
"author" : "IGNF",
"description" : "French Geoportal Extensions for iTowns",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"bugs" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"license" : "CECILL-B",
"version" : "2.3.0",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"description" : "French Geoportal Extensions for iTowns",
"bundleDependencies" : [],
"main" : "dist/GpPluginItowns-src.js",
"bugs" : {},
"directories" : {},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"peerDependencies" : {},
"devDependencies" : {},
"license" : "CECILL-B",
"directories" : {},
"date" : "23/09/2020"
"peerDependencies" : {},
"date" : "09/12/2020",
"name" : "geoportal-extensions-itowns"
}
52 changes: 26 additions & 26 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"directories" : {},
"scripts" : {},
"main" : "dist/GpPluginLeaflet-src.js",
"name" : "geoportal-extensions-leaflet",
"dependencies" : {
"leaflet" : "1.7.1",
"proj4leaflet" : "1.0.2",
"sortablejs" : "1.8.4",
"leaflet-draw" : "1.0.4",
"loglevel" : "1.6.6",
"proj4" : "2.6.0",
"geoportal-access-lib" : "2.1.6"
},
"devDependencies" : {},
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"directories" : {},
"main" : "dist/GpPluginLeaflet-src.js",
"license" : "CECILL-B",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"module" : "src/Leaflet/index.js",
"scripts" : {},
"author" : "IGNF",
"peerDependencies" : {},
"bundleDependencies" : [],
"version" : "2.1.7",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"date" : "23/09/2020",
"description" : "French Geoportal Extension for Leaflet",
"version" : "2.1.6",
"dependencies" : {
"geoportal-access-lib" : "2.1.6",
"loglevel" : "1.6.6",
"sortablejs" : "1.8.4",
"leaflet" : "1.7.1",
"proj4" : "2.6.0",
"leaflet-draw" : "1.0.4",
"proj4leaflet" : "1.0.2"
"module" : "src/Leaflet/index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"bundleDependencies" : [],
"devDependencies" : {},
"bugs" : {},
"name" : "geoportal-extensions-leaflet"
"date" : "09/12/2020",
"description" : "French Geoportal Extension for Leaflet",
"peerDependencies" : {},
"license" : "CECILL-B"
}
44 changes: 22 additions & 22 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"bugs" : {},
"date" : "23/09/2020",
"description" : "French Geoportal Extensions for OpenLayers",
"license" : "CECILL-B",
"devDependencies" : {},
"name" : "geoportal-extensions-openlayers",
"peerDependencies" : {},
"module" : "src/OpenLayers/index.js",
"directories" : {},
"description" : "French Geoportal Extensions for OpenLayers",
"version" : "3.0.13",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"license" : "CECILL-B",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"dependencies" : {
"ol" : "5.3.0",
"sortablejs" : "1.8.4",
"@mapbox/mapbox-gl-style-spec" : "13.11.0",
"proj4" : "2.6.0",
"loglevel" : "1.6.6",
"xmldom" : "^0.1.27",
"eventbusjs" : "0.2.0",
"geoportal-access-lib" : "2.1.6",
"ol" : "5.3.0",
"ol-mapbox-style" : "4.2.1",
"xmldom" : "^0.1.27",
"proj4" : "2.6.0",
"request" : "^2.83.0"
"request" : "^2.83.0",
"ol-mapbox-style" : "4.2.1"
},
"bundleDependencies" : [],
"scripts" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"name" : "geoportal-extensions-openlayers",
"main" : "dist/GpPluginOpenLayers-src.js",
"version" : "3.0.12",
"module" : "src/OpenLayers/index.js",
"scripts" : {},
"bugs" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"author" : "IGNF",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
]
"date" : "09/12/2020"
}
25 changes: 19 additions & 6 deletions build/webpack/webpack.config.itowns.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ var smp = new SpeedMeasurePlugin();
// -- variables
var ROOT = path.join(__dirname, "../..");
var pkg = require(path.join(ROOT, "package.json"));
var pkgIt = require(path.join(ROOT, "node_modules", "itowns", "package.json"));

var regex = /[~^]/gm;
var version_three_it = pkgIt.devDependencies["three"].replace(regex, "");
var version_three = pkg.dependencies["three"].replace(regex, "");

console.log("THREE version into Itowns :", pkgIt.devDependencies["three"]);
console.log("THREE version :", pkg.dependencies["three"]);

if (version_three_it !== version_three) {
console.error("THREE dependencies isn't conforme !");
process.exit(1);
}

module.exports = (env, argv) => {
// environnement d'execution
Expand Down Expand Up @@ -119,14 +132,14 @@ module.exports = (env, argv) => {
// }
// },
stats : "errors-only",
// host : "localhost",
// https: true,
// port : 9001,
// hot : true,
// contentBase : path.join(__dirname),
host : "localhost",
https: true,
port : 9001,
hot : true,
contentBase : path.join(__dirname),
// publicPath : "/dist/itowns/",
// openPage : "/samples/index-itowns-map.html",
// open : "google-chrome",
open : "google-chrome",
watchOptions : {
watch : true,
poll : true
Expand Down
12 changes: 6 additions & 6 deletions build/webpack/webpack.config.leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ module.exports = (env, argv) => {
// }
// },
stats : "errors-only",
// host : "localhost",
// https: true,
// port : 9001,
// hot : true,
// contentBase : path.join(__dirname),
host : "localhost",
https: true,
port : 9001,
hot : true,
contentBase : path.join(__dirname),
// publicPath : "/dist/leaflet/",
// openPage : "/samples/index-leaflet-map.html",
// open : "google-chrome",
open : "google-chrome",
watchOptions : {
watch : true,
poll : true
Expand Down
12 changes: 6 additions & 6 deletions build/webpack/webpack.config.openlayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ module.exports = (env, argv) => {
// }
// },
stats : "errors-only",
// host : "localhost",
// https: true,
// port : 9001,
// hot : true,
// contentBase : path.join(__dirname),
host : "localhost",
https: true,
port : 9001,
hot : true,
contentBase : path.join(__dirname),
// publicPath : "/dist/openlayers/",
// openPage : "/samples/index-openlayers-map.html",
// open : "google-chrome",
open : "google-chrome",
watchOptions : {
watch : true,
poll : true
Expand Down
Loading

0 comments on commit b88670c

Please sign in to comment.