Skip to content

Commit 405ec81

Browse files
committed
release 3.5.3
2 parents 84def29 + f00e109 commit 405ec81

4 files changed

Lines changed: 13 additions & 14 deletions

File tree

DRAFT_CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@
66
77
## Summary
88

9-
Mise à jour de la bibliothèque d'accès et des extensions
9+
Mise à jour de jour de l'extension Géoplateforme pour iTowns
1010

1111
## Changelog
1212

1313
* [Added]
1414

1515
* [Changed]
1616

17+
- update de l'extensions itowns en version 2.5.1
18+
1719
* [Removed]
1820

1921
* [Fixed]
2022

21-
- isodistance de plus de 50km possible
22-
- correction de la normalisation des URLs des services image
23-
2423
* [Deprecated]
2524

2625
* [Security]

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "geoportal-sdk",
3-
"version": "3.5.2",
4-
"date": "15/05/2024",
5-
"SDK2DVersion": "3.5.2",
6-
"SDK3DVersion": "3.5.2",
3+
"version": "3.5.3",
4+
"date": "16/05/2024",
5+
"SDK2DVersion": "3.5.3",
6+
"SDK3DVersion": "3.5.3",
77
"description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
88
"main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js",
99
"module": "src/SDK2D.js, src/SDK3D.js",
@@ -73,7 +73,7 @@
7373
"exports-loader": "^0.7.0",
7474
"expose-loader": "^0.7.5",
7575
"fs-extra": "^9.0.0",
76-
"geoportal-extensions-itowns": "2.5.0",
76+
"geoportal-extensions-itowns": "2.5.1",
7777
"geoportal-extensions-openlayers": "3.4.3",
7878
"handlebars": "^4.7.5",
7979
"handlebars-layouts": "^3.1.4",

scripts/release/package-SDK2D.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
],
1717
"module" : "src/SDK2D.js",
1818
"author" : "IGNF",
19-
"version" : "3.5.2",
19+
"version" : "3.5.3",
2020
"repository" : {
2121
"type" : "git",
2222
"url" : "https://github.com/IGNF/geoportal-sdk.git"
2323
},
2424
"name" : "@ignf-geoportal/sdk-2d",
2525
"description" : "French Geoportal SDK based on OpenLayers (2D)",
2626
"license" : "CECILL-B",
27-
"date" : "15/05/2024",
27+
"date" : "16/05/2024",
2828
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
2929
"directories" : {},
3030
"bugs" : {

scripts/release/package-SDK3D.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"date" : "15/05/2024",
2+
"date" : "16/05/2024",
33
"author" : "IGNF",
44
"bugs" : {
55
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
@@ -11,7 +11,7 @@
1111
"ol" : "6.9.0",
1212
"xmldom" : "^0.1.27",
1313
"geoportal-extensions-openlayers" : "3.4.3",
14-
"geoportal-extensions-itowns" : "2.5.0",
14+
"geoportal-extensions-itowns" : "2.5.1",
1515
"node-fetch" : "^2.6.1"
1616
},
1717
"license" : "CECILL-B",
@@ -23,7 +23,7 @@
2323
"url" : "https://github.com/IGNF/geoportal-sdk.git",
2424
"type" : "git"
2525
},
26-
"version" : "3.5.2",
26+
"version" : "3.5.3",
2727
"files" : [
2828
"dist/",
2929
"src/",

0 commit comments

Comments
 (0)