-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Locate Button HTML Tags #341
Labels
Comments
I can confirm this is what I see as well. I believe this used to work fine though not sure when something changed to cause. |
How can I turn it off? |
The popup |
You can do it easily by setting publishGPSPosition property to false. Modify the viewer.js file like this: locateButton: {
include: true,
id: 'locateButton',
type: 'domNode',
path: 'gis/dijit/LocateButton',
srcNodeRef: 'locateButton',
options: {
map: true,
publishGPSPosition: false,
highlightLocation: true,
useTracking: true,
geolocationOptions: {
maximumAge: 0,
timeout: 15000,
enableHighAccuracy: true
}
}
}, |
jebu75
pushed a commit
that referenced
this issue
Jan 13, 2015
locate button displays html tags in message as text. Also, cleans up altitude accuracy label in locate button template.
If you like, please test the fix I just submitted in #344 and let me know if that fixes the issue for you. Thanks! |
The fix is working fine. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using "Locate Button", I get the result like the following image:
The widget treats the html tags as plain text.
The text was updated successfully, but these errors were encountered: