jquery自动更改下拉范围

发布于 2024-12-07 12:01:44 字数 619 浏览 0 评论 0原文

我正在使用 wxtiles 作为 Google 地图。这些是 Google 地图的天气叠加图块。该源在 HTML 选择中包含一个 DateTimestamp,当更改时,将更新天气预报的覆盖图块。 我想创建一个函数,在页面加载时,会自动将这些 DateTimestamp 值放入数组中,并且每 3 秒自动更改此值,然后更改覆盖图块。 简而言之,这些天气叠加层的“行为”就像谷歌地图上的动画 KML 文件一样。 这是 wxtiles 的一个例子: http://www.wxtiles.com/

这是来自 wxtiles 的时间戳:

var wxoverlay=new WXTiles();
wxoverlay.addToMap(map);
document.getElementById('tSelect').appendChild(wxoverlay.getTSelect());

以及要显示的 HTML这些时间戳。

<span id="tSelect"></span>

由于这些值总是变化并且来自第三方,所以这个想法是否可能? 谢谢,

I am using wxtiles for Google Maps. These are weather overlay tiles for Google Maps. This source includes a DateTimestamp in an HTML select that, when changed, will update the overlay tiles for weather forecasting.
I am wanting to create a function that on page load, will automagically place these DateTimestamp values in an array and every 3 seconds, auto change this value which will then change the overlay tile.
In short these weather overlays then 'behave' like animated KML files on google maps.
Here is an example from wxtiles:
http://www.wxtiles.com/

Here is the timestamp which comes from wxtiles:

var wxoverlay=new WXTiles();
wxoverlay.addToMap(map);
document.getElementById('tSelect').appendChild(wxoverlay.getTSelect());

And the HTML to display these timestamps.

<span id="tSelect"></span>

Is this idea possible due to the fact that these values always change, and come from a thirdparty?
Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文