Skip to content

Use leaflet to generate an interactive map with all geo / temporal tagged notes linked and displayed on the map

Notifications You must be signed in to change notification settings

cloudherder/obsidian-map

 
 

Repository files navigation

obsidian-map

GitHub release) GitHub all releases

Use leaflet to generate an interactive map with all geo / temporal tagged notes linked and displayed on the map

Example

example_6

example_4

Release Notes

v0.5.0

  • New Geo/Temporal Map Data Structure for much faster Search & Display
  • Implemented Overlay Tiles reading & Display
  • Implemented Obsidian Notes Geo/Temporal data reading & Display
  • Added Styled Controle Layer (https://github.com/davicustodio/Leaflet.StyledLayerControl) to organize Map Controls
  • Linked Overlay Tiles to obsidian notes
  • Interactive Overlay Tiles (e.g. political overlays)
  • Changed year / tag filtering
  • Added Info display div (to display obsidian note linked to each map info)
  • Disabled map navigation when inside Info div & Control Pannel div
  • Added note Geo/Temporal block info:
<span class="ob-world-map" 
	  data-type="Capital"
	  data-loc="9.380052 / 9.969492"
	  data-dateStart="20"
	  data-dateEnd="90"
	  data-icon="map-marked-alt"
	  data-color="red"
	  data-marker='<img class="map-custom-marker-img" 
		       src="app://local/Users/Resources/Icon/Layer_Potion_Shop.png"/>'/>
  • Added support for Font awesome markers (https://github.com/lvoogdt/Leaflet.awesome-markers)
  • Added support for custom markers specified using data-marker
  • Added obsidian Settings tab
  • Ability to change tile / base tiles path through settings tab
  • Ability to Add / Remove new Map Overlay & Marker groups using the settings tab

v0.4.0

  • Add current Zoom layer to settings tab
  • Add ruler control layer with cutom distances
  • Modify distance measurements for leaflet-measure plugin (to custom measurement)
  • Add side bar ribbon and remove show world map command
  • Add font awesome globe icon to ribbon

v0.3.0

Support:

Github Sponsorship BuyMeACoffee

About

Use leaflet to generate an interactive map with all geo / temporal tagged notes linked and displayed on the map

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 38.0%
  • TypeScript 34.7%
  • Svelte 16.0%
  • CSS 11.3%