我正在尝试让以下示例在我自己的网络服务器上运行:
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。但那没用。我有点不知所措。
答案 0 :(得分:1)
直接使用Git存储库和git clone https://github.com/openlayers/ol3.git
适用于高级用户或核心开发人员(请参阅https://github.com/openlayers/ol3/blob/master/CONTRIBUTING.md)
你最好先简化一下。
http://serverurl/path/to/examples/static-image.html
它有效。
PS:如果您真的离线,请从http://imgs.xkcd.com/comics/online_communities.png
下载图片,并将static-image.js文件中的相同网址更改为本地下载文件。