我遇到了一個帶有座標數組的ol.proj.transform或ol.proj.fromLonLat問題。爲了測試我嘗試使用: var my_array=new Array();
my_array[0]='13.494263,47.542546';
my_array[1]='13.675537,47.563928';
my_array[2]='13.763428,47.394399';
my
使用ol.format.KML writeFeatures()時,我無法理解defaultStyle。我寫出的功能沒有單獨的樣式,因此我想將圖層樣式應用於KML功能。我試過這個: var features = vectorLayer.getSource().getFeatures(); // these do not have styles
var layerStyle = vectorLaye
因此,我使用OpenLayers3示例here,它工作正常,但我不想在每一行上繪製箭頭。只有第一個被繪製的。這是我現在的風格功能。 navigationLineStyleFunction: function(feature) {
var geometry = feature.getGeometry();
var lineColor = '#c1005d'
var st
如果要導入系統中的一個JSON文件到矢量圖層,是一樣簡單: var restaurantsold = new ol.layer.Vector({
title: 'b_layer',
source: new ol.source.Vector({
url: 'restaurantjson.geojson',
format: new ol.format.Ge