Skip to content
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

Allow maps if server has no Internet connection #63

Open
formwandler opened this issue Mar 6, 2015 · 3 comments
Open

Allow maps if server has no Internet connection #63

formwandler opened this issue Mar 6, 2015 · 3 comments

Comments

@formwandler
Copy link

If the MediaWiki server does not have an Internet connection (which is typical within enterprise Intranets), the Google and OSM maps embedded on client side are empty. The frame is shown, but there is no map.

It would be great if server-side processing could be disabled (e.g. fetching geocode) in order to support showing maps purely fetched and rendered on client-side.

See this mailinglist thread.

@formwandler formwandler changed the title Allow maps if server has no Internt connection Allow maps if server has no Internet connection Mar 6, 2015
JeroenDeDauw added a commit that referenced this issue Sep 18, 2016
@JeroenDeDauw
Copy link
Member

As of version 5.0 it is easy to disable geocoding or use some kind of local source. As in, easy to implement development wise. This has not been implemented yet. Not sure it would be useful. To tackle this feature request more work (not related to geocoding) would need doing I think.

@PeterTheOne
Copy link
Contributor

Are the Google and OSM maps really empty? map tiles at least should be loaded by the browser and as far as I understood the browser has internet connection?

@JeroenDeDauw
Copy link
Member

If you put {{#display_map:New York}}, Maps will server side do a call to a geocoding service to get the coordinates for New York, and pass that to the client side JS mapping API. This is what is causing the problem this task is about I suspect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants