Skip to content

Commit

Permalink
release ext itowns-2.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Aug 1, 2022
2 parents 7590a85 + b69cb1e commit cdd97c7
Show file tree
Hide file tree
Showing 65 changed files with 2,410 additions and 722 deletions.
22 changes: 20 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,37 @@




# Extension Geoportail OpenLayers, version __VERSION__

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

Fix sur l'outil de dessin
Correctifs sur l'editeur de styles MapBox et le controle d'import des données MapBox

## Changelog

* [Added]

- Ajout d'options de tri dans l'editeur de style MapBox

* [Changed]

- Passage en mode Feature (vs FeatureRender) pour l'import du vecteur tuilé
- mise à jour du Readme (b7bb7fc5b216c04e4bee7bb4ef2f9510dbe23d33)

* [Deprecated]

* [Removed]

* [Fixed]

- Exception sur l'export des features en cours d'édition sur l'outil de dessin
- Fix sur la gestion des imports de type MapBox
- Fix sur les legendes MapBox
- Fix sur le rendu sous FireFox des legendes MapBox
- Fix sur le tri alpha des couches MapBox

* [Security]

Expand All @@ -44,6 +53,8 @@ Fix sur l'outil de dessin

* [Changed]

- mise à jour du Readme (b7bb7fc5b216c04e4bee7bb4ef2f9510dbe23d33)

* [Deprecated]

* [Removed]
Expand All @@ -62,12 +73,19 @@ Fix sur l'outil de dessin
## Summary

Mise à jour d'iTowns en version 2.38.2 et ajout d'un control de visualisation des bâtiments en 3D.

## Changelog

* [Added]

- ajout d'un control de visualisation des bâtiments en boite à chaussures (#336)

* [Changed]

- mise à jour d'iTowns en version 2.28.2 (#336)
- mise à jour du Readme (b7bb7fc5b216c04e4bee7bb4ef2f9510dbe23d33)

* [Deprecated]

* [Removed]
Expand Down
Binary file modified build/scripts/release/geoportal-extensions-itowns-2.3.6.tgz
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-leaflet-2.2.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-openlayers-3.2.13.tgz
Binary file not shown.
58 changes: 29 additions & 29 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"peerDependencies" : {},
"name" : "geoportal-extensions-itowns",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"directories" : {},
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"author" : "IGNF",
"bugs" : {},
"dependencies" : {
"loglevel" : "1.6.7",
"three" : "0.135.0",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.5",
"itowns" : "2.37.0",
"loglevel" : "1.6.6",
"sortablejs" : "1.14.0",
"three" : "0.137.5",
"geoportal-access-lib" : "3.1.0",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "3.1.0"
"itowns" : "2.38.2",
"node-fetch" : "^2.6.1"
},
"module" : "src/Itowns/index.js",
"description" : "French Geoportal Extensions for iTowns",
"peerDependencies" : {},
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"bundleDependencies" : [],
"scripts" : {},
"main" : "dist/GpPluginItowns-src.js",
"date" : "23/03/2022",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"author" : "IGNF",
"bugs" : {},
"version" : "2.3.6",
"devDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"license" : "CECILL-B"
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"main" : "dist/GpPluginItowns-src.js",
"description" : "French Geoportal Extensions for iTowns",
"license" : "CECILL-B",
"directories" : {},
"module" : "src/Itowns/index.js",
"scripts" : {},
"version" : "2.3.6",
"date" : "11/05/2022",
"name" : "geoportal-extensions-itowns"
}
44 changes: 22 additions & 22 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name" : "geoportal-extensions-leaflet",
"main" : "dist/GpPluginLeaflet-src.js",
"license" : "CECILL-B",
"version" : "2.2.4",
"bugs" : {},
"scripts" : {},
"module" : "src/Leaflet/index.js",
"peerDependencies" : {},
"dependencies" : {
"proj4" : "2.7.5",
"proj4leaflet" : "1.0.2",
"leaflet" : "1.7.1",
"sortablejs" : "1.8.4",
"leaflet-draw" : "1.0.4",
"proj4leaflet" : "1.0.2",
"node-fetch" : "^2.6.1",
"geoportal-access-lib" : "3.1.0",
"loglevel" : "1.6.6",
"leaflet" : "1.7.1",
"sortablejs" : "1.8.4",
"geoportal-access-lib" : "3.1.0",
"xmldom" : "^0.1.27"
},
"license" : "CECILL-B",
"directories" : {},
"date" : "23/03/2022",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"module" : "src/Leaflet/index.js",
"peerDependencies" : {},
"bugs" : {},
"directories" : {},
"bundleDependencies" : [],
"devDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"devDependencies" : {},
"scripts" : {},
"version" : "2.2.4",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"main" : "dist/GpPluginLeaflet-src.js",
"bundleDependencies" : [],
"description" : "French Geoportal Extension for Leaflet"
"date" : "11/05/2022",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"description" : "French Geoportal Extension for Leaflet",
"name" : "geoportal-extensions-leaflet"
}
54 changes: 27 additions & 27 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",
"version" : "3.2.13",
"author" : "IGNF",
"dependencies" : {
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"xmldom" : "^0.1.27",
"ol-mapbox-style" : "6.7.0",
"eventbusjs" : "0.2.0",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.1.0",
"proj4" : "2.7.5",
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"loglevel" : "1.6.6"
},
"directories" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"version" : "3.2.13",
"main" : "dist/GpPluginOpenLayers-src.js",
"license" : "CECILL-B",
"peerDependencies" : {},
"module" : "src/OpenLayers/index.js",
"main" : "dist/GpPluginOpenLayers-src.js",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"bundleDependencies" : [],
"devDependencies" : {},
"date" : "11/05/2022",
"description" : "French Geoportal Extensions for OpenLayers",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"scripts" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"directories" : {},
"devDependencies" : {},
"bugs" : {},
"license" : "CECILL-B",
"peerDependencies" : {},
"dependencies" : {
"eventbusjs" : "0.2.0",
"node-fetch" : "^2.6.1",
"ol-mapbox-style" : "6.7.0",
"proj4" : "2.7.5",
"loglevel" : "1.6.6",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "3.1.0",
"sortablejs" : "1.14.0",
"ol" : "6.9.0"
},
"description" : "French Geoportal Extensions for OpenLayers",
"date" : "11/05/2022",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"name" : "geoportal-extensions-openlayers"
]
}
4 changes: 3 additions & 1 deletion build/webpack/webpack.config.itowns.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@ module.exports = (env, argv) => {
new CopyWebpackPlugin([
{
from : path.join(ROOT, "samples-src", "resources", "**/*"),
to : path.join(ROOT, "samples", "resources")
to : path.join(ROOT, "samples", "resources"),
context : path.join(ROOT, "samples-src", "resources"),
force: true
}
])
]
Expand Down
4 changes: 3 additions & 1 deletion build/webpack/webpack.config.leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ module.exports = (env, argv) => {
new CopyWebpackPlugin([
{
from : path.join(ROOT, "samples-src", "resources", "**/*"),
to : path.join(ROOT, "samples", "resources")
to : path.join(ROOT, "samples", "resources"),
context : path.join(ROOT, "samples-src", "resources"),
force: true
}
])
]
Expand Down
6 changes: 3 additions & 3 deletions build/webpack/webpack.config.openlayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ module.exports = (env, argv) => {
new CopyWebpackPlugin([
{
from : path.join(ROOT, "samples-src", "resources", "**/*"),
to : path.join(ROOT, "samples", "resources")
// context : path.join(ROOT, "samples-src", "resources"),
// force: true
to : path.join(ROOT, "samples", "resources"),
context : path.join(ROOT, "samples-src", "resources"),
force: true
}
]),
// FIXME les ressources exemples ne sont pas prises en compte dans le mode watch !?
Expand Down
3 changes: 2 additions & 1 deletion build/webpack/webpack.config.openlayers.modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ module.exports = (env, argv) => {
{
from : path.join(ROOT, "samples-src", "resources", "**/*"),
to : path.join(ROOT, "samples", "resources"),
context : path.join(ROOT, "samples-src", "resources")
context : path.join(ROOT, "samples-src", "resources"),
force: true
}
]),
]
Expand Down
29 changes: 29 additions & 0 deletions doc/CHANGELOG-openlayers.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail OpenLayers, version 3.2.12](#extension-geoportail-openlayers-version-3212)
* [Summary](#summary-36)
* [Changelog](#changelog-33)
- [Extension Geoportail OpenLayers, version 3.2.13](#extension-geoportail-openlayers-version-3213)
* [Summary](#summary-37)
* [Changelog](#changelog-34)

<!-- tocstop -->

Expand Down Expand Up @@ -1350,3 +1353,29 @@ Evolution de la documentation et correction du layerswitcher
* [Security]
---
# Extension Geoportail OpenLayers, version 3.2.13
**11/05/2022**
> Release Extension Geoportail openlayers
## Summary
Fix sur l'outil de dessin
## Changelog
* [Added]
* [Changed]
* [Deprecated]
* [Removed]
* [Fixed]
- Exception sur l'export des features en cours d'édition sur l'outil de dessin
* [Security]
---
Loading

0 comments on commit cdd97c7

Please sign in to comment.