Skip to content

Commit

Permalink
release 3.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 18, 2022
1 parent 79ef7c6 commit 4200879
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 54 deletions.
7 changes: 5 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
## Summary

* maj des extensions OpenLayers
* maj des extensions OpenLayers 3.2.18

## Changelog

* [Added]

- Appliquer une contrainte d’échelle avec le zoom "mousewheel" et la touche SHIFT
- Appliquer une contrainte d’échelle avec le zoom "mousewheel" et la touche SHIFT
- Ajout d'un exemple de couche MapBox de type multi-source

* [Changed]

- Exposer l'éditeur de style avec la variable *Gp.Editor*

* [Removed]

* [Fixed]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.3.18",
"date": "04/10/2022",
"SDK2DVersion": "3.3.18",
"SDK3DVersion": "3.3.18",
"version": "3.3.19",
"date": "18/11/2022",
"SDK2DVersion": "3.3.19",
"SDK3DVersion": "3.3.19",
"description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js",
"module": "src/SDK2D.js, src/SDK3D.js",
Expand Down
40 changes: 20 additions & 20 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"repository" : {
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
"module" : "src/SDK2D.js",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"version" : "3.3.14",
"main" : "dist/GpSDK2D-src.js",
"license" : "CECILL-B",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"date" : "09/05/2022",
"version" : "3.3.19",
"name" : "@ignf-geoportal/sdk-2d",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"author" : "IGNF",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"module" : "src/SDK2D.js",
"main" : "dist/GpSDK2D-src.js",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"dependencies" : {
"geoportal-extensions-openlayers" : "3.2.12",
"xmldom" : "^0.1.27",
"ol" : "6.9.0",
"node-fetch" : "^2.6.1"
},
"license" : "CECILL-B",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"scripts" : {},
"directories" : {},
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
"date" : "18/11/2022",
"author" : "IGNF",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"scripts" : {}
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"dependencies" : {
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.2.18",
"xmldom" : "^0.1.27"
}
}
56 changes: 28 additions & 28 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"directories" : {},
"module" : "src/SDK3D.js",
"version" : "3.3.14",
"main" : "dist/GpSDK3D-src.js",
"dependencies" : {
"itowns" : "2.37.0",
"geoportal-extensions-itowns" : "2.3.6",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.2.12",
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1"
"author" : "IGNF",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"name" : "@ignf-geoportal/sdk-3d",
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"license" : "CECILL-B",
"module" : "src/SDK3D.js",
"directories" : {},
"scripts" : {},
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
],
"dependencies" : {
"node-fetch" : "^2.6.1",
"geoportal-extensions-openlayers" : "3.2.18",
"ol" : "6.9.0",
"geoportal-extensions-itowns" : "2.3.9",
"itowns" : "2.38.2",
"xmldom" : "^0.1.27"
},
"date" : "18/11/2022",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"author" : "IGNF",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"date" : "09/05/2022",
"scripts" : {},
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
]
"version" : "3.3.19",
"main" : "dist/GpSDK3D-src.js"
}

0 comments on commit 4200879

Please sign in to comment.