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 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments