Closed erex closed 1 year ago
@erex does this map work if you remove the gpx?
I'm afraid the answer is "no" does not display any map, same as before.
tileServer: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
OSM doesn't allow Obsidian anymore (they restricted the user agent).
You will have to use a different tile server.
That's a shame as my use case is tracking hillwalking excursions. I see; that would explain it. I'll find another server.
@erex Sorry for not specifying - you can just remove that line. I switched to a different tile map provider.
Edit: remove these two lines:
tileServer: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png osmLayer: false
Thanks for the help, employing your edits my gpx locations are again visible on a map. You can consider the issue closed.
Out of curiousity, might the demise of openstreetmap linkage also be the cause of the failure of the Map View plugin to fail to show search results?
I've done a quick search of the Obsidian forum, but see no mention of problems with Map View
Hmmm, further digging on the MapView Github site reveals an issue of incompatibility between Leaflet and MapView, discovered last month
https://github.com/esm7/obsidian-map-view/issues/154#issuecomment-1500915565
Following advice from that issue, disabling Leaflet brings MapView back to life.
We'll see if there is anything we can do regarding the issue with Map view, which I started #384 for. In interim, since your issue is resolved, I will close this.
The bug tracker is ONLY used for reporting bugs.
Version Check
Windows: 10 Obsidian installer version: 1.1.15 Obsidian version: 1.2.6
Plugin version: 5.5.7
What is the expected behavior?
Map containing traces of gpx files in Scotland
What is the current behavior?
This (partial) code block produces this result
What are the A-to-Z Steps to Reproduce your Bug?
Full code block below
Error Codes
Console content
This map has been working fine for >1 year (since the gpx feature was introduced). I have tried to downgrade plugin versions from 5.5.7 back as far as 5.5.2 without success.
Screenshots and Video
Screenshots provided above, showing nothing but a blank hole where the map should exist.
FYI: I am also unable to get the Obsidian map view plugin to work either, after previously working.