esm7 / obsidian-map-view

Interactive map view for Obsidian.md
MIT License
622 stars 33 forks source link

Alternate projections for maps #201

Open 0atman opened 1 year ago

0atman commented 1 year ago

A wild feature, I appreciate, but I'd love to have options for more realistic projections. For instance, I'm working on a project where I'm mapping a lot of places inside the Arctic, and the regular projection makes distances a challenge!

Thanks so much for the plugin :-)

image

esm7 commented 1 year ago

Fascinating! I didn't have the chance to study this topic, so it's hard for me to say what exactly is required here. Is one of the built-in Leaflet.js projections (see here) suitable for what you need? Or is Proj4Leaflet needed? Or PolarMap?