Regan Sarwas

Results 8 issues of Regan Sarwas

Based on code in map-series

We use a single custom template ([https://www.nps.gov/gis/storymaps/mapjournal/v1/index.html](https://www.nps.gov/gis/storymaps/mapjournal/v1/index.html)) to create and view application items from many users ([authorizedOwners: ["*"]](https://github.com/Esri/map-journal-storytelling-template-js/blob/2aa7a1e8721ee7544cbaa275188eb9ef02b35a54/src/index.html#L53)). Most of the applications are public others, usually while under development, are...

[This code](https://github.com/Esri/map-journal-storytelling-template-js/blob/2aa7a1e8721ee7544cbaa275188eb9ef02b35a54/src/app/storymaps/common/Core.js#L888-L893) seems to do the right thing, but after signing in, I go to my default home page on AGOL instead of returning to my app. Try [https://regan-sarwas.github.io/storymaps/mapjournal/index.html?fromScratch](https://regan-sarwas.github.io/storymaps/mapjournal/index.html?fromScratch). This...

Building per the instructions in the readme (V1.8.3), left me with errors because the vimeo player was not installed. This appears to be listed in [bower.json](https://github.com/Esri/storymap-cascade/blob/77d568ca65ddb9dfe71747ebd529a9a60f92ba8f/bower.json#L38), but not package.json file....

Documentation suggests there is a class `NoAuthClient` in `carto.auth` module. However this yields an `ImportError` > ImportError: cannot import name 'NoAuthClient' from 'carto.auth' From [read-the-docs](https://carto-python.readthedocs.io/en/latest/authentication.html) and the [Readme](https://github.com/CartoDB/carto-python/blob/master/README.md#authentication) file. ```python...

I suggest that it might be time to update some of the very old dependencies in this app (i.e. [grunt 0.4.1](https://github.com/Esri/storymap-shortlist/blob/a6dbf3fc4a8cb75db39aecde7fce05628f93d66e/package.json#L6) released April 2013) so that it will work with...

Fix for Issue #69. Also support base maps with a VectorTiledLayer (code copied from MapTour)