随笔分类 -  openLayer

摘要:// 用于设置线串所在的矢量图层样式的函数 var styleFunction = function(feature,res){ //轨迹线图形 var trackLine= feature.getGeometry(); var styles = [ new ol.style.Style({ str 阅读全文
posted @ 2020-06-18 15:59 本木木 阅读(1123) 评论(0) 推荐(0)
摘要:近期业务繁忙。。。待更新 阅读全文
posted @ 2020-04-24 16:13 本木木 阅读(994) 评论(0) 推荐(0)
摘要://地圖加載function mapInit(data){ //底图// var raster = new ol.layer.Tile({// source: new ol.source.Stamen({// layer: 'toner'// })// }); var projection = ne 阅读全文
posted @ 2018-11-30 18:45 本木木 阅读(1840) 评论(1) 推荐(0)
摘要://@sourceURL=PersonLocation.jsvar window_temp = { onbeforeunload: null, DEBUG_MODE: false, MAPLIST: null, MAPLIST_CACHE: {}, MAP: null, MAP_LAYERS: nu 阅读全文
posted @ 2017-12-21 16:15 本木木 阅读(5842) 评论(1) 推荐(1)
摘要:openlayers3教材详解及demo(完整) OpenLayers 3对OpenLayers网络地图库进行了根本的重新设计。版本2虽然被广泛使用,但从JavaScript开发的早期发展阶段开始,已日益现实出它的落后。 OL3已运用现代的设计模式从底层重写。 最初的版本旨在支持第2版提供的功能,提 阅读全文
posted @ 2017-12-21 16:04 本木木 阅读(17549) 评论(0) 推荐(3)
摘要:openlayers3入门教程 摘要 OpenLayers 3对OpenLayers网络地图库进行了根本的重新设计。版本2虽然被广泛使用,但从JavaScript开发的早期发展阶段开始,已日益现实出它的落后。 OL3已运用现代的设计模式从底层重写。 最初的版本旨在支持第2版提供的功能,提供大量商业或 阅读全文
posted @ 2017-12-21 15:58 本木木 阅读(2321) 评论(1) 推荐(1)