1
在我的應用我加了一個Mapquest服務層,打開圖層3,drawed點和線...getPixelFromCoordinate返回null
現在我需要知道的像素從一個經度/緯度點的地圖座標(可見區域)使用
map.getPixelFromCoordinate(coordinate).
這個函數總是返回null
(測試):
center = map.getView().getCenter();
px = map.getPixelFromCoordinate(center);
alert(JSON.stringify(px));
什麼,我做錯了還是什麼,我沒有正確理解?