javalent / obsidian-leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
499 stars 30 forks source link

🐞 Perhaps we will need a more "detailed" map #444

Closed YukZhao closed 4 months ago

YukZhao commented 4 months ago

Check for existing bug reports before submitting.

Expected Behavior

When using the Amap to access real-world maps, I want to zoom in to a very detailed level due to personal needs. Therefore, I set the "maxzoom" to 25, but in reality, when zooming beyond level 18, it fails to display the content correctly. I suspect this might not be a bug, but rather limitations I encountered in my usage. I'm unsure if this issue has been addressed or if it's due to my improper settings. If it's related to settings, could you guide me on how to configure it correctly to achieve my desired outcome? Thank you very much.

Current behaviour

issue

Reproduction

id: hangzhou
osmLayer: false 
tileServer: http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z} 
tileSubdomains: ["1", "2", "3", "4"]
lat: 30
long: 120
height: 800px 
width: 100% 
defaultZoom: 14
maxzoom: 25
minzoom: 1 
unit: meters 
scale: 1 
zoomDelta: 1

Which Operating Systems are you using?

Obsidian Version Check

1.5.12 and 1.5.11

Plugin Version

6.0.5

Confirmation

Possible solution

No response

valentine195 commented 4 months ago

This is an issue with your tile server. They probably don’t have tiles at that resolution.