Openlayers 3相当于Openlayers 2离线存储
Openlayers 3 equivalent of Openlayers 2 offline storage
我发现了这个 link: http://dev.openlayers.org/examples/offline-storage.html 你可以使用 openlayers 2 进行离线存储。这对于 Openlayers 3 仍然可行吗?我阅读了他们的文档,ol.control 不再有 CacheWrite 和 CacheRead。我还是个初学者,所以我希望有人能帮助我解决这个问题。谢谢!
没有 OL3 等效项,您可以尝试使用 TileStache - https://github.com/TileStache/TileStache 并使用保存在 ol.source.XYZ
.
上的图块
我发现了这个 link: http://dev.openlayers.org/examples/offline-storage.html 你可以使用 openlayers 2 进行离线存储。这对于 Openlayers 3 仍然可行吗?我阅读了他们的文档,ol.control 不再有 CacheWrite 和 CacheRead。我还是个初学者,所以我希望有人能帮助我解决这个问题。谢谢!
没有 OL3 等效项,您可以尝试使用 TileStache - https://github.com/TileStache/TileStache 并使用保存在 ol.source.XYZ
.