The map gallery template is a great resource. Thanks for this!I'm using it in parallel at maps.choptankriverheritage.org and stories.choptankriverheritage.org.The reason for both is that I have some online map presentations made for ArcGIS Explorer Online. They look very bad when they open up in the ArcGIS.com viewer, and the presentation doesn't work there, anyway. So I created two AGO groups and two separate galleries. Then I set the config option for the story items to open in Explorer.I think that when the config file is set to open the map in Explorer, the URL parameter should be ?present=, not ?open=. Why send the user to Explorer then make them fiddle around trying to start the presentation?I'll look through the /scripts/ files to see if I can find and modify this function. But I'm a Javascript novice and am not sure I'll get it right.Thanks for considering this suggestion.
/*------------------------------------*/ // GET VIEWER URL TO USE /*------------------------------------*/ function getViewerURL(){ switch(pmgConfig.mapViewer){ case 'arcgis': return pmgConfig.arcgisPortalURL + 'home/webmap/viewer.html?webmap='; break; case 'explorer': return 'http://explorer.arcgis.com/?open='; break; case 'explorer_present': return 'http://explorer.arcgis.com/?present='; break; case 'simple': return 'map.html?webmap='; break; default: return 'map.html?webmap='; } }
Hi Don,That's a great suggestion. I'll add an option for 'explorer_present'.If you open /scripts/query.arcgis.js and replace this function, it should fix it for you.
I've tried changed the lod variable to lower numbers, but with no luck. My data is in State Plane, I am assuming the could be an issue? Here is my rest endpoint for the tiled basemap. Is there a way to define one of the LOD's as a default zoom to location?http://gis.arlingtonva.us/ArcGIS/rest/services/Arlington_Basemap_Plain/MapServer?f=json&pretty=true
Greetings all,I have just become aware of the existence of the 1.4 version of the Public Maps Gallery template. One thing that I have noticed in version 1.3.1 a couple of days ago, and that still has not been pointed out, as far as I know is that the maps don't propagate their watermarks! So if I have a look at a map within ArcGIS Online which contains a basemap such as OSM, I see the following:[ATTACH=CONFIG]11873[/ATTACH]However, in the map gallery for the same map there is no copyright watermark. How can this be resolved?Many thanks in advance.
Here are the beginnings of our site:http://www.bexar.org/mapsIs there any way to control the order the maps are listed? Thanks again, DZ
// FIELD TO ORDER YOUR GROUP BY pmgConfig.sortField = 'uploaded'; // SORTING COLUMN= The allowed field names are title, uploaded, type, owner, avgRating, numRatings, numComments and numViews. Default: 'uploaded'.
We'll take that into consideration for the next version. You should be able to modify the map.html and index.html files and remove the div with the id of "footer". Then you can change the background color of the body/html in the CSS to a different color if you like. That should be it.Let me know if that works for you.
Hi Miguel,The ArcGIS Online development team is aware of this issue and has identified it as a future enhancement. The timing hasn�??t been established.Thank you
I currently have our application setup to use the 'simple' option. I've also left the embed option enabled. I like the simple option because users can stay within the gallery to browse through multiple maps without leaving the site. However, I would like to be able to give them a way to view the map with the additional options they can gete vie the explorer and arcgis options. Is there an easy way to allow the user viewing the map.html page to then open the selected map via ArcGIS Online or ArcGIS Explorer Online?The link to our site is http://publicmaps.ofallon.org/gallery. Thanks for your help!
Greetings Public Maps Gallery team, In the official page for the template, at the very bottom of the template description, there is a statement saying: " This template is not intended for ArcGIS Online Organization Subscription accounts when they become available." However, I have this working with our beta version of AGO for OS. The statement above would seem to indicate that the Public Maps Gallery template would no longer work with the final version of AGO for OS. Would you please elaborate if this indeed will be the case, and why? Many thanks in advance.
After I replaced my group ID in the settings.required config file, I restart the index.html file and receive and error message.It says...Message from webpagePlease enter a group ID in the required settings config.I have done that....not sure what else to do. I would like to make a Public Gallery Page. I even made changes to the settings.content file. I followed exactly what was in the quick start quide....Please Help!!
Greetings Maps Gallery fans,I'm implementing a few of these Map Galleries with the latest template, 1.4.1, but I can't find how to display access, or download of the apps for mobile access (similar to what our friends in Texas; Baxter County have done) anywhere. Would someone please point me on the way to activating this functionality?Many thanks in advance.
Greetings PMG team,I have noticed that when I click on the "Fullscreen View" button whilst viewing a map, the map is no longer centred in the correct location. Is there a way of adjusting a parameter within the template so that the map centre is maintained whilst switching the map view?Many thanks in advance.
Hi Miguel,Yes, that should be possible. It's not currently an option but I'll see if I can get that included in an update. It would just have to find the center of the map before the resize and then reset the center after.Thanks
We have been slowly developing our site and have made a few of our maps public and such for testing purposes; they may be seen here:http://www.bexar.org/mapsThat being said - we are having some rather significant issues with the Android App.1) The App fills 'no fill' polygons. I have not tried to fill it with 100% transparency yet but that may be a work around.2) Points are being drawn from the services which should not. We fine tune all of our symbology but we are getting a lot of red circles with black outlines scattered across the map. I do not have an android phone in office for testing and will on Friday and will provide more information at that point. And of course - there may be a workaround but simply - features not being displayed by the service are being displayed by the app. I presuppose this has to do with features in feature classes not being given symbol (b/c we don't want them drawn anyway) and then the App defaults to the red fill black outline symbol - kind-of like when it fills no fill polys. Again - I may be able to prescribe an 'all else' symbol w/ 100% transparency as above.3) We are having problems similar to past iphone issues where the client selects a map on the public map gallery and then is directed always to the first map viewed and unless the user goes into the app and joins our group and then selects the maps off-site without the public maps gallery, the user may only then select a new map and the features will draw. Otherwise the map often comes up blank. We tested the android app with the site on a Galaxy S and Galaxy SII (4G)I will test the two workarounds but this probably needs to be fixed in the app as it draws fine for apple.Thanks again, DZ
Greetings PMG team,Does the app. recognises what viewer is set within a group? My group has a mixture of web maps set to be viewed with the AGOL Viewer, AGXOL, and one in AGXOL presentation mode. However, when I point my PMG to the group, all maps are available through the default AGOL viewer only. This seems to work, as the folks from Ofallon show this works on their implementation of a PMG. In their PMG, the second map in the first page does have the following URL type -> http://explorer.arcgis.com/?open=<webmap id>Am I correct in assuming that the app senses what viewer a map uses and generates the appropriate URL? Or is this something that needs to be set up manually in the configuration somewhere? If the latter is the case, would you please point me in the right direction on where to set up?Many thanks in advance for the help.
Hi,I have couple of questions. I have my GIS data organized using ESRI's Local Government Information Model in ArcSDE 10SP3. I will be using ArcGIS server to publish data from ArcSDE.Question1: If I use Public Maps Gallery template to publish maps coming from my ArcGIS server, how are the client requests passed through? If an end user hits the map page, will the request go to ArcGIS.com then routed to my ArcGIS server? Question2: Is it possible to configure multiple searches (address, parcel, subdivision) in public maps gallery? Please let me know if there are any documentation on this topic.Appreciate your help.ThanksVJ
Greetings from Esri UK team,On the PMG pages for the latest release, 1.4.1, the first line of the changes for this version reads "Support for using the template with private ArcGIS.com groups and items". Would you please explain how would this implemented? Many thanks in advance.
Hi David,Does your group have any web maps in it?Can you post your config file and I'll see if I can diagnose the problem.Thanks
[ATTACH=CONFIG]12362[/ATTACH]I have attached 2 of the config files and a screenshot of the message.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.