Ad Widget

Collapse

Zabbix is using an outdated Openstreetmap tile URL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • otbutz
    Junior Member
    • Sep 2023
    • 1

    #1

    Zabbix is using an outdated Openstreetmap tile URL

    The map currently loads tiles using the following URL template:
    Code:
    https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
    as defined here

    The OpenStreetMap project is going to retire this old URL format. This one should be used instead:

    Code:
    https://tile.openstreetmap.org/{z}/{x}/{y}.png
    See https://github.com/openstreetmap/operations/issues/737
Working...