|
POST
|
Hi Amanda, this blog post should answer your question: Tutorial: Doing more with Story Map Shortlist symbols | ArcGIS Blog
... View more
10-07-2014
01:35 PM
|
0
|
5
|
2861
|
|
POST
|
You must be almost there! The edit button won't be present, you have to specify to open yourself through the application URL. To open the builder, your URL have to end by '?edit', something like http://myserver/MapTour/index.html?edit
... View more
09-26-2014
09:33 AM
|
0
|
1
|
1827
|
|
POST
|
Yes a shortlist may be better for you especially if you have meaningful way to categorize your data. Most of user won't browse through 194 points in a Map Tour. The shortlist and Map Tour data model are not the same so you won't be able to reuse your Map Tour webmap. But they are not so different, if you used a csv to build your Tour you will just have to copy/paste a bit. If you need more than 100 icons for a category, you will have to follow the same pattern than Map Tour. The configuration of Shortlist takes places in index.html.
... View more
09-26-2014
09:30 AM
|
2
|
1
|
2861
|
|
POST
|
Hey Amanda, Your Tour is looking good, I like the colors. There is four FAQ entries that should answer all your questions: - Can I use more than 99 points? - The downloadable version - Can I use the builder with the downloadable? - Can I customize the map icons? Doing 11 categories for 194 points may be a lot of icon creation work. Let us know if you have any questions. Have you also considered Shortlist?
... View more
09-24-2014
02:18 PM
|
1
|
9
|
2861
|
|
POST
|
oops sorry. We don't have that FAQ for Map Journal yet but it's same pattern, the configuration to change is app/config.js
... View more
09-24-2014
11:47 AM
|
0
|
14
|
2861
|
|
POST
|
Hi, yes by using the downloadable version, details on GitHub.
... View more
09-24-2014
10:08 AM
|
0
|
16
|
2861
|
|
POST
|
Are you talking about the button when you are on the storymap app or on the item page in ArcGIS Online? About the configure button of the item page in ArcGIS Online, there is an open issue with it, in some scenario the button isn't present, this will get fixed next week. About the "Edit button" integrated in the application, has other mentioned are you signed in? Also note that the application URL has to point to the correct Organization. e.g if you are a member of an Organization the URL should be something like http://story.maps.arcgis.com/apps/MapJournal/?appid=XYZ and not http://arcgis.com/apps/MapJournal/?appid=XYZ
... View more
09-19-2014
09:33 AM
|
0
|
1
|
1514
|
|
POST
|
Thanks for you interest. Such features are not in our roadmap, the goal of Map Journal is to guide the viewers through the story designed by the author without requiring them to perform some search or toggle on and off some layer manually. That's a key difference with the Basic Viewer that let the user more free. I'm not saying we will never add such options as in some case they can be really useful but from now the way to think about a Map Journal is that the viewer can only scroll through section or click on Main Stage actions and only those will change the Map content as the author wanted. I'm sure you noticed that the builder allow you to configure the Map Content. We may add the Basemap gallery too but from now you can already add multiple basemap to your map from ArcGIS.com Viewer. Then you would configure your section to toggle on/off those layer. Also one thing is that you can create a basic viewer for example and use it on your Main Stage. If you are a developer, the code is on GitHub. Let us know what you end up with!
... View more
09-04-2014
12:49 PM
|
0
|
2
|
1138
|
|
POST
|
Shortlist doesn't implement the full Portal/ArcGIS Online pattern like other template yet, so you can't reploy it as a template to be present in the Web Application gallery yet. But you can to configure it to be able to use a webmap served by your Portal. Edit main.js and add the following line before the call to esri.arcgis.utils.createMap (around line 150)
esri.arcgis.utils.arcgisUrl = "http://myportal/arcgis/sharing/content/items";
... View more
09-04-2014
11:54 AM
|
0
|
3
|
2222
|
|
POST
|
Hi Flo, That's the designed behavior. The idea was that if user change the zoom it may be because he don't like the author choice and may prefer another one for various reason. I think we want to keep it like that for the regular carousel and previous/next navigation but I agree that the home button could have a different behavior. I have opened an issue to track, we will review with the team Behavior of zoom level settings after user use the home button · Issue #23 · Esri/map-tour-storytelling-template-js · Gi… Thanks for feedback
... View more
09-03-2014
09:59 AM
|
0
|
1
|
1048
|
|
POST
|
Ok, glad you found a way. It's working just fine with my public account, I will take a closer look. Please let me know if you have anymore information that could help me identify the issue.
... View more
09-02-2014
12:11 PM
|
0
|
0
|
1715
|
|
POST
|
See below, don't you have the share button at all or is it disabled? If present, do you have a tooltip when you hover it? Do you have an error when you share in ArcGIS Online?
... View more
09-02-2014
11:38 AM
|
1
|
2
|
1715
|
|
POST
|
Thanks for feedback. Do you see any tooltip or information? Are you a member of an Organization or using a public account? Could you post a screenshot? in the meantime, you could share it in ArcGIS Online. Don't forget to also share the webmap the application is using too.
... View more
09-02-2014
10:54 AM
|
1
|
5
|
1715
|
|
POST
|
Thanks Stephen, That's a new issue for me. Stay tuned for next AGOL release! From now you can workaround by downloading the template and add one little customization to hide that back button. If you want to go for it, follow the instructions on GitHub to deploy the app on a webserver, when you arrive at the customization step, add the following rule:
... <body class="claro"> <style> /* CUSTOM CSS RULES */ #backButton {
display: none !important;
} </style> ...
... View more
08-29-2014
02:21 PM
|
0
|
1
|
3095
|
|
POST
|
Hi, Disabling regular popup in Map Tour is a very deliberate decision to keep the app simple. There is a simple way to activate regular popup for all layers but the Map Tour point layer (/the layer that is driving the tour). You would have to follow the developer documentation and turn that variable to false (storymaps/core/Core.js > loadWebMap > ignorePopups). This can works well or not so well depending on your data. Like if you enable popup on polygon surface that contains your Map Tour point data, when you click on a Map Tour point, both popup will appear. If this is your case, that's something you could fix by digging the Javascript API. It should not be so hard to enable regular popup on the Map Tour point layer but that's not something we want to support. Let us know with what you end up
... View more
08-29-2014
02:10 PM
|
0
|
1
|
1418
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-24-2016 01:11 PM | |
| 1 | 06-05-2015 08:32 AM | |
| 1 | 12-18-2014 09:09 AM | |
| 1 | 10-01-2015 12:00 PM | |
| 1 | 02-11-2016 01:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|