-
Notifications
You must be signed in to change notification settings - Fork 5
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
Disable Location (fr: Localisation) #75
Comments
We have added etalab's map server as an experiment in #81 . https://openmaptiles.geo.data.gouv.fr/ Their service gives no guarantees of performance/availability, and is not homologué. |
It's not possible to disable localisation, we have some edition in react-sdk to do that apparently |
We can add a UIFeature for location, and check it here : |
What happens if we just remove the mapserver from the config ? |
We got an exception if map_style_url is undefined : https://github.com/matrix-org/matrix-react-sdk/blob/1397652f526cada5b87cc8dccaa76fa49e39d0cb/src/utils/location/findMapStyleUrl.ts#L37 |
Because we have no map server.
We do not use the default map server, because we need to own all data exchanges for security.
Mobile clients have disabled it as well.
The text was updated successfully, but these errors were encountered: