Skip to content

Commit 0e65154

Browse files
committed
Updated OpenStreetMap's Tile-Server address
1 parent f891b5e commit 0e65154

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 4.6.0
22
* 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)
34

45
## 4.5.0
56
* Added support for [WMS](https://leafletjs.com/reference.html#tilelayer-wms) #486

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/layer/raster/LTileLayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static LTileLayer createDefaultForOpenStreetMapTileServer(final LComponen
6464
{
6565
return new LTileLayer(
6666
compReg,
67-
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
67+
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
6868
19,
6969
"© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
7070
);

0 commit comments

Comments
 (0)