You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for not providing a non-programmatic way to do so in this jsfiddle example. I basically ran all the code inside the JS console since $.get(..) can only work on the same domain due to AJAX restrictions, so all my code was in the console :) But here's the pseudo code in case they ever need to be generated again. Of course I'm sure there are better ways to do this, but here you go.
Assuming you've ran through the timezone-picker steps and generated your openlayer polygon json files...
Create hard coded array of polygon .json files on server.
Is there anyway to get a list of locations and timezones so that we can generate a select dropdown?
For example:
Right now, you have to go through the JSON files and somehow extract it, which is not trivial.
Thanks for a great plugin!
The text was updated successfully, but these errors were encountered: