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
openstreetmap/operations#737

Signed-off-by: Grant Slater <git@firefishy.com>
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

offtherailz added a commit to geosolutions-it/MapStore2 that referenced this issue Nov 27, 2023
See openstreetmap/operations#737 for informations
about OSM URLs

Co-authored-by: RomainBourgATOL <43445723+RomainBourgATOL@users.noreply.github.com>
kylebarron added a commit to developmentseed/lonboard that referenced this issue Dec 4, 2023
andrejdaskalov added a commit to andrejdaskalov/parkingapp-mobile that referenced this issue Dec 18, 2023
erictheise pushed a commit to OpenHistoricalMap/overpass-turbo that referenced this issue Dec 31, 2023
tordans added a commit to tordans/parking-lanes that referenced this issue Jan 3, 2024
Following the request of openstreetmap/operations#737 the URL for osm tiles should not use the `{s}` prefix anymore.
tordans added a commit to tordans/parking-lanes that referenced this issue Jan 3, 2024
Following the request of openstreetmap/operations#737 the URL for osm tiles should not use the `{s}` prefix anymore.
zlant pushed a commit to tordans/parking-lanes that referenced this issue Jan 3, 2024
Following the request of openstreetmap/operations#737 the URL for osm tiles should not use the `{s}` prefix anymore.
ctrlaltf2 added a commit to ctrlaltf2/Bicycle_Tags_Map that referenced this issue Jan 4, 2024
ctrlaltf2 added a commit to ctrlaltf2/Bicycle_Tags_Map that referenced this issue Jan 4, 2024
* Fix insecure/mixed content warning when not using proxy
* Use preferred OpenStreetMap tile server (openstreetmap/operations#737)
* cycleway:both for shared_lane
* cycleway:both for lane, shoulder, etc
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