From leaflet popup marker to photo gallery image and back

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vue-preview-imgs

    A picture preview plugin for the Vue

    // GalleryComponent.vue let localMapStore; if (inBrowser && localMapStore == null) { localMapStore = mapStore(); localMapStore.$subscribe((mutation, state) => { const {payload} = mutation; const {selectedImageIndex} = payload; // open the selected photo within the photo gallery if (selectedImageIndex != undefined) { handleGalleryOpen(selectedImageIndex) } }) } /* ... */ const handleGalleryOpen = (index) => { // from https://github.com/hzpeng57/vue-preview-imgs/blob/master/packages/example/src/App.vue lightbox.loadAndOpen(parseInt(index, 10)); };

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • PhotoSwipe

    JavaScript image gallery for mobile and desktop, modular, framework independent

    I display my photos on page using PhotoSwipe and I use leaflet to handle geographical maps. From technical point of view I display on map:

  • Leaflet

    πŸƒ JavaScript library for mobile-friendly interactive maps πŸ‡ΊπŸ‡¦

    I display my photos on page using PhotoSwipe and I use leaflet to handle geographical maps. From technical point of view I display on map:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Da un marker leaflet alla foto in una galleria fotografica e ritorno

    2 projects | dev.to | 22 May 2024
  • Map with Public Fruit Trees

    1 project | news.ycombinator.com | 29 Sep 2024
  • Building an Interactive XY Image Plot with Google Apps Script and Leaflet.js

    1 project | dev.to | 8 Sep 2024
  • Leaflet: User denied Geolocation on Tesla Chromium based browser (2020)

    1 project | news.ycombinator.com | 20 Jun 2024
  • Animated traveling map with Leaflet

    4 projects | dev.to | 10 Mar 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?