storymap icon indicating copy to clipboard operation
storymap copied to clipboard

A JavaScript library for digital storytelling with web maps.

Results 4 storymap issues
Sort by recently updated
recently updated
newest added

It would be nice to support interactive maps embedded as section backgrounds that are hosted elsewhere. Perhaps these could be implemented with `` and then about there in the code,...

https://github.com/jakobzhao/storymap

Hi, and thank you for this awesome library. I'm trying to add divIcon on a map, but it seems that not working. ``` onEachFeature: function (feature, layer) { return L.marker([feature.properties.labelx,...

Looks like `layers` isn't declared within the storymap.2.5.js script. Can be fixed by passing layers as a setting to the map: ``` $('#storymap').storymap({ layers: layers, scenes: scenes, ``` And then...