Esri / information-lookup

Web app template that is used to determine if the location specified intersects a polygon
Apache License 2.0
6 stars 25 forks source link

Popup URL Links not formatting correctly #19

Closed nelsm closed 9 years ago

nelsm commented 9 years ago

I'm having a problem getting links I have configured on my map to show properly when used in the template. Everything else works great. I tried several and no luck. See image below. image

Here is a link to the map I am using for popups, maybe it has something to do with the way I configured them?: http://arcg.is/1PhUvW9

MikeMillerGIS commented 9 years ago

I cannot view how you set up the pop ups, would you be able to share the pop up info?

nelsm commented 9 years ago

Thanks for looking at this. I'm using the custom attribute display: image image

MikeMillerGIS commented 9 years ago

I was able to reproduce, it looks like a bug. The work around for now is just use the field in the pop up, and not define it as a link.

nelsm commented 9 years ago

OK thanks. bummer. Would have been perfect with the links.

MikeMillerGIS commented 9 years ago

It still can work for you, use this format for your pop up For {distribution.BOUNDARY.COMDIST_LOOKUP.URL1}

will produce this in the popup image

nelsm commented 9 years ago

OK. Will give that a shot. Thanks.

MikeMillerGIS commented 9 years ago

Reopening as it is a bug, will close once resolved