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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.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)); };

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS 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
  • Animated traveling map with Leaflet

    4 projects | dev.to | 10 Mar 2024
  • 5 JavaScript mapping APIs compared

    4 projects | dev.to | 13 Feb 2024
  • Shots: Create Mockups

    2 projects | news.ycombinator.com | 19 Jan 2024
  • 🌲Svelte + 🍃Leaflet + 📍 Clusters

    3 projects | dev.to | 24 Sep 2023