【发布时间】:2014-11-21 07:38:47
【问题描述】:
如果我在地图上添加徽标
var map = new ol.Map({
view: new ol.View({
center: [0, 0],
zoom: 1
}),
layers: [
new ol.layer.Tile({
source: new ol.source.MapQuest({layer: 'osm'})
})
],
target: 'map',
logo: true
});
如何将徽标的位置更改为左上角并更改其大小?
【问题讨论】:
标签: css openlayers openlayers-3