javalent / obsidian-leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
468 stars 26 forks source link

🐞 Maps giving 'These basemap tiles will no longer be available as of October 31, 2023...' #424

Closed claremacrae closed 8 months ago

claremacrae commented 8 months ago

Check for existing bug reports before submitting.

Expected Behavior

That map tiles are displayed correctly.

Current behaviour

Getting this warning on random tiles:

image

Reproduction

  1. Open the Sandbox vault
  2. Install and enable Leaflet plugin
  3. Create a blank file
  4. Paste in these lines
```leaflet
id: test
```

View in Reading or Live Preview modes:

image

  1. If you don't see a warning straight away, pan the view around and you will do soon.

Which Operating Systems are you using?

Obsidian Version Check

1.4.16

Plugin Version

5.8.0

Confirmation

Possible solution

I read the docs about tile servers. Maybe I could edit the code to use a different server - but I don't know enough about tile servers to be able to chose one and configure it...