Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Mar 31, 2020
2 parents dd37d60 + 2f9ac70 commit bb2f048
Show file tree
Hide file tree
Showing 21 changed files with 86,057 additions and 108 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ last
* geoportal-access-lib

last
└── [email protected].5
└── [email protected].6

* leaflet

Expand All @@ -43,7 +43,7 @@ last

* "itowns"

└── "itowns@2.15.3"
└── "itowns@2.19.0"

* loglevel

Expand Down
29 changes: 24 additions & 5 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,46 @@
**TODO : PREPARATION POUR PROCHAINE LIVRAISON**

# Extension Geoportail OpenLayers, version 3.0.7
# Extension Geoportail OpenLayers, version 3.0.8

**02/03/2020**
**31/03/2020**
> Release Extension Geoportail OpenLayers
## Summary

* fix sur le retrait d'un widget de la carte
* correctif sur les widgets
* correctif sur l'éditeur de styles (mapbox)
* fix sur les versions des dépendances (mapbox)

## Changelog

* [Added]

- gestion des icônes dans l’éditeur MapBox ([\#261](https://github.com/IGNF/geoportal-extensions/pull/261))

* [Changed]

- mise à jour du plugin de minification : "terser-webpack-plugin" ([\#261](https://github.com/IGNF/geoportal-extensions/pull/261))

* [Deprecated]

* [Removed]

* [Fixed]

- fix sur le retrait du widget "mouseposition" de la carte
- Control LocationSelector OL : inversion affichage lon/lat
- widget "mouseposition" :
- fix sur le retrait de la carte
- correctif sur l'inversion affichage lon/lat

- fix sur la gestion des evenements du widget "drawing"

- utilisation de la version "13.11.0" de la dépendance "@mapbox/mapbox-gl-style-spec" ([\#261](https://github.com/IGNF/geoportal-extensions/pull/261))

* [Security]

**BREAKING CHANGES**

> compilation du projet avec une version nodejs > 8.9.0
---

# Extension Geoportail Itowns, version 2.2.8
Expand All @@ -41,6 +56,8 @@

* [Changed]

- choix fixé des versions des dépendances dans le package.json

* [Deprecated]

* [Removed]
Expand Down Expand Up @@ -69,6 +86,8 @@

* [Changed]

- choix fixé des versions des dépendances dans le package.json

* [Deprecated]

* [Removed]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified build/scripts/release/geoportal-extensions-leaflet-2.1.5.tgz
Binary file not shown.
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,45 +1,45 @@
{
"date" : "06/03/2020",
"description" : "French Geoportal Extensions for iTowns",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"bugs" : {},
"bundleDependencies" : [],
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"scripts" : {},
"name" : "geoportal-extensions-itowns",
"date" : "26/03/2020",
"author" : "IGNF",
"bugs" : {},
"directories" : {},
"scripts" : {},
"version" : "2.2.8",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"peerDependencies" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"main" : "dist/GpPluginItowns-src.js",
"directories" : {},
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"license" : "CECILL-B",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"main" : "dist/GpPluginItowns-src.js",
"dependencies" : {
"three.meshline" : "~1.2.0",
"loglevel" : "~1.6.1",
"itowns" : "2.19.0",
"sortablejs" : "1.8.4",
"proj4" : "2.5.0",
"three" : "0.113.2",
"xmldom" : "^0.1.27",
"three" : "^0.113.2",
"request" : "^2.83.0",
"geoportal-access-lib" : "^2.1.6"
"three.meshline" : "1.2.0",
"sortablejs" : "1.8.4",
"proj4" : "2.5.0",
"itowns" : "2.19.0",
"loglevel" : "1.6.1",
"geoportal-access-lib" : "2.1.6"
},
"description" : "French Geoportal Extensions for iTowns",
"devDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"version" : "2.2.7",
"module" : "src/Itowns/index.js",
"peerDependencies" : {}
"name" : "geoportal-extensions-itowns",
"devDependencies" : {}
}
44 changes: 22 additions & 22 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"description" : "French Geoportal Extension for Leaflet",
"module" : "src/Leaflet/index.js",
"main" : "dist/GpPluginLeaflet-src.js",
"name" : "geoportal-extensions-leaflet",
"dependencies" : {
"leaflet" : "1.5.1",
"geoportal-access-lib" : "2.1.6",
"sortablejs" : "1.8.4",
"leaflet-draw" : "1.0.4",
"proj4" : "2.6.0",
"proj4leaflet" : "1.0.2",
"loglevel" : "1.6.1"
},
"devDependencies" : {},
"bundleDependencies" : [],
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"devDependencies" : {},
"name" : "geoportal-extensions-leaflet",
"dependencies" : {
"leaflet" : "1.5.1",
"loglevel" : "~1.6.1",
"sortablejs" : "1.8.4",
"leaflet-draw" : "1.0.4",
"geoportal-access-lib" : "^2.1.6",
"proj4" : "2.5.0",
"proj4leaflet" : "~1.0.2"
},
"date" : "05/12/2019",
"directories" : {},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"bugs" : {},
"author" : "IGNF",
"module" : "src/Leaflet/index.js",
"date" : "26/03/2020",
"peerDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"version" : "2.1.5",
"directories" : {},
"description" : "French Geoportal Extension for Leaflet",
"bugs" : {},
"license" : "CECILL-B",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"main" : "dist/GpPluginLeaflet-src.js",
"scripts" : {},
"bundleDependencies" : [],
"author" : "IGNF",
"version" : "2.1.5",
"license" : "CECILL-B"
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html"
}
47 changes: 24 additions & 23 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,46 @@
{
"description" : "French Geoportal Extensions for OpenLayers",
"bugs" : {},
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"author" : "IGNF",
"name" : "geoportal-extensions-openlayers",
"peerDependencies" : {},
"devDependencies" : {},
"main" : "dist/GpPluginOpenLayers-src.js",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"module" : "src/OpenLayers/index.js",
"devDependencies" : {},
"author" : "IGNF",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"directories" : {},
"bundleDependencies" : [],
"description" : "French Geoportal Extensions for OpenLayers",
"scripts" : {},
"dependencies" : {
"loglevel" : "~1.6.1",
"sortablejs" : "1.8.4",
"proj4" : "2.5.0",
"ol-mapbox-style" : "^4.2.1",
"geoportal-access-lib" : "^2.1.6",
"request" : "^2.83.0",
"eventbusjs" : "0.2.0",
"proj4" : "2.6.0",
"geoportal-access-lib" : "2.1.6",
"loglevel" : "1.6.1",
"xmldom" : "^0.1.27",
"ol" : "^5.3.0",
"request" : "^2.83.0",
"eventbusjs" : "^0.2.0"
"@mapbox/mapbox-gl-style-spec" : "13.11.0",
"ol-mapbox-style" : "^4.3.0"
},
"bugs" : {},
"date" : "31/03/2020",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"license" : "CECILL-B",
"version" : "3.0.7",
"bundleDependencies" : [],
"scripts" : {},
"date" : "24/01/2020",
"main" : "dist/GpPluginOpenLayers-src.js"
"directories" : {},
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"name" : "geoportal-extensions-openlayers",
"module" : "src/OpenLayers/index.js",
"version" : "3.0.8"
}
1 change: 1 addition & 0 deletions build/webpack/webpack.config.itowns.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ module.exports = (env, argv) => {
/** MINIFICATION */
minimizer: [
new TerserJsWebPackPlugin({
extractComments: false,
terserOptions: {
output: {
// FIXME avec les banner !
Expand Down
1 change: 1 addition & 0 deletions build/webpack/webpack.config.leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ module.exports = (env, argv) => {
/** MINIFICATION */
minimizer: [
new TerserJsWebPackPlugin({
extractComments: false,
terserOptions: {
output: {
// FIXME avec les banner !
Expand Down
3 changes: 2 additions & 1 deletion build/webpack/webpack.config.openlayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ module.exports = (env, argv) => {
/** MINIFICATION */
minimizer: [
new TerserJsWebPackPlugin({
extractComments: false,
terserOptions: {
output: {
// FIXME avec les banner !
Expand Down Expand Up @@ -407,7 +408,7 @@ module.exports = (env, argv) => {
context : [
path.join(ROOT, "samples-src", "config.json"),
{
mode : (devMode) ? "-src" : suffix,
mode : suffix,
version : pkg.dependencies["ol"] === 'latest' ? pkg.dependencies["ol"] : 'v' + pkg.dependencies["ol"].match(/(\d+\.\d+\.\d+)/)[0]
}
]
Expand Down
1 change: 1 addition & 0 deletions build/webpack/webpack.config.openlayers.modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ module.exports = (env, argv) => {
/** MINIFICATION */
minimizer: [
new TerserJsWebPackPlugin({
extractComments: false,
terserOptions: {
output: {
// FIXME avec les banner !
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.2.11",
"date": "26/03/2020",
"date": "31/03/2020",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.1.5",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.0.7",
"olExtVersion": "3.0.8",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.2.8",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down Expand Up @@ -73,13 +73,13 @@
"dependencies": {
"eventbusjs": "^0.2.0",
"geoportal-access-lib": "^2.1.6",
"handlebars": "^4.7.2",
"itowns": "2.19.0",
"leaflet": "1.5.1",
"leaflet-draw": "1.0.4",
"loglevel": "~1.6.1",
"ol": "^5.3.0",
"ol-mapbox-style": "^4.2.1",
"ol-mapbox-style": "^4.3.0",
"@mapbox/mapbox-gl-style-spec": "13.11.0",
"proj4": "^2.5.0",
"proj4leaflet": "~1.0.2",
"sortablejs": "1.8.4",
Expand Down Expand Up @@ -107,6 +107,7 @@
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"fs-extra": "^8.0.1",
"handlebars": "^4.7.2",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^3.1.0",
"istanbul-instrumenter-loader": "^3.0.1",
Expand All @@ -126,7 +127,7 @@
"speed-measure-webpack-plugin": "^1.3.0",
"string-template": "^1.0.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"terser-webpack-plugin": "^2.0.0",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Ajout des outils de dessin avec options</h2>

if (feature) {

var coord = evt.coordinates;
var coord = evt.coordinate;
var props = feature.getProperties();
// Offset the popup so it points at the middle of the marker not the tip
popup.setOffset([0, -22]);
Expand Down
Loading

0 comments on commit bb2f048

Please sign in to comment.