Skip to content

Commit

Permalink
Release ext-leaflet-2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jan 28, 2021
2 parents 41d3034 + fdea1b8 commit 4600c30
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-itowns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
with:
repository: IGNF/geoportal-extensions
ref: develop
token: ${{ secrets.ADMIN_GEOPORTAL_TOKEN }}

- name: Download ChangeLog artifacts
uses: actions/download-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-leaflet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
with:
repository: IGNF/geoportal-extensions
ref: develop
token: ${{ secrets.ADMIN_GEOPORTAL_TOKEN }}

- name: Download ChangeLog artifacts
uses: actions/download-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-ol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jobs:
with:
repository: IGNF/geoportal-extensions
ref: develop
token: ${{ secrets.ADMIN_GEOPORTAL_TOKEN }}

- name: Download ChangeLog artifacts
uses: actions/download-artifact@v2
Expand Down
5 changes: 3 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,16 @@ Ajout d'évènements sur les contrôles
## Summary

Version Leaflet 1.7.1
Mise à jour de Leaflet en version 1.7.1

## Changelog

* [Added]

* [Changed]

- mise à jour de la documentation
- leaflet en version 1.7.1
- mise à jour de la documentation (5c189f7ef6de22e398ca7426d84abb751f049717)

* [Deprecated]

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.3.0",
"date": "02/12/2020",
"version": "2.3.1",
"date": "09/12/2020",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.1.6",
"leafletExtVersion": "2.1.7",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.0.13",
"itownsExtName": "French Geoportal Extension for Itowns",
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/IGN_MNT.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}]
}],
"format": "image/x-bil;bits=32",
"crs" : "EPSG:4326",
"projection" : "EPSG:4326",
"tileMatrixSet": "WGS84G",
"tileMatrixSetLimits": {
"3": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"crossOrigin" : "omit"
},
"format": "image/x-bil;bits=32",
"crs" : "EPSG:4326",
"projection" : "EPSG:4326",
"tileMatrixSet": "WGS84G",
"tileMatrixSetLimits": {
"6": {
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/IGN_MNT_SRTM.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}]
}],
"format": "image/x-bil;bits=32",
"crs" : "EPSG:4326",
"projection" : "EPSG:4326",
"tileMatrixSet": "WGS84G",
"tileMatrixSetLimits": {
"1": {
Expand Down
4 changes: 2 additions & 2 deletions samples-src/resources/itowns/JSONLayers/Ortho.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source": {
"protocol": "wmts",
"url": "https://wxs.ign.fr/ptlp78g6fvz9daz5mg2fztvr/geoportail/wmts",
"crs" : "EPSG:3857",
"projection" : "EPSG:3857",
"updateStrategy": {
"type": "0",
"options": {}
Expand Down Expand Up @@ -225,4 +225,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/OrthosCRS.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url" : "http://www.ign.fr"
}],
"format": "image/jpeg",
"crs" : "EPSG:4326",
"projection" : "EPSG:4326",
"tileMatrixSet": "WGS84",
"extent": {
"west": "-178.187",
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/Region.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format" : "image/png",
"name" : "REGION.2016",
"style" : "",
"crs" : "EPSG:3857",
"projection" : "EPSG:3857",
"transparent" : true,
"featureInfoMimeType" : "",
"dateTime" : "",
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/ScanEX.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}],
"name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-EXPRESS.STANDARD",
"format": "image/jpeg",
"crs" : "EPSG:3857",
"projection" : "EPSG:3857",
"tileMatrixSet": "PM",
"tileMatrixSetLimits": {
"6" : {
Expand Down

0 comments on commit 4600c30

Please sign in to comment.