itowns 2.43.2-next.1 → 2.43.2-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -125,5 +125,7 @@ iTowns is currently maintained by [IGN](http://www.ign.fr) and
125
125
 
126
126
  Contributions in any forms and new contributors and maintainers are welcome. Get in touch with us if you are interested :)
127
127
 
128
+ The governance of the project is open and explicited [here](https://github.com/iTowns/itowns-governance).
129
+
128
130
  [![IGN](./img/logo_ign.png)](https://www.ign.fr)
129
131
  [![CIRIL Group](./img/CIRIL_Group_logo.png)](https://www.cirilgroup.com/en/)
@@ -4,7 +4,7 @@
4
4
  "crs": "EPSG:3857",
5
5
  "isInverted": true,
6
6
  "format": "image/png",
7
- "url": "http://osm.oslandia.io/styles/klokantech-basic/${z}/${x}/${y}.png",
7
+ "url": "https://maps.pole-emploi.fr/styles/klokantech-basic/${z}/${x}/${y}.png",
8
8
  "attribution": {
9
9
  "name":"OpenStreetMap",
10
10
  "url": "http://www.openstreetmap.org/"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itowns",
3
- "version": "2.43.2-next.1",
3
+ "version": "2.43.2-next.3",
4
4
  "description": "A JS/WebGL framework for 3D geospatial data visualization",
5
5
  "type": "module",
6
6
  "main": "lib/Main.js",