如何使用Simile的时间线和地图创建防火墙隔离页面?
我尝试了 Simile 的 展览,并通过原型实现看到了图形显示的有用性在可以访问互联网的机器上。我们必须将原型从开放的互联网迁移到封闭的内联网,那里只有内部服务器可用。
这个时间表似乎是可行的,但地图对谷歌的依赖似乎是一个破坏性的因素。
I have experimented with Simile's exhibit and have saw the usefulness of the graphical display via a prototype implementation on machines which have access to the internet. We have to migrate the prototype from the open internet to a closed intranet, where only internal servers are available.
The timeline seems feasible, but maps dependency on Google seems a deal breaker.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Google Maps API条款要求您的地图免费且可供以下用户使用公众。如果您想将其放在私人 Intranet 上,则必须购买 Premier 版本
The Google Maps API Terms require that your map is free and available to the public. If you want to put it on a private intranet, you'll have to purchase the Premier version
可以在类似的展览项目中使用 OpenLayers 地图。请参阅以下文档:
http://www.simile-widgets.org/wiki/Exhibit /OpenLayers_Map_View
It's possible to use OpenLayers maps in a simile exhibit project. See the docs at:
http://www.simile-widgets.org/wiki/Exhibit/OpenLayers_Map_View
您可能对Timemap.js 库感兴趣(免责声明:这是我的项目),它提供实用程序,用于将 SIMILE Timeline 小部件与来自各种提供商(包括 OpenLayers)的地图结合使用。示例如下:http://timemap.googlecode.com/svn/tags/ 2.0/examples/basic_openlayers.html
OpenLayers可以在封闭网络上使用,只要您可以在本地提供地图图块即可。
You might be interested in the Timemap.js library (disclaimer: this is my project), which offers utilities for using a SIMILE Timeline widget with maps from a variety of providers, including OpenLayers. Example here: http://timemap.googlecode.com/svn/tags/2.0/examples/basic_openlayers.html
OpenLayers can be used on a closed network, as long as you can provide map tiles locally.