Skip to content

Commit

Permalink
Merge branch 'release-ol-3.4.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Apr 4, 2024
2 parents c16006e + 5f3dce2 commit d9de095
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## Summary

Correction sur le calcul d'itinéraire piéton.

## Changelog

* [Added]
Expand All @@ -18,7 +20,7 @@
* [Fixed]

- widget itineraire utilise ressource bdtopo-valhalla dans le cas d'un itinéraire pieton en mode fastest (6675d287eb028170dea5d0dbdae2acaed51359ca)
- tilegrid par défaut (512px) pour vecteur tuilé sur layerImport
- tilegrid par défaut (512px) pour vecteur tuilé sur layerImport (c16006ef1de0d10794541db90d0f6fbadb1b501c)

* [Security]

Expand Down Expand Up @@ -69,7 +71,7 @@

* [Fixed]

- corrige couche json itowns, mauvaise urlO
- corrige couche json itowns, mauvaise url (77c6eb1b75c68a348c215c0fb0f2ee86cc80bd52)


* [Security]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "3.0.0",
"date": "19/03/2024",
"version": "3.0.1",
"date": "04/04/2024",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.4.0",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.4.0",
"olExtVersion": "3.4.1",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.5.0",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down
2 changes: 1 addition & 1 deletion src/OpenLayers/Controls/LayerImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { unByKey as olObservableUnByKey } from "ol/Observable";
import Collection from "ol/Collection";
import Feature from "ol/Feature";
import WMTSTileGrid from "ol/tilegrid/WMTS";
import { createXYZ as olCreateXYZTileGrid } from "ol/tilegrid"; // FIXME olCreateXYZTileGrid !?
// import { createXYZ as olCreateXYZTileGrid } from "ol/tilegrid"; // FIXME olCreateXYZTileGrid !?
import {
transform as olTransformProj,
get as olGetProj,
Expand Down

0 comments on commit d9de095

Please sign in to comment.