File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/layer/raster Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 4.6.0
2
2
* Changed all occurrences of `` Integer `` and `` Double `` to `` Number `` for improved compatibility with Leaflet's API
3
+ * Updated OpenStreetMap's Tile-Server address to `` tile.openstreetmap.org `` [ openstreetmap/operations #737 ] ( https://github.com/openstreetmap/operations/issues/737 )
3
4
4
5
## 4.5.0
5
6
* Added support for [ WMS] ( https://leafletjs.com/reference.html#tilelayer-wms ) #486
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public static LTileLayer createDefaultForOpenStreetMapTileServer(final LComponen
64
64
{
65
65
return new LTileLayer (
66
66
compReg ,
67
- "https://{s}. tile.openstreetmap.org/{z}/{x}/{y}.png" ,
67
+ "https://tile.openstreetmap.org/{z}/{x}/{y}.png" ,
68
68
19 ,
69
69
"© <a href=\" https://www.openstreetmap.org/copyright\" >OpenStreetMap</a>"
70
70
);
You can’t perform that action at this time.
0 commit comments