OpenLayers3离线示例

时间:2014-11-23 04:15:32

标签: javascript openlayers-3

我正在尝试让以下示例在我自己的网络服务器上运行:

http://openlayers.org/en/master/examples/static-image.html

它可以从链接中正常工作,但如果我签出OpenLayers3 git存储库:

cd www
git clone https://github.com/openlayers/ol3.git

但是,如果我转到Firefox(Debian)中的示例,我只会看到地图应该是灰色的背面。我需要做些什么来使示例正常工作?我尝试删除loader.js并直接引用static-image.js。但那没用。我有点不知所措。

1 个答案:

答案 0 :(得分:1)

直接使用Git存储库和git clone https://github.com/openlayers/ol3.git适用于高级用户或核心开发人员(请参阅https://github.com/openlayers/ol3/blob/master/CONTRIBUTING.md

你最好先简化一下。

  • 转到https://github.com/openlayers/ol3/releases
  • 点击名为“v3.0.0.zip”的绿色按钮
  • 将下载的文件解压缩到网络服务器
  • 使用类似于http://serverurl/path/to/examples/static-image.html
  • 的网址打开浏览器

它有效。

PS:如果您真的离线,请从http://imgs.xkcd.com/comics/online_communities.png下载图片,并将static-image.js文件中的相同网址更改为本地下载文件。