Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use preferred tile.openstreetmap.org URL #737

Open
Firefishy opened this issue Aug 30, 2022 · 37 comments
Open

Use preferred tile.openstreetmap.org URL #737

Firefishy opened this issue Aug 30, 2022 · 37 comments
Labels
help-wanted Issues where help is needed to implement them service:tiles The raster map on tile.openstreetmap.org

Comments

@Firefishy
Copy link
Member

Firefishy commented Aug 30, 2022

TL;DR: use https://tile.openstreetmap.org, no subdomains, no short names.

Many projects, examples, and documentation still use old URLs to access the tile.openstreetmap.org service. The URLs should be updated as follows:

  • a.tile.openstreetmap.org -> tile.openstreetmap.org
  • b.tile.openstreetmap.org -> tile.openstreetmap.org
  • c.tile.openstreetmap.org -> tile.openstreetmap.org
  • a.tile.osm.org -> tile.openstreetmap.org
  • b.tile.osm.org -> tile.openstreetmap.org
  • c.tile.osm.org -> tile.openstreetmap.org
  • tile.osm.org -> tile.openstreetmap.org
  • http://* -> https:// (use secure URL)

tile.openstreetmap.org supports HTTP/2 and HTTP/3 which no longer require the old (a|b|c) aliases to increase browser connection concurrency. Using a single URL improves performance and ability to cache.

The old URLs have a maintenance burden and add complexity. The old URLs may stop working in the future. Please switch to the preferred URL now.

(This issue is for linking 3rd party projects on Github and elsewhere which are being asked to update tile.openstreetmap.org URLs)

@Firefishy Firefishy added the help-wanted Issues where help is needed to implement them label Aug 30, 2022
Firefishy added a commit to Firefishy/flutter_map that referenced this issue Aug 30, 2022
monsieurtanuki added a commit to osmdroid/osmdroid that referenced this issue Aug 31, 2022
"a.", "b.", "c." are not needed anymore, cf. openstreetmap/operations#737
mprins added a commit to mprins/dokuwiki-plugin-openlayersmap that referenced this issue Aug 31, 2022
see openlayers/openlayers#14062 and openstreetmap/operations#737

this should/can be reverted after upgrade to OL 7.1
@wrobell
Copy link

wrobell commented Aug 31, 2022

@Firefishy Thanks for reporting this for GeoTiler. Do you mind if I ask you to link to the relevant OSM documentation?

@Firefishy
Copy link
Member Author

@Firefishy Thanks for reporting this for GeoTiler. Do you mind if I ask you to link to the relevant OSM documentation?

This ticket is the documentation ;-) What would you like to see? Add something to https://operations.osmfoundation.org/ or on the blog? https://blog.openstreetmap.org/2022/05/01/meet-grant-slater-the-openstreetmap-foundation-s-new-senior-site-reliability-engineer/

@grischard
Copy link
Collaborator

@wrobell you can also see the recommended tile URL at https://wiki.openstreetmap.org/wiki/Tiles and https://wiki.openstreetmap.org/wiki/Tile_servers

@wrobell
Copy link

wrobell commented Aug 31, 2022

@grischard Thank you

simonw added a commit to simonw/datasette-cluster-map that referenced this issue Jun 13, 2024
Firefishy added a commit to Firefishy/gdal that referenced this issue Jun 27, 2024
Use OpenStreetMap's preferred tile url per: openstreetmap/operations#737
rouault pushed a commit to OSGeo/gdal that referenced this issue Jun 27, 2024
rouault pushed a commit to OSGeo/gdal that referenced this issue Jun 27, 2024
Use OpenStreetMap's preferred tile url per: openstreetmap/operations#737
danieldegroot2 added a commit to danieldegroot2/WebODM that referenced this issue Jul 7, 2024
I would like to suggest using the now preferred https://tile.openstreetmap.org URL instead of the current one (`{s}.`), see

openstreetmap/operations#737

Also, changes attribution URL to HTTPS link (use direct links).
Furthermore, changes name to simply 'OpenStreetMap'. (use common name)
danieldegroot2 added a commit to danieldegroot2/ODM that referenced this issue Jul 7, 2024
I would like to suggest using the now preferred https://tile.openstreetmap.org URL instead of the current one (`{s}.`), see

openstreetmap/operations#737

Also, changes attribution URL to HTTPS link (use direct links).
danieldegroot2 added a commit to danieldegroot2/editor-layer-index that referenced this issue Jul 10, 2024
danieldegroot2 added a commit to danieldegroot2/editor-layer-index that referenced this issue Jul 10, 2024
danieldegroot2 added a commit to danieldegroot2/openstreetmap-calendar-widget that referenced this issue Jul 10, 2024
danieldegroot2 added a commit to danieldegroot2/osm-report that referenced this issue Jul 10, 2024
Dimitar5555 added a commit to Dimitar5555/umap that referenced this issue Aug 15, 2024
Strubbl added a commit to Strubbl/locator-tool that referenced this issue Sep 5, 2024
fix tile server URL for OpenStreetMap, see also openstreetmap/operations#737
simon04 pushed a commit to simon04/locator-tool that referenced this issue Sep 5, 2024
fix tile server URL for OpenStreetMap, see also openstreetmap/operations#737
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted Issues where help is needed to implement them service:tiles The raster map on tile.openstreetmap.org
Projects
None yet
Development

No branches or pull requests