javalent / obsidian-leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
481 stars 29 forks source link

Can't measure distance #342

Closed KagBB closed 1 year ago

KagBB commented 1 year ago

I can't seem to press ALT-Click to measure I am using a swedish keyboard we have 2 seperate ALT keys (ALT and ALT Gr)

The code:

id: Erastil_Map 
lock: true 
image: [[Erastil 271219Resize.jpg]] 
bounds: [[0,0], [2000, 2000]] 
height: 600px 
width: 85% 
lat: 1000
long: 1000 . 
minZoom: -2
maxZoom: 18  
defaultZoom: -1.8 
zoomDelta: 0.2 
scale: 1 
darkMode: false 

I am an absolute novice so please forgive me if I did something stupid :)

MrYod commented 1 year ago

You have to use the normal Alt, not Alt Gr.

Try with Shift-click, too