|
POST
|
Yes it looks like your sharing URL is not valid. If your Portal for ArcGIS can be accessed at myserver.com/portal, the sharing url should be //myserver.com/portal/sharing/content/items If you access it at myserver.com it should be //myserver.com/sharing/content/items
... View more
07-08-2015
02:04 PM
|
0
|
6
|
2402
|
|
POST
|
We don't have plan to integrate a video player inside the apps as it's quite complex to have a video player that work on every video type and every device. So we prefer to encourage the use of YouTube or Vimeo. To include RTMP in your Tour, you could use the Video.js library, you have to create a simple html page that will link to your RTMP, host the page and link to it using the 'Other' source. See the following videojs/video.js · GitHub Video.js RTMP Example Embed
... View more
07-08-2015
08:24 AM
|
1
|
4
|
1838
|
|
POST
|
Great, glad to hear. I would be curious to checkout what you come up with if it's a public website so feel free to share a link Thanks.
... View more
07-07-2015
08:05 AM
|
0
|
6
|
4382
|
|
POST
|
Hi, You may have to explicitly tell the application to use the proxy for your service. You can do that by adding the following snippet at the end of index.html. See the following documentation for more detail Sharing maps with secure layers | Guide | ArcGIS API for JavaScript. Note that the best workflow described in the following document allow you to not have to download and configure the application at all ArcGIS Server web services—ArcGIS Online Help | ArcGIS require(["esri/urlUtils"], function(urlUtils) {
urlUtils.addProxyRule({
urlPrefix: "my-arcgis-sever",
proxyUrl: "my-web-server.com/proxy"
});
});
... View more
07-06-2015
09:01 AM
|
2
|
13
|
4382
|
|
POST
|
The Map Tour builder don't yet offer the ability to create the Feature Services in Portal for ArcGIS but if you can create the Feature Services yourself, Map Tour will be able to use it. We don't have documentation for this as this depends a lot on Portal configuration, but the basics steps are - Publish one of our sample csv to a Feature Service with attachments enabled map-tour-storytelling-template-js/samples/csv_file__lat_long at master · Esri/map-tour-storytelling-template-js · GitHub - Add the service to a webmap - Publish a Map Tour from that webmap - The Map Tour builder should open and let you upload pictures Enabling attachments is a critical step can be done in different way depending how your ArcGIS Server is federated with your Portal.
... View more
07-01-2015
01:51 PM
|
0
|
0
|
1459
|
|
POST
|
Ok I see, I don't think this can be done without a little JavaScript (reading the parameter in the URL of the page and reusing it to construct the URL that you give to the frame).
... View more
07-01-2015
01:32 PM
|
0
|
0
|
4161
|
|
POST
|
Hi Jonathan, We will think about making this configurable. In the meantime, you should follow this guide to perform your css customization Esri/map-journal-storytelling-template-js · GitHub
... View more
07-01-2015
12:55 PM
|
0
|
3
|
1413
|
|
POST
|
You can use that same technique in the code of your iframe <iframe src="http://loyola.maps.arcgis.com/apps/MapTour/index.html?appid=f48cfe197ee6420e97b0f75314685bd1&index=10"></iframe>
... View more
07-01-2015
12:47 PM
|
0
|
2
|
4161
|
|
POST
|
In Map Tour, the images that you can add from Facebook, Flickr and Picasa require to be available without authentication. We are filtering out images so would require user to authenticate so you are effectively creating a story that don't require extra authentication for your users. Unlike Picasa and Flickr, you will need to login to access your Facebook pictures but that's just a Facebook restriction. All the image that pick will be available without authentication. In ArcGIS Online you can store picture in Feature Services but that capabilities is not enabled for Portal for ArcGIS yet.
... View more
07-01-2015
10:22 AM
|
1
|
2
|
1459
|
|
POST
|
With the upcoming release of ArcGIS Online next week, it will be possible to use custom Geocoder on organization that have disabled anonymous access in most of ArcGIS Online apps like Basic Viewer. Unfortunately I was not aware of that issue and did not implement that new workflow so StoryMaps apps are not going to implement this capability until our September or December release. Until then, your workarounds are to enable anonymous access or download and configure the application to use custom geocoders. Sorry for your trouble, hope you find a convenient solution in one of these two workarounds.
... View more
07-01-2015
09:58 AM
|
1
|
2
|
5551
|
|
POST
|
Hi, Thanks for sharing your StoryMaps. Yes your geocoder is working fine for me on my ArcGIS Online account. I think I found your issue, if I disable anonymous access in my AGOL settings, see screenshot below the geocoder will only appear when I'm in the Map Series builder. Not sure if this the expected behavior. I will ask ArcGIS Online development team if this is the expected behavior and get back to you. In the meantime, if you can't enable that settings for security reason, the only option that I see for you is to download the Map Series app, host it on your own server and configure the geocoder list manually. Let me know if you want to take that road and I will describe the process more fully, as there is one trick to know to do that.
... View more
07-01-2015
08:51 AM
|
0
|
8
|
2953
|
|
POST
|
Thanks. Your application or one of his map doesn't seems to be shared publicly so I can't look at it. I tried many thing but can't seems to reproduce. If I had your geocoder to my org it works great.
... View more
06-30-2015
06:38 PM
|
0
|
10
|
2953
|
|
POST
|
Sorry about your issue. The only thing that I can see causing that is if in viewer you are not using the "org url". Does you URL looks like http://myorg.maps.arcgis.com/apps/MapSeries/ ? or is it http://www.arcgis.com/apps/MapSeries/ ? If it's the second form, please update to the first and let me know. Otherwise could you share a link to your app?
... View more
06-30-2015
06:19 PM
|
0
|
12
|
2953
|
|
POST
|
Thanks Paul, glad to hear. You are welcome. If you had just changed the first settings on Flickr, I would not be surprised if you had to reupload your pictures for the new settings to take effect.
... View more
06-29-2015
05:06 PM
|
0
|
1
|
1766
|
|
POST
|
There is in fact two settings for Flickr: About Google+ i'm not able to find more settings but they recently changed the UI. If you go through Picasa https://picasaweb.google.com/ Do you have this enabled If this doesn't help, yes if you can create a zip file with a couple pictures, I am happy to test.
... View more
06-29-2015
04:47 PM
|
0
|
3
|
1766
|
| 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
|