-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for parsing URLs in overlay modal? #78
Comments
if you want to roll up your sleeves, you could place some new logic to conditionally add an L.esri.WebMap/src/Popup/Popup.js Lines 20 to 22 in ca25992
|
@jgravois just submitted a pull request that should add this functionality. |
very cool. i don't have push access to this repo (or the bandwidth to take over maintaining another leaflet plugin), but i'm glad to see you were able to implement the enhancement you were asking for on your own. |
In our info window, the online version of the Esri map viewer supports parsing of hyperlinks as "More Info" links. See an example here: http://arcg.is/58XL8
However in the L.esri.WebMap plugin just shows the URL and it's not clickable.
http://ynunokawa.github.io/L.esri.WebMap/index.html?webmap=88b7c0f377b14e8da0e0698f260944d2
It would be great if the plugin could parse and display them as hyperlinks that would open in a new tab/window.
The text was updated successfully, but these errors were encountered: