How do I configure the file to open with ArcGISexplorer as the viewer map?
// CHANGES THE MAP VIEWER TO USE 'simple' (map.html), 'explorer' (ArcGIS Explorer) or 'arcgis' (ArcGIS Javascript) pmgConfig.mapViewer = 'simple'; // values: 'simple', 'explorer' or 'arcgis'. default: 'simple'.
I have followed the instructions for 1.4 and have a problem.
demo map
when you click on one of the maps the inbed map starts to load but then just hangs with the spinning loading icon. Am I missing something?
Thanks
Hey,
I would like to show 3 pages, one with apps, one with maps and services and the other with tools. I decided that I would have to have 3 installations, but I cannot get the filter to work. I can get the apps, but the maps end up with the apps included and the tools don't show up at all.
any ideas?
Chris
Hi Charles,
It looks like you need to enter a bing maps key. It's unable to load the map because it may be using a bing maps basemap.
See the config or documentation for more.
Hi David,
Have you turned on the mobileAppLink option in the optional settings config?// USE ARCGIS iOS APP LINKS FOR USERS ON iOS DEVICES. Default: false. pmgConfig.mobileAppLink = true;
I've verified that this works for iOS devices but I haven't for Android or Windows OS. I'm not sure if the same support exists. I'll look into it...
How about a "Private Maps Gallery" template?
---
I used 1.3 successfully at San Mateo County GIS last summer (http://gis.co.sanmateo.ca.us/map_gallery) .
Now I've configured the 1.4 template to demo to an east coast metro police GIS staff. To make this work, I had to change the Share setting on all maps in our AGO Group to "Everyone". That is probably ok from a security standpoint, because the ops layers from the secure ArcGIS Server simply don't appear.
But the PD customers would really like these maps and their descriptions to be invisible inside our AGO group. How about adding AGO group member login at the gallery front page?
Thanks.