esm7 / obsidian-map-view

Interactive map view for Obsidian.md
MIT License
546 stars 25 forks source link

Alternate projections for maps #201

Open 0atman opened 9 months ago

0atman commented 9 months 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 9 months 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?