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

Using without internet Access #2

Open
AtlasPilotPuppy opened this issue Jul 17, 2012 · 3 comments
Open

Using without internet Access #2

AtlasPilotPuppy opened this issue Jul 17, 2012 · 3 comments

Comments

@AtlasPilotPuppy
Copy link

This more of a question than an issue.
I was looking for a graphic timezone picker and your project seems to work great. We might also need to deploy it in private LAN's etc is it possible to use it without an internet connection with a saved map or some thing of that nature ?

@andrewlin12
Copy link
Contributor

At the moment, it's dependent on Google Maps, so it wouldn't work without internet access. It might be possible if you proxy Google Maps requests to a server in the private LAN, but it would take some non-trivial hackery.

@mattjohnsonpint
Copy link

Now that OpenLayers is implemented, it would be nice to see an offline implementation. Thanks.

@andrewlin12
Copy link
Contributor

I believe you could make this work if you could get OSM tiles, host them on a local server, and change https://github.com/dosx/timezone-picker/blob/master/jquery.timezone-picker.js#L128 to point to that local server.

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

No branches or pull requests

3 participants