|
POST
|
Hi, Your application seems to work just fine. What kind of error do you get? Did you try on multiple computer? in different location?
... View more
02-24-2014
10:37 AM
|
0
|
0
|
2012
|
|
POST
|
Hi, You are not missing anything, Map Tour require a web map. Your web map can be hosted in ArcGIS Online or Portal for ArcGIS. ArcGIS Online has a free public account that you can use freely for non commercial use. In a nutshell, you will create a webmap, add your Feature Service as a Layer and configure the application with the web map id, see documentation on GitHub (I recommand you also read the introduction parts). But if you are using picture on Picasa you may be interested by the import functionnality, see here and here.
... View more
02-18-2014
10:47 AM
|
0
|
0
|
940
|
|
POST
|
No we don't provide that kind of configuration as it's not safe to have the password not encrypted in the application. The proper way to do it is to use a proxy that will know the credentials and log-in the user on the server. This require you to have a IIS/PHP/JEE server and may slow down a bit your application as all traffic will use the proxy. Here is some thread from the JS API forum that you may find useful Login to ArcGIS Server Secured Services, Programmatically Log In to ArcGIS Online via Javascript Application, Possible to hard code credentials?.
... View more
02-13-2014
09:46 AM
|
0
|
0
|
750
|
|
POST
|
Hi, Yes you can download the app on this Github repository.
... View more
02-10-2014
06:39 AM
|
0
|
0
|
799
|
|
POST
|
Hi, Google prevent using StreetView through IFrame, so you have to use the Google Street View Javascript API. That require you to create and host a .html file (can be as simple as Dropbox). Then use Add>Video>Other and the link to your new HTML page. See StreetView documentation for sample code. You can use Map Tour hosted version, as well as the downloadable version.
... View more
02-07-2014
06:33 AM
|
0
|
0
|
1914
|
|
POST
|
Hi, Sorry about the trouble, the issue with <ul> will be fixed by next release (planned for March 4th). From now, there is no possible fix. I'm not aware of any other html tags causing issue, please let me know if you have more.
... View more
02-06-2014
03:34 PM
|
0
|
0
|
1359
|
|
POST
|
You are welcome. By the way it is also possible to apply that same configuration in the hosted version through Settings > Header. We recommend using the hosted version to benefits from periodic updates.
... View more
02-06-2014
11:37 AM
|
0
|
0
|
842
|
|
POST
|
Hi, That's not possible by configuration. But you can certainly hide buttons and use the configurable link for that:
// Header top right link
HEADER_LINK_TEXT: "A story map <a href='http://twitter.com'><img src='https://g.twimg.com/Twitter_logo_blue.png' width='12px' /></a> <a href='http://facebook.com/'>Facebook</a>",
HEADER_LINK_URL: "",
It should be possible to use image there
... View more
02-06-2014
10:45 AM
|
0
|
0
|
842
|
|
POST
|
Hi, Setting your logo in the hosted version should works. I just tried and it works for me. Did you use a full URL that starts with http:// ? If you still have the issue, please make the tour public and I will take a look. When using the downloadable, we describe a pattern to avoid copying the application multiple times (update will be painful), in readme.pdf at page 21. To get search engine referencing, you have to describe your app in index.html using meta tags, open index.html it's documented there. We also recommend to create an item in ArcGIS Online that points to your application, that way you will benefits from arcgis.com reputation.
... View more
02-05-2014
03:10 PM
|
0
|
0
|
553
|
|
POST
|
It should work, did you try "Images/foo.bmp"? (path is relative to index.html) You are correct, you can't enter relative URL within the builder. PS: we don't recommend using bmp because of the larger file size. That's not supported with builder (but it works through CSV).
... View more
02-05-2014
01:23 PM
|
0
|
0
|
990
|
|
POST
|
Hi, Modifying the basemap should not destroy your Map Tour. But as Raymond pointed out, we added the ability to change the basemap from the builder to avoid mistake as yes it's possible to destroy a Map Tour if you modify your webmap in a non supported way (make the map tour layer not visible, add/remove fields). Does your webmap contains a Map Tour layer? is it working fine? (can see data when zooming/panning around, can open the attribute table). Was your new basemap using a different projection? That is supported but one error has already been reported when switching to a different projection. Have you tried to create a Map Tour from this web map a second time? Please share the webmap/app id and I will take a look.
... View more
02-05-2014
06:52 AM
|
0
|
0
|
1342
|
|
POST
|
Hi, Your CSVs looks really fine. I haven't been able to reproduce any failure. I found your webmap and it probably come from the GPS tracks that are included. The tracks resolution seems fine to me but it make the webmap a little heavy, so depending on your network you may run into a timeout. Does it fail to save instantly or after 20 seconds? If it fails after something like 20 seconds, it's clearly a timeout. Your only solution is to get better network, remove some unused data from your webmap (some layer are not visible) or lower the resolution of your tracks with ArcGIS Desktop or a free tool like GPXEditor.
... View more
01-31-2014
02:24 PM
|
0
|
0
|
1428
|
|
POST
|
Some Storymaps templates are available as hosted application in ArcGIS Online, you can use them by sharing your webmap through the viewer (see that blog post for the procedure). More and more of our template are going to be available in ArcGIS Online. From now, the remaining of Storymaps template have to be downloaded and deployed on your own web server (can be a free service like Dropbox). It is not possible to use ArcGIS Online to host those templates. If you are hosting the application on your own server, it is possible to create an ArcGIS Online item that link to your application, that way you can share the link with your user. ArcGIS Online Organizational account allows to share an hosted application with a group. It is not possible to do so with the free public account (application is either public or private).
... View more
01-31-2014
10:54 AM
|
0
|
0
|
639
|
|
POST
|
Yes. We will simplify that kind of advanced use case in the future but from now the app is designed with builder use case first.
... View more
01-31-2014
08:05 AM
|
0
|
0
|
893
|
|
POST
|
When your Feature Service has the pic_url and thumb_url fields, those will always be used. In your case, they are empty for the points you didn't edited manually, that's why nothing will be displayed. You have to fill these fields for all your points. I thought it was documented in the link I sent, I will make sure to better document that. You have two solution to edit your points that use picture: * get the URL of all your attachments and fill the pic_url and thumb_url field in ArcGIS.com viewer (if you activate the popup on the layer you can see the link to the attachment. That can be pretty fast to do) * use the builder "Change media" and upload all picture again. This will fill the fields correctly. What you are trying to achieve is kind of hacking. You can still start over and create the Feature Service from the builder, upload all your points with pictures. Then go to ArcGIS.com viewer and edit the URL for one you want to use video or slideshow. When the media isn't an image, the panel take a fixed aspect ratio, that is not configurable yet.
... View more
01-31-2014
07:22 AM
|
0
|
0
|
893
|
| 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
|