1. If I understand things correctly, with AG Explorer online I can import files from my desktop but with AG Online, it looks like I need other online sources? Or am I missing something?
2. Is there any way to import symbology from AG desktop? With AG explorer desktop, we import .lpk which contains the symbology as well as the geometry. With all the online apps, it looks like only the geometry is imported. Having to resymbolize the color coding when we import is a little annoying. Granted, once we get things figured out, it shouldn't be too much of a problem - until we update the .shp file in AG desktop.
3. Printing a map. It looks like it defaults to landscape, even when I have my printer set for portrait - and it only uses a fraction of the paper. Am I missing a setting? AG Explorer online looks like it prints the trails with their color coding. AG online looks like it drops all the colors and makes them white - either that or when I was playing with something, something got messed up. I'll try that again later. (I've only looked at the previews, not actually printing them.)
While I was at it, I tried some kml/kmz files. They appear to have to come from an online source, so just uploaded a couple files from my desktop. Using my website as the source worked for the the online viewer, but needed to load it to MyContent (a service) for AG Online Explorer. (that actually partly answered another question I had about "services" since I wasn't sure what they were).
Converting a shp layer to a kml using the conversion tool resulted in a layer with my trails color coded very nicely - except the legend had LineStyle009 (or whatever) instead the Trail Tread type it was supposed to be. I don't think there were any options to do any type of editting, which I *think* is a kml limitation.
I also tried using a small .kmz file with embedded pictures - 3 at each of about 6 waypoints - generated by RoboGeo. The file seemed to load ok, and I saw the camera icon at the waypoints, but no pics in either the online viewer or AG Online Explorer ... These files do work in ArcGIS Explorer Desktop, as well as GE - just not online.
One other question - is there some way to set the view on the embedded map so the trail is centered and not a lot of extra space. For instance, the single-trail map has a window large enough to display it with the topo lines showing, but it seems to load zoomed out so the trail is only occupying a bit over half the window. The topo is really blocky when zoomed out that far. The other one seems to be ok and opens zoomed in enough that it has the higher quality imagery and not lower resolution stuff.
Maybe I misunderstood your previous question about adding services? Basically when you add an ArcGIS map, feature, or image service, or a WMS service, or a KML from a URL to Your Content in ArcGIS Online as a 'service', you're adding something lik a 'favorite' link in your browser, that keeps a reference to the URL where the data is actually located, along with information like a description and tags. It's handy for you to add again, but also now you can share it with others within ArcGIS Online so they can find and easily add it too. There is another aspect of adding a service - if you add a KML/KMZ file from your local machine, then the file is uploaded onto ArcGIS Explorer Online and also referred to as a 'service'; if you could just add a local file on your machine directly to a map, then if you shared it, that same location would not work for others users. So that's why you cant add a KML file from your local machine in the Add Content panel, you have to make it into a service first. The ArcGIS for Organizations beta program also allows users to go a step further and create map and feature services where the data IS stored directly on ArcGIS Online, not on their own separate ArcGIS Server.
The legend captions are taken from the Style id attribute within the KML file, so if you can edit the KML before you upload, you can change the legend captions that way. E.g. from <Style id="LineStyle009"> to <Style id="TrailTread"> - However, as it's just a KML attribute, then it cant have spaces or punctuation in it, and of the items that draw with this symbol refer to it by id, so you have to make sure the rest of the file has the Style id changed as well e.g. <styleUrl>#LineStyle009</styleUrl> to <styleUrl>#TrailTread</styleUrl>.
Have you got an example of this sort of file? ArcGIS Online only supports some of the full range of what could possibly be in a KML file (see the Troubleshooting help topic) so maybe there's something in your file that's not supported?
When you save a map, it should open at the same extent it was last saved at. But if you consider that the map might be opened with the browser window being a different size or aspect ratio, or on a different machine with a different screen resolution, by a different user, you may not always find the map contains exactly the same image. If you open a map from a Shared link, then you should be able to see that the extent is encoded into that link - that's the minimum extent that will be shown, although you might find the actual extent is slightly larger if the aspect ratio doesnt match that of the map. Possibly the difference you see can be explained by these factors?
Anyway, I thought I'd start with the extent parameters, and maybe try the zoom parameters, but was clueless to how to alter those. The map just needs to be zoomed out once, and there's space for it.
The other thing that occurred to me is that .kmz file that wouldn't display in the more complex map had embedded images from my desktop. That could be an issue. BUT, what I can try is rather than loading the description (table from a .shp file but loaded via .kmz) is just using a .csv file with url's to the pics in the media part. That's how I did the simple map. I had used .kmz mainly because it was a byproduct of RoboGeo geotagging some images. But that may not be the best way to add images. (I'm also not convinced I really want to load all 239 images or if it's even useful to anyone but me, but wanted to see how to do it so we know what the capabilities are.) The simple map was just a .gpx file for the trail itself and .csv file with waypoint lat/long, text, urls to online photos (just happened to have a couple online already to test).
Yes, I see the difference on your maps here - if it's more level of detail you want rather than a specific extent, I think you might be able to play with the parameters of the link and get what you want - try the 'level' parameter in conjunction with the 'center' parameter - see the
Using URL Parameters section of the Developing with Web Maps help topic.
Yes, I suspect that the only type of images that would be supported would be references to URLs, so if you can put URLs to the JPEGS on your web server as the content of the pop-up windows, instead of ending up with local file references, then I think that would work fine.
Interesting map by the way - I know a few people who do Ultras, and it's always an amazing feat!