<queryinfo2> <!-- URL of map service feature layer to query --> <featureURL>http://labinsw2010.freac.fsu.edu/ArcGIS/rest/services/swfwmd/control2/MapServer/14</featureURL> <!-- name of attribute in map service layer to query --> <attribute>swfwmd_hyd</attribute> </queryinfo2> <bookmarks2> <bookmark2 name="17500"/> </bookmarks2>
Robert:
The only problem with the cleaned up codes that u posted above is that u r using point layer codes for showBookmark1 as well. Actually it should be using codes for polygon layers, just as what u posted the first time. All other things work very well! And the fully qualified url does not really make a difference. I used to think it matters too.
Thank you!
Georgianna,
That is because the code will work with all geometry types the way it is written (not just points). The fully qualified url name does matter when you are not on your network. So for me to access your rest services I have to use the full url.