|
POST
|
Hi Howard Thanks for bring this to our attention. This is happening because the layer you are using for the basemap in your web map is not a cached layer: http://www.arcgis.com/home/webmap/viewer.html?webmap=6f2bc17dddb84d64a4f16863a1e13a5e The Zoom Level option in the Map Tour builder expects the basemap to be cached in order to derive its set of available zoom levels. I've also logged that limitation here too. You could cache your basemap in order to get zoom level support, or use one of the standard cached basemaps and then add your uncached layer on top of that (not as the basemap). Rupert
... View more
12-18-2015
09:42 AM
|
0
|
0
|
1178
|
|
POST
|
Can you let us know which story map application template you are using. We offer several: Apps | Story Maps Also can you clarify what you are hoping to do? I'm not really understanding it from your description.
... View more
12-18-2015
08:52 AM
|
0
|
3
|
1199
|
|
POST
|
Hi, that dropdown should be working OK. Is your Story Map Tour public and if so could you paste a link so we can take a look. I can't think of anything that would prevent that dropdown being available
... View more
12-16-2015
12:55 PM
|
0
|
2
|
1178
|
|
POST
|
Which Story Map application template are you using? There are several: Apps | Story Maps Rupert
... View more
11-23-2015
03:49 PM
|
0
|
2
|
1051
|
|
POST
|
Hi Chris Story Map Tour isn't intended to support that. Your Story Map Series approach sounds better: make a map featuring the beds), and add the plants onto the map as clickable points, with text and a photo in the popup that appears for each point. You could display each bed as a different tab in your story and add descriptive text/pictures in the description panel for each tab. Rupert
... View more
11-23-2015
09:00 AM
|
0
|
0
|
645
|
|
POST
|
See also: How do you duplicate or copy a Map Journal?
... View more
11-10-2015
10:37 AM
|
0
|
0
|
855
|
|
POST
|
Hi Lucas The Story Map Shortlist app doesn't support different color points in the same tab by design. A legend can be added via customization but I couldn't find an example of a Shortlist with that added. Some authors have added legends to the Story Map Tour via customization: Gallery | Story Maps Another approach that we sometimes see used in the Map Tour which you could use in Shortlist is to use the header to present text/graphics to serve as a legend, for example http://urbanobservatory.maps.arcgis.com/apps/MapTour/index.html?appid=fa5b66adb57b4205a38731c45a6cb2e9 http://usfs.maps.arcgis.com/apps/MapTour/index.html?appid=3dfab0794d5e4f0f886590da8765f4f5 Have you seen The Story Map Playlist app? It supports multiple colors and also has a built-in legend, so it might be a good one to use: http://storymaps.arcgis.com/en/app-list/playlist/ Note: There's also a Story Maps Space on Geonet. I recommend posting on there for help with developing with and customizing the Esri Story Maps apps: /community/gis/web-gis/storymaps/content Rupert Story Maps team
... View more
11-05-2015
12:06 PM
|
0
|
0
|
780
|
|
POST
|
See this blog post: Add Flickr photos to ArcGIS Online web maps | ArcGIS Blog
... View more
11-05-2015
11:30 AM
|
0
|
0
|
289
|
|
POST
|
How about providing the URL of the Shortlist and of the web map you are using so we can have a look? Rupert
... View more
11-03-2015
10:57 AM
|
0
|
9
|
2308
|
|
POST
|
In the Shortlist samples folder: \samples\Popup_Only\Shapefiles , you can use the Polygons shapefile as a template for your supporting layer to get the attributes.. With respect to iOS 9 it should just work. Here's your Shortlist in our test instance: http://storymaps.esri.com/templates/shortlist/?webmap=c810caafbd0a4579a3a804ecba815330&GEOLOCATOR=true&SUPPORTING_LAYERS_THAT_ARE_CLICKABLE=culturalcorridor&DETAILS_PANEL=false
... View more
10-30-2015
12:51 PM
|
0
|
0
|
13643
|
|
POST
|
Thanks. Your ArcGIS Online organization doesn't have anonymous access enabled, so we can't access those item pages directly but can if we use the neutral domain: http://www.arcgis.com/home/item.html?id=0ecbc3e4fe1d4605860dd65b1a7a4b43 http://www.arcgis.com/home/item.html?id=c810caafbd0a4579a3a804ecba815330 To tell the Shortlist to handle your feature layer as a clickable supporting layer you would just specify its name in this line var SUPPORTING_LAYERS_THAT_ARE_CLICKABLE = "StoryMaps"; The problem with the feature layer that you want to make clickable is that it doesn't use the Shortlist attribute schema, so Shortlist doesn't treat it as clickable. In order to be treated as clickable, supporting layers need to use the same attribute schema as the layers that define your tabs, with a picture, etc, Also looking at your Shortlist in our test instance: http://storymaps.esri.com/templates/shortlist/?webmap=c810caafbd0a4579a3a804ecba815330&GEOLOCATOR=true&SUPPORTING_LAYERS_THAT_ARE_CLICKABLE=culturalcorridor&DETAILS_PANEL=false your clickable layer is just a single polygon. Why not just upload that directly into the web map as a shapefile instead of a feature service. That's simpler and doesn't use up any ArcGIS Online credits.
... View more
10-30-2015
12:47 PM
|
0
|
1
|
13643
|
|
POST
|
If this data is publicly accessible, could you share a link to the service you created, and also the web map you are using in your Shortlist that contains that service so we can have a look. Rupert
... View more
10-30-2015
10:39 AM
|
0
|
5
|
13643
|
|
POST
|
See this example: http://wsdot.maps.arcgis.com/apps/MapSeries/index.html?appid=86e69fd5ac1345fe84b12c2b0f4f170e It's a Tabbed Map Series and each tab contains an embedded Side Accordion Map Series using the Stretch option so it fills the display. It gives quite a seamless look and can handle a lot of data. The side accordions actually include embedded Story Map Spyglass apps too!
... View more
10-27-2015
12:58 PM
|
0
|
0
|
1236
|
|
POST
|
Hi Matt Thanks for bringing this to our attention. We can't consistently repro the issue on iOS but we have done some fixes and the issue should be solved in the next ArcGIS Online update (night of November 10th). Even with that fix in place you may want to review the way the frame in which the story map is embedded behaves at different window widths: your map's height gets reduced significantly at smaller display sizes. It may be hard to use that map on a phone at that size. We'd recommend also including a link that lets people launch the story map full-screen on whatever device they are using for ease-of-use, Rupert
... View more
10-27-2015
10:23 AM
|
0
|
0
|
2882
|
|
POST
|
10-26-2015
09:55 PM
|
0
|
0
|
760
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-06-2018 11:42 AM | |
| 2 | 05-16-2016 08:08 AM | |
| 1 | 08-06-2018 05:11 PM | |
| 1 | 09-29-2017 05:38 PM | |
| 1 | 09-05-2018 03:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|