-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
dms as default option in overview-box #2050
Comments
Not really answering, but maybe a linked answer : #2004 |
Hiya! |
@gioman I use this script |
@ygorigor not sure what do you mean here. |
In your JS script, you should "listen" to some events. You need to copy/paste the snippet when the event https://docs.lizmap.com/current/en/publish/customization/javascript.html#disable-right-click |
@gioman try 'degrees' |
@gioman look at values |
Description
Is there a possibility to have 'dms' selected by default in overview-box when lizmap loads?
Since
MousePosition
was refactored this scriptlizMap.events.on({ 'uicreated': function(e) { $('lizmap-mouse-position > div.coords-unit > select').val('dms').change(); } });
is not working.
Environment
The text was updated successfully, but these errors were encountered: