Skip to content

Commit

Permalink
releases extensions Geoplateforme
Browse files Browse the repository at this point in the history
- ext geoplateforme pour openlayer 3.4.0
- ext geoplateforme pour leaflet 2.4.0
- ext geoplateforme pour itowns 2.5.0
  • Loading branch information
elias75015 committed Mar 19, 2024
1 parent 5c39777 commit ce6544a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 3 additions & 2 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"author" : "IGNF",
"date" : "14/12/2023",
"date" : "19/03/2024",
"keywords" : [
"geoportail",
"geoplateforme",
"plugin",
"javascript",
"Itowns"
Expand Down Expand Up @@ -40,6 +41,6 @@
"bundleDependencies" : [],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"bugs" : {},
"version" : "2.5.0-beta4",
"version" : "2.5.0",
"module" : "src/Itowns/index.js"
}
4 changes: 2 additions & 2 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"types" : "src/Leaflet/index.d.ts",
"date" : "14/12/2023",
"date" : "19/03/2024",
"bugs" : {},
"files" : [
"dist/",
Expand All @@ -23,7 +23,7 @@
},
"bundleDependencies" : [],
"scripts" : {},
"version" : "2.4.0-beta4",
"version" : "2.4.0",
"devDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"repository" : {
Expand Down
5 changes: 3 additions & 2 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"license" : "CECILL-B",
"keywords" : [
"geoportail",
"geoplateforme",
"plugin",
"javascript",
"OpenLayers"
],
"name" : "geoportal-extensions-openlayers",
"version" : "3.4.0-beta4",
"version" : "3.4.0",
"dependencies" : {
"proj4" : "2.7.5",
"sortablejs" : "1.14.0",
Expand All @@ -37,5 +38,5 @@
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"date" : "14/12/2023"
"date" : "19/03/2024"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.9.0",
"date": "14/12/2023",
"version": "3.0.0",
"date": "19/03/2024",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.4.0-beta4",
"leafletExtVersion": "2.4.0",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.4.0-beta4",
"olExtVersion": "3.4.0",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.5.0-beta4",
"itownsExtVersion": "2.5.0",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
"types": "dist/leaflet/index.d.ts, dist/openlayers/index.d.ts, dist/itowns/index.d.ts",
"module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js",
Expand Down

0 comments on commit ce6544a

Please sign in to comment.