|
POST
|
You must have an edit button in the toolbar or use the option on the layer and click "Edit Layer"
... View more
08-20-2015
01:16 PM
|
0
|
0
|
2206
|
|
POST
|
Sorry about that. Can you share a link to your tour so I can take a look? I guess you used the option to upload your pictures to ArcGIS Online and added them one by one. In that case a Feature Service is created and you should be able to see it in My Content. Can you find it?
... View more
08-20-2015
10:20 AM
|
0
|
11
|
2493
|
|
POST
|
Map notes are a type of layer that you can add to a web map through Map Viewer. It's helpful if you want to add couple of annotation. More information in the documentation at Map notes—ArcGIS Online Help | ArcGIS If you add multiple layer you should be able to toggle them on and off in Map Journal In Map Viewer In Map Journal
... View more
08-19-2015
02:34 PM
|
0
|
1
|
2206
|
|
POST
|
It looks like chadbeale is the login you want to use. It looks Flickr changed their UI recently. What is now call "Album" used to be called "Set", we will have to adjust Map Tour for that. This is what I get when I visit your page Chad Beale | Flickr - Photo Sharing! Until you see that when you are not signed in with your account, you won't be able to access your photos in map Tour. When you are in the Organizer, does it say your photos are public when you use? Good luck!
... View more
08-18-2015
12:18 PM
|
0
|
0
|
5332
|
|
POST
|
I don't think so. It should not but it may be because none of your Album is shared publicly. If you can share your username I will take a look.
... View more
08-18-2015
10:57 AM
|
0
|
1
|
5332
|
|
POST
|
Hi Roi, Can you share a link to your application? The app should work with ArcGISTiledMapServiceLayer as an operational layer. What is your basemap layer? If the map tour layer is your first layer, it is probably use as basemap, it should works but maybe not in certain case. The most simple is that you keep a basemap layer that is tiled, you could change it's visibility to make it not visible...
... View more
08-13-2015
08:21 AM
|
0
|
1
|
1039
|
|
POST
|
Hi Emily, resources/font is a really good place to put your new font. To use it in the application, there is 2 steps. First you will have to load it, your font probably come with a CSS file and multiple files like ttf, woff. You have to reference the CSS file in index.html, for example after line 100 modify the code to be: ...
loadCSS("//js.arcgis.com/3.14/esri/css/esri.css", true);
loadCSS("//js.arcgis.com/3.14/dijit/themes/claro/claro.css", true);
loadCSS("resources/font/myfont.css");
if( isProduction ) {
loadCSS("app/maptour-min.css");
}
... Then what you will want to do is to add a css rules that tell the application to use the font, you will do that in index.html too, around line 186 by modifying the code to be <style>
body {
font-family: 'yourfontname';
}
</style> Your font should come with a readme where you will know what name to use for that CSS rule.
... View more
08-13-2015
08:13 AM
|
0
|
1
|
2442
|
|
POST
|
Hi Roi, I guess your network may just be too slow. Do you get the same error if you open the web map in ArcGIS Online Map Viewer?
... View more
08-10-2015
08:33 AM
|
0
|
3
|
1099
|
|
POST
|
When you hover my profile you should have a message button. Otherwise I added my email on my profile. Could you try removing the layer and adding it by copy/pasting the URL of the MapService or FeatureService? Thanks
... View more
07-31-2015
01:34 PM
|
0
|
3
|
2080
|
|
POST
|
Hey, Is your ArcGIS server secured? Do you add it to the webmap using an item or just the URL? If you could share a link to yoru service privately with me it would help a lot. Thanks
... View more
07-31-2015
11:38 AM
|
0
|
5
|
2080
|
|
POST
|
Sorry about your issue. Can you share a link to your application? Do you also experience the same issue in the Map Journal builder mode? If you don't have the same issue in builder, you may want to check if the layer has an associated item, that the item is public.
... View more
07-31-2015
11:30 AM
|
0
|
7
|
2080
|
|
POST
|
Got you. When you have created your Map Journal, an item in ArcGIS Online has been created under the ID that is present in your URL http://www.iqmap.org/storymaps/map-journal/cob/index.html?appid=c36de675c0154899accf20641f432d86 The Map Journal in ArcGIS Online will always "exist". The ID basically store your data and the application that you deployed on your server will read those, as well as the one in ArcGIS Online. I tried using an oldest version of Map Journal and I can reproduce the issue so it's not your customization. If you update to the latest version through GitHub and reapply your customization it should works as well as the one in Online. Note that you don't have to keep the ID in the URL, you can put in in index.html so your URL will be more simple (see step 3 at Esri/map-journal-storytelling-template-js · GitHub)
... View more
07-31-2015
09:24 AM
|
0
|
1
|
2150
|
|
POST
|
Strange error, not sure what's happening but if I use your appid with the latest version of Map Journal I can't reproduce the issue (http://www.arcgis.com/apps/MapJournal/?appid=c36de675c0154899accf20641f432d86). Could you try updating to version V1.4.1 Esri/map-journal-storytelling-template-js · GitHub
... View more
07-31-2015
09:08 AM
|
0
|
3
|
2150
|
|
POST
|
Ok cool. Got you, yes you can do that. Highlight some text and then click the link button. The link will reuse your text
... View more
07-30-2015
10:34 AM
|
1
|
1
|
1247
|
|
POST
|
Hi, Are you using Story Map Series, see Story Map Series | Story Maps, the link you is a deprecated template that was called Side Accordion. Story Map Series now integrate a Side Accordion layout. To edit your description, unlike Map Tour, you will have a little text editor that will let you create link interactively. So you don't have to know about HTML, you will do everything in there. All the capabilities of the deprecated Side Accordion are in Story Map Series. Hope this will work for you
... View more
07-30-2015
10:25 AM
|
0
|
3
|
1247
|
| 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
|