随笔分类 -  OpenLayers3

摘要:OpenLayers3实现轨迹回放需要动画操作,官网上的例子用的是postcompose,但是还可以使用javascript中setInterval和setTime.我的例子是按官网上来的http://openlayers.org/en/latest/examples... 阅读全文
posted @ 2017-01-19 14:36 KronChan 阅读(1394) 评论(0) 推荐(0)
摘要:空间查询前面的帖子写过,但是在一次性查询多个图层的时候卡了一下,再次记录下。1、WMS数据源: var wmsSource = new ol.source.TileWMS({ url:'http://localhost:8080/geoserver/wms', ... 阅读全文
posted @ 2017-01-18 15:57 KronChan 阅读(1044) 评论(0) 推荐(0)
摘要:WPS 标准为网络地理信息处理服务提供了标准化的输入和输出。 OGC® Web Processing Service (WPS) 标准描述了如何通过远程的任何算法和模型处理获得地理空间的栅格或矢量信息产品。WPS 提供的服务可以是简单的空间定位ide两份数据相减... 阅读全文
posted @ 2017-01-16 13:58 KronChan 阅读(316) 评论(0) 推荐(0)
摘要:var vector = new ol.layer.Vector({ source: new ol.source.Vector({ format: new ol.format.GeoJSON(), ... 阅读全文
posted @ 2017-01-13 17:11 KronChan 阅读(1193) 评论(0) 推荐(0)