I am trying to modify functionality of a map through URL parameter arguments as specified on this page:
Use URL parameters to modify maps—ArcGIS Online Help | ArcGIS
When I try this on web mapping applications, I get a very curious and undesirable result. Here is a test map of county and state boundaries:
http://ft.maps.arcgis.com/apps/Embed/index.html?appid=936f69916575499a96a329e1bac9162a
When I add any sort of URL parameters, the map will execute the parameter, but it will be on on a completely different web map. For example:
http://ft.maps.arcgis.com/apps/Embed/index.html?appid=936f69916575499a96a329e1bac9162a?extent=-117.20,34.055,-117.19,34.…
You'll note that the appid is the same for both maps and it zooms into the proper location, however the basemap and the content are completely different. This is the case no matter which URL parameter arguments I use.
Any help on this would be most appreciated!