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
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
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.
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.
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 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.
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!
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
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.
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'.
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.
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
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.
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 Bill, That looks really good. Nice work.The geolocation is probably zooming too far for the custom basemap. You can change the Level of detail in one of the scripts files. I should probably make it a config variable in the future. If you look in user-agent.js on like 54 you can change the lod variable to a smaller number so it doesn't zoom users in too far.function zoomToLocation(x, y, IPAccuracy){ // calculate lod var lod = 14;Hope that helps.
function zoomToLocation(x, y, IPAccuracy){ // calculate lod var lod = 14;
Greetings, fellow Map Gallery Template fans...I would like to suggest making the Footer area optional. At the moment one can only change all aspects of the Footer, except turning the footer off when it isn't required. Maybe a consideration for the next iteration?In any case, I would appreciate some advice on how would I be able to remove it within the current structure of the template.Many thanks in advance.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.