Using ArcGIS Online webmaps, you can enable a popup for a tiled map service by selecting a feature layer either currently in the map, or providing a url to the feature layer service. Is there a way to do this using Javascript API? I am currently testing the CMV application but I need the popup option for a tiled layer. Here is the layer code in the CMV viewer.js file. Thanks in advance.
{ type: 'tiled', url: 'http://tiles.arcgis.com/tiles/cWzdqIyxbijuhPLw/arcgis/rest/services/Antelope_Areas/MapServer', title: 'Antelope Hunt Areas', options: { id: 'antelopeareas', opacity: 1.0, visible: true, }}
أكثر...
{ type: 'tiled', url: 'http://tiles.arcgis.com/tiles/cWzdqIyxbijuhPLw/arcgis/rest/services/Antelope_Areas/MapServer', title: 'Antelope Hunt Areas', options: { id: 'antelopeareas', opacity: 1.0, visible: true, }}
أكثر...