<medias> <media type="image" imagesource="http://website/flexviewer_weeds/weed_pics/{Name}.jpg" imagelink="http://website/flexviewer_weeds/weed_pics/oxeye_daisy.jpg"/> </medias>
<title>name:{Name}</title>
Is it possible to create link to a url using a field that has a unique url for each feature without displaying the url? using Pop-ups
I have a GIS layer that stores a link to inspection records (in a web-based document management system) for each feature. The URL is stored in a field called doc_url and is specific to that feature. The link provides records specific to that feature. So I'm looking for a way to hyperlink to the documents using the pop-up tool. It would look similar to below...Link to Site Records and the url for each specific feature is = {doc_url} but the actual url is not displayed.
<description> <![CDATA[<a href='{doc_url}'><u>Link to Site Records</u></a> ]]> </description>
alpha="1.0" url="
Could you try adding extra space before url? alpha="1.0" url="
This Fault code: Client.CouldNotDecode is due to malformed Config.Could you post your entire main config?
</widgetcontainer> </configuration>
Not sure if your response was truncated by forum?following tags are missing at the end of the config. </widgetcontainer> </configuration>
<layer label="Projects" type="dynamic" visible="true" url="http://gis.myserver.com/ArcGIS/rest/services/MappedProjects2/MapServer"/> <sublayer id = "0" popupconfig="popups/PopUp_Points.xml"/>
<?xml version="1.0" ?> <configuration> <title>Project Info</title> <fields> <field name="PROJID"/> <field name="MANAGR"/> </field> </fields> </configuration>
<layer label="Projects" type="dynamic" visible="true" url="http://gis.myserver.com/ArcGIS/rest/services/MappedProjects2/MapServer"> <sublayer id = "0" popupconfig="popups/PopUp_Points.xml"/> </layer>
Larry, You are making the same mistake as most do. The sublayer element has to be a child of the layer element.<layer label="Projects" type="dynamic" visible="true" url="http://gis.myserver.com/ArcGIS/rest/services/MappedProjects2/MapServer"> <sublayer id = "0" popupconfig="popups/PopUp_Points.xml"/> </layer>
Each point has approximately 10 attributes which need to be hyperlinked in the popup. Can anyone give me tips on how to best format the popup?
<?xml version="1.0" ?> <configuration> <title>Information</title> <description> <![CDATA[<b>Project ID:</b> {PROJID} <br><br><b>Folder: </b><a href='{FolderUNC}'><u>Folder</u></a>]]> </description> </configuration>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.