OpenLayers 5 和 OpenLayers 6 之间的区别
Difference between OpenLayers 5 and OpenLayers 6
关于即将发布的 OpenLayers 6 的快速问题。有谁知道 OpenLayers 5 和 OpenLayers 6 之间的主要区别是什么。我读了一些东西 here 但出现了其他问题:
OpenLayers 6 是否会完全重写库或一些现有功能,例如层渲染和 WebGL?
是否可以轻松地从 5.x.x 过渡到 6.x.x?
也有人可以解释即将实施的 Vector Tiles 实施对最终用户意味着什么(如果可能的话,简而言之)
Openlayers 6 计划什么时候发布。首先根据在线资源,初始版本计划于 2019 年 2 月底发布。有人知道新日期的信息吗?
暂时就这些了:)感谢您的时间和耐心:)
这是更改日志(直到 v6.0.0 beta 11)https://github.com/openlayers/openlayers/blob/master/changelog/upgrade-notes.md It's not a full rewrite and most of my OpenLayers 5 code works with OpenLayers 6 with minimal changes (such as postcompose
to postrender
the y coordinate in a custom tileUrlFunction
and replacing ol.inherits
). Don't expect the main release until these issues have been resolved https://github.com/openlayers/openlayers/milestones/v6.0.0
关于即将发布的 OpenLayers 6 的快速问题。有谁知道 OpenLayers 5 和 OpenLayers 6 之间的主要区别是什么。我读了一些东西 here 但出现了其他问题:
OpenLayers 6 是否会完全重写库或一些现有功能,例如层渲染和 WebGL?
是否可以轻松地从 5.x.x 过渡到 6.x.x?
也有人可以解释即将实施的 Vector Tiles 实施对最终用户意味着什么(如果可能的话,简而言之)
Openlayers 6 计划什么时候发布。首先根据在线资源,初始版本计划于 2019 年 2 月底发布。有人知道新日期的信息吗?
暂时就这些了:)感谢您的时间和耐心:)
这是更改日志(直到 v6.0.0 beta 11)https://github.com/openlayers/openlayers/blob/master/changelog/upgrade-notes.md It's not a full rewrite and most of my OpenLayers 5 code works with OpenLayers 6 with minimal changes (such as postcompose
to postrender
the y coordinate in a custom tileUrlFunction
and replacing ol.inherits
). Don't expect the main release until these issues have been resolved https://github.com/openlayers/openlayers/milestones/v6.0.0