Select to view content in your preferred language

Popup highlight not working on line features

2187
3
05-18-2012 10:39 AM
DanielMunoz
Regular Contributor
The popup tool shows the information on all three types of features but highlights only the polygons and points never the lines, any ideas?

            <layer label="Base Map Layers" type="dynamic" visible="true"
                   url="http://gisweb/ArcGIS/rest/services/Dynamic/LandBase/MapServer">
                   <sublayer id="4" popupconfig="popups/PopUp_Parcels.xml"/>
                   <sublayer id="2" popupconfig="popups/PopUp_Roads.xml"/>
                   <sublayer id="1" popupconfig="popups/PopUp_Points.xml"/>
            </layer>            
         


Thanks!
Tags (2)
0 Kudos
3 Replies
KevinHigh
Frequent Contributor
Make sure that the "SHAPE" field is turned on on your line feature class!
0 Kudos
DanielMunoz
Regular Contributor
Good idea but must be something else, the below text is from the rest services

Fields:
OBJECTID (Type: esriFieldTypeOID, Alias: OBJECTID)
UNIQUE_NAM (Type: esriFieldTypeString, Alias: Street Name, Length: 35 )
ALT_ADDR (Type: esriFieldTypeString, Alias: Alternate Address, Length: 30 )
L_F_ADD (Type: esriFieldTypeInteger, Alias: Left From Address)
L_T_ADD (Type: esriFieldTypeInteger, Alias: Left To Address)
R_F_ADD (Type: esriFieldTypeInteger, Alias: Right From Address)
R_T_ADD (Type: esriFieldTypeInteger, Alias: Right To Address)
Shape (Type: esriFieldTypeGeometry, Alias: Shape)
Shape.len (Type: esriFieldTypeDouble, Alias: Shape.len)
Type ID Field: N/A

Supported Interfaces:   REST 

Supported Operations:   Query 
0 Kudos
DanielMunoz
Regular Contributor
I checked the rest service with:

View In: Arcgis.com Map

I enabled pop-up for the road layer, when clicking on a road segment the information shows and the line gets highlighted

the flex viewer pop-up stills doesn't highlight the road segment only shows the field info, any other ideas where to check?
0 Kudos