|
POST
|
can you describe how to go about doing that? Or would this be an enhancement done by ESRI? Sure. This may be something we do in the next version but for modifications like this, it's best if you have some familiarity with CSS and HTML. In global.css on line 620, if you comment out or remove the following code: .fullScreen .dataLayers {
display:none !important;
} And then add this code: .fullScreen #legendMenu{
position:absolute;
z-index:999;
top:50px;
right:50px;
background:#fff;
padding:20px;
border:1px solid #ccc;
moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
} That should be what you were thinking. Although it probably needs to be styled a little better 🙂 Let me know if that is what you were thinking and if you were able to get it to work. Thanks
... View more
09-29-2011
12:10 PM
|
0
|
0
|
2183
|
|
POST
|
I was wondering if it would be possible to carry the map legend along with the map when you select the "Full Screen" option? Yes, that's very possible. It would require changing a few styles in the CSS.
... View more
09-29-2011
11:36 AM
|
0
|
0
|
2183
|
|
POST
|
The legend display in the template shows all scale-dependent map layers regardless of whether or not they are displayed at the current scale, creating a long and messy legend. Are you planning to make the legend respect scale-dependent layers? I hope so. Here's my example: http://maps.rockvillemd.gov/gallery/map.html?webmap=da37c709d83c4a398993dd5972951f52 Thanks, Marc Yeah, that's a great idea. I'll see if we can do that for the next release.
... View more
09-29-2011
08:00 AM
|
0
|
0
|
1820
|
|
POST
|
Hello; I'm having the same trouble. The maps won't load locally or when I publish the page. I'm using the latest version, and I've managed to get the template working (thanks for the video) at http://springstewardship.org/public-maps-gallery/mapindex.html. The group, Arizona Forest Springs, is public. I haven't had any luck with embedding the map either. Thanks for any suggestions you might have. - Jeri Hi Jeri, It looks like you need to enter a Bing Maps key in the config.js file. That's why the maps are not loading. The one you have there uses a Bing basemap. http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm
... View more
09-29-2011
07:59 AM
|
0
|
0
|
1820
|
|
POST
|
jhboyle (September 28, 2011) So the data can only be referenced from ArcGIS.com? For Example, if I wanted to list a layer on my EC2 instance on this page, the only way would be to first share it on ArcGIS.com? Hi jhboyle �?? Yes, this template is specifically designed to work with public groups on ArcGIS.com. Those goups can contain webmaps, links to web applications, and other ArcGIS.com supported content. http://bit.ly/oon0mu
... View more
09-28-2011
02:33 PM
|
0
|
0
|
1820
|
|
POST
|
jhboyle (September 28, 2011) So the data can only be referenced from ArcGIS.com? For Example, if I wanted to list a layer on my EC2 instance on this page, the only way would be to first share it on ArcGIS.com?
... View more
09-28-2011
02:33 PM
|
0
|
0
|
1820
|
|
POST
|
Tried to search the forum for this message, nothing was returned. These are the steps I have taken so far: 1. Downloaded the public template to a Windows 2003 Server, created the web site 2. Logged on to the page to besure that the default "ArcGIS Online" content was loading properly 3. Logged into ArcGIS Online, created a "MyContent" group 4. Added two (2) entries. A map service and a map, based upon that service 5. Shared both entires to "Public" and to my "Group" 6. Clicked on the "Group ID Finder" on my web site 7. Retrieved the group ID, made the appropriate edit in the "..\scripts\config.js" file 8. Refreshed the contents of my site and received the "No maps were found." message in the grid view. 9. I get nothing in the "Carousel" view Not sure what to try next? Has anyone received a similar message when trying to access their ArcGIS Online group resource? Thank you, in advance, for any hints/ideas Lynn Hi Lynn, The items need to be "Web Map" in order to be shown. They will probably show up in the layers group if you try that. Another option is to open "/scripts/home/local.js" and comment out line 20. Then it will allow all items to be shown. queryArcGISGroup({
// SETTINGS
id_group : ymConfig.mapsGroupID,
searchType : 'Web Map',
sortField : 'uploaded',
sortOrder : 'desc',
pagination: true,
keywords: keywords,
perPage : 9,
perRow : 3,
searchStart : data_offset,
// EXECUTED AFTER AJAX IS RETURNED
callback: function(obj,data){
buildMapPlaylist(obj,data);
}
}); Change searchType : 'Web Map', to //searchType : 'Web Map', Let me know if that works for you. Thanks!
... View more
09-28-2011
02:15 PM
|
0
|
0
|
880
|
|
POST
|
sanmateocountygis (September 27, 2011) The download includes a folder called .svn. Are these folders and files used only with the WebMatrix product? Can we dump this folder if we're just editing the html, js, and css files in Aptana or PSPad or other text editors? Thanks. sanmateocountygis - You can delete those .svn folders. I'll make sure to remove them in the next release. Thanks
... View more
09-28-2011
01:22 PM
|
0
|
0
|
1820
|
|
POST
|
sanmateocountygis (September 27, 2011) The download includes a folder called .svn. Are these folders and files used only with the WebMatrix product? Can we dump this folder if we're just editing the html, js, and css files in Aptana or PSPad or other text editors? Thanks.
... View more
09-28-2011
01:21 PM
|
0
|
0
|
1820
|
|
POST
|
marylandgis (September 24, 2011) Could you please tell me how the layersGroupID works? And what layers is the Layers sidebar showing? Thanks. marylandgis - The layers group ID is an ID of the group containing layer services you would like to show instead of web maps. It filters layers from the group so that it only shows them. It will show whatever layers you put in that group ID. Hope that is helpful. If you still have questions, please email esri_webmap@esri.com
... View more
09-28-2011
01:20 PM
|
0
|
0
|
1820
|
|
POST
|
marylandgis (September 24, 2011) Could you please tell me how the layersGroupID works? And what layers is the Layers sidebar showing? Thanks.
... View more
09-28-2011
01:19 PM
|
0
|
0
|
1820
|
|
POST
|
CiboloGIS (September 22, 2011) That was it, thanks for quick response. Looking forward to using template for our Citizen Science events. Thanks! CiboloGIS, you're welcome! Let us know how it turns out.
... View more
09-28-2011
01:18 PM
|
0
|
0
|
1355
|
|
POST
|
CiboloGIS, Can you open index.html in a text editor like notepad instead of a web browser? Then you can edit it. CiboloGIS (September 22, 2011) That was it, thanks for quick response. Looking forward to using template for our Citizen Science events. Thanks!
... View more
09-28-2011
01:17 PM
|
0
|
0
|
1355
|
|
POST
|
CiboloGIS (September 22, 2011) Esri_webmap, When I open the "index.html" it opens in my browser and I see the email address and about text, but it is the script file I cannot locate to edit. Please advise. CiboloGIS, Can you open index.html in a text editor like notepad instead of a web browser? Then you can edit it.
... View more
09-28-2011
01:17 PM
|
0
|
0
|
1355
|
|
POST
|
Hi CiboloGIS - Yes. They are at the bottom of each HTML file. If you open "index.html" and scroll to the bottom you should be able to see the email address and about text. http://bit.ly/qTychX http://bit.ly/n64Gy CiboloGIS (September 22, 2011) Esri_webmap, When I open the "index.html" it opens in my browser and I see the email address and about text, but it is the script file I cannot locate to edit. Please advise.
... View more
09-28-2011
01:16 PM
|
0
|
0
|
1355
|
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|