Overv / openstreetmap-tile-server

Docker file for a minimal effort OpenStreetMap tile server
Apache License 2.0
1.2k stars 482 forks source link

using 'https://tile.openstreetmap.org/{z}/{x}/{y}.png' #424

Open moodi2005 opened 3 months ago

moodi2005 commented 3 months ago

Is this also applicable for 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'?

nielsole commented 3 months ago

Can you please elaborate? This repo allows setting up a server that serves tiles under a similar URL structure.

St-Viacheslavik commented 3 months ago

@moodi2005

Is this also applicable for 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'?

To get a single tile in png format, use the URL format: "http://127.0.0.1:8080/tile/{z}/{x}/{y}.png"