|
POST
|
Hi, Great, glad to hear. All options in index.html are disabled in development mode when you are using a webmap id. If you were using an app id, that configuration would be respected. It is best practice to use an app id, for that just build a tour in ArcGIS Online by sharing your webmap, set the layout setting to integrated and use that app id. The options in index.html will be active when you 'build' the application to optimize it for deployment, see https://github.com/Esri/map-tour-storytelling-template-js#how-to-build-application-from-the-source-code No matter if you use webmap or app id, make sure to do that so you get the best performance.
... View more
07-29-2015
08:33 AM
|
0
|
0
|
1622
|
|
POST
|
You are welcome. I know this is not ideal, I don't like duplicating webmap either but we really just can't do that.
... View more
07-28-2015
04:46 PM
|
1
|
0
|
2368
|
|
POST
|
Great. So this is the expected behavior. The way I should have used to describe it earlier is: the right side display all the layers, and the left side display all layers but the one that you have chosen to swipe. If you want to make sure one layer don't appear on the right, you will have to do two webmaps. It should works well now that your layer are using Feature Services!
... View more
07-28-2015
04:34 PM
|
2
|
2
|
2368
|
|
POST
|
I am not able to open the app at all 😕 It seems that your webmap is quite heavy, your 3 layers are Feature Collection (layers included in the web map) and as a result the webmap is quite heavy (2.5MB), this make the app very heavy for some network. If you can created Feature Services from those layers (see the following documentation Publish features—ArcGIS Online Help | ArcGIS) the app will perform better and it may also fix the rendering issue.
... View more
07-28-2015
02:24 PM
|
2
|
5
|
2368
|
|
POST
|
Hi, sorry about your issues. I'm not exactly sure what is the issue you are facing. Could you share with us the map that are making the app crash as well as the swipe app you created? When you only have one webmap, you choose one layer that only appear on the right side, the left side will show all the other layers all the time. You can't chose multiple swipe layers (that would appear on the right side). So if your maps has two layers, that should work as expected. If you have three layers, two will be displayed on the left.
... View more
07-28-2015
02:07 PM
|
1
|
7
|
2368
|
|
POST
|
Hi Roi, You are in the good direction but you can't use MainView like this. Instead in index.html, replace the following lines else
Core.init(new MainView()); With else {
window.mainView = new MainView();
Core.init(window.mainView);
} This store a reference to mainView in an object that you can manipulate later in your function function myFunction() {
window.mainView.webmapLoaded();
}; This will reload the data. Then I guess you have to pass your parameter to specify the layer to be used.
... View more
07-28-2015
08:46 AM
|
1
|
2
|
1622
|
|
POST
|
Hi, sorry about this, it seems that the application doesn't really likes the url that you are trying to enter. Those urls contain special code like %22 that can't be saved. if you can get more simpler URL, you should be able to save. One solution could be to use a website like http://bit.ly/ to create short links.
... View more
07-22-2015
12:47 PM
|
2
|
1
|
1133
|
|
POST
|
Yes, you can create a group where all of it's members are able to edit all the items in the group, see the following blog post for the procedure Enable colleagues to update your maps and apps | ArcGIS Blog
... View more
07-22-2015
12:32 PM
|
1
|
0
|
998
|
|
POST
|
Some of the button are only active when you have selected some text. Have you selected some text?
... View more
07-22-2015
12:28 PM
|
0
|
0
|
965
|
|
POST
|
Hi, That button should be right what you need. Creating Main Stage actions on image does not works well, in some case you can get it to work but I recommend you try on text first.
... View more
07-21-2015
09:05 PM
|
0
|
2
|
965
|
|
POST
|
You are welcome, it's probably because of your text editor. If you use a simple one like notepad you should not have that issue.
... View more
07-16-2015
11:23 AM
|
0
|
5
|
5048
|
|
POST
|
Some of your quotes were not correct. You have to make sure you use regular quotes " and not ” If you copy/paste the text below it should work Seventy miles of hiking trails run through the area, including 20 miles of
the Appalachian Trail. The hike to the summit is a tough 5 miles.
Standing Indian Campground contains 84 campsites and is open
April-November. In the summer, you’ll probably need a reservation to
ensure a site.
<a href="https://www.google.com/maps/dir/Asheville,+NC/Standing+Indian+Campground,+National+Forest+Road,+Franklin,+NC+" target="_blank" style="outline: none;">Directions from Asheville </a>
<a href="http://www.fs.usda.gov/recarea/nfsnc/null/recarea/?recid=48634&actid=30" target="_blank" style="outline: none;">Forest Service Website</a>
Photo: Bill Lea
... View more
07-16-2015
11:17 AM
|
0
|
10
|
5048
|
|
POST
|
Sorry to hear. Can you share a link to your Journal? I suspect that this time, the FID must not be used, maybe ArcGIS created another ID for you this time...
... View more
07-16-2015
11:11 AM
|
0
|
1
|
541
|
|
POST
|
Yes you got it if you are using images that are updated periodically, Map Tour will load them once when the app is opening but will never refresh them after. It should be easy to add a little bit of Javascript that force the refresh of images.
... View more
07-16-2015
08:29 AM
|
1
|
0
|
1837
|
|
POST
|
I believe, you opened the following thread Re: Caption description fails to save with web links in which I just replied. Let me know if this is a separate issue.
... View more
07-15-2015
02:57 PM
|
0
|
0
|
1602
|
| 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
|