|
POST
|
Hi, Looks like it is a know issue Bug? Set Visibility Range Won't Save in ArcGIS.com after Dec Update I suggest that you jump in that thread.
... View more
03-04-2015
08:28 AM
|
3
|
0
|
2952
|
|
POST
|
In Map Tour you can add two links in the header one through the "A story map" configurable text and one through the logo. If that's not enough, you can include link in the header title/description or in any points of the tour by using HTML markup, see that blog post Adding links to captions in your Map Tour | ArcGIS Blog.
... View more
02-27-2015
02:29 PM
|
0
|
6
|
2086
|
|
POST
|
Are you a member of an ArcGIS Online organization? If you are, you have to ask your administrator for publisher privileges. If you are not, you won't be able to upload your pictures directly and the most simple is to upload your pictures on one of the supported photo sharing platform: Facebook, Google+ and Flickr.
... View more
02-25-2015
09:44 AM
|
0
|
0
|
584
|
|
POST
|
Hopefully fix won't be long to be deployed. Yes you can replace the service in the webmap if your new and old services are identifying the features the same way (OBJECTID of the features in old and new services need to be the same)
... View more
02-18-2015
09:50 AM
|
0
|
1
|
1875
|
|
POST
|
Hi Julia, Too bad, this looks like a bug, you can report issues here Issues · Esri/ago-assistant · GitHub Have you tried to access the app in an incognito window? I'm not able to read the error detail so a higher resolution screenshot would be helpful. Thanks
... View more
02-18-2015
08:23 AM
|
0
|
3
|
1875
|
|
POST
|
Hi Julia, There is no user interface that let you do that. If you are a developer and not afraid of breaking your actual tour, you could do that by duplicating the points order that is stored in the web application item json data tour your new tour by using ArcGIS Online Assistant. Really you could break your existing tour by doing that and nobody could help you recover the data, so you should create a new tour to test the procedure before doing this on your working tour. First create the new tour that use the same Feature Service, then open the builder and Open the settings and change something even if you don't need to Exit the settings Open the organize dialog and reorder a point even if not needed Save and reload the tour to make sure the changes are applied Then open ArcGIS Online Assistant Click I want to Click View item json Select your tour on the list on the left On the right scroll down to the data section, notice the order configuration Copy it to clipboard Select your new tour on the list on the left Scroll down to data Click edit Paste the order section
... View more
02-17-2015
09:34 AM
|
0
|
5
|
1875
|
|
POST
|
Hi, Unfortunately this is not possible at that time. A workaround would involve custom development. I opened an issue for you on GitHub so you can track the progress, I wish to resolve that in the next months. Text Editor - Impossible to create a main stage action on an image · Issue #24 · Esri/map-journal-storytelling-template-… Thanks for feedback
... View more
02-12-2015
09:50 AM
|
0
|
2
|
1799
|
|
POST
|
Hi Robert, Very interesting question. From now as you must know, the StoryMaps answer is the application's page that describe each of our templates Apps | Story Maps. Stay tuned in the next months, we will make choosing the application that best fits your need an interactive experience.
... View more
01-30-2015
09:06 AM
|
1
|
1
|
1231
|
|
POST
|
ok that must be an issue. Could you share a link to it? Note that this counter will only work for stories that are hosted in ArcGIS Online, not for item that reference story hosted on your own server. Also note that this counter is not refreshed immediately, there is little latency.
... View more
01-22-2015
12:51 PM
|
0
|
0
|
1333
|
|
POST
|
ArcGIS Online tells you on the item page of your application how many times the application has been viewed. Unfortunately it is not possible for you to use Google Analytics on StoryMaps hosted in ArcGIS Online. If you want to do so you will have to download the template and host it on your own server. Note that Map Tour and Swipe already include in index.html the Google Analytics script (but disabled until you enable it), Map Journal and Map Series don't include it.
... View more
01-22-2015
08:48 AM
|
0
|
2
|
1333
|
|
POST
|
This look very close to what the GeoForm template allows you to do: https://github.com/Esri/geoform-template-jsThe GeoForm Graduates | ArcGIS Blog https://github.com/Esri/geoform-template-js More 'crowdsourcing' template are in the works for next release, stay tuned! There is no StoryMaps template that support crowdsourcing yet, we have been working on that application Show Us the Holiday Decorations in Your Neighborhood but it's not distributed yet. If you have questions about GeoForm or crodsourcing, you will have more luck in the ArcGIS Online space ArcGIS Online
... View more
01-21-2015
03:21 PM
|
0
|
0
|
901
|
|
POST
|
Sorry the documentation was not precise enough. Please see the updated documentation Esri/map-journal-storytelling-template-js · GitHub. In development mode configuring index.html to specify the appid is not supported. Instead you have to use the URL parameter appid. We recently pushed on GitHub the code of The Age of Megacities at https://github.com/ssylvia/growth-of-cities. That app is not officially supported but you can find the code behind the context map in this file growth-of-cities/ContextMap.js at master · ssylvia/growth-of-cities · GitHub
... View more
01-20-2015
02:40 PM
|
1
|
1
|
808
|
|
POST
|
Hi, The URL to your images and thumbnails contains two extra '/' characters that IE don't like. Exemple: http:///demos.interpret.co.nz/storymaps/InterpretTeam/Photos/InterpretBuilding_Full.jpg Instead of http://demos.interpret.co.nz/storymaps/InterpretTeam/Photos/InterpretBuilding_Full.jpg" I suggest that you edit all your images URL using the Map Viewer http://www.arcgis.com/home/webmap/viewer.html?webmap=7a0cd56874cd4cc9a4f4edd2dea9137d Map Tour builder should not let you construct that kind of URL. Sorry about the inconvenience if it did. Did you build your tour using a CSV?
... View more
01-20-2015
08:36 AM
|
0
|
1
|
696
|
|
POST
|
You are welcome. Implementing a similar button that the one in the Swipe application require some Javascript and CSS knowledge. This is just the code to make the panel move but to make it a fully functional button there is more much code required. You can find a developer guide on the GitHub repository to get started on customizing the application. Good luck
... View more
01-12-2015
11:31 AM
|
0
|
0
|
3119
|
|
POST
|
Yes you could use something like to slide it out (considering that the panel is displayed on the left) $("#descLegendPanel").animate({"margin-left": "-30%"}); And make it reappear using $("#descLegendPanel").animate({"margin-left": "0%"});
... View more
01-12-2015
08:29 AM
|
0
|
10
|
3119
|
| 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
|