添加2013年
This commit is contained in:
parent
fbcca59ec1
commit
227d7c2dba
|
@ -90,6 +90,17 @@ $this->nav[] = array('link'=>"/data/landuse",'title'=>'三江源多期土地利
|
|||
new ol.layer.Group({
|
||||
title: '年份',
|
||||
layers: [
|
||||
|
||||
new ol.layer.Tile({
|
||||
title: '2013年',
|
||||
visible: false,
|
||||
opacity: 0.6,
|
||||
source: new ol.source.XYZ({
|
||||
extent: mapExtentQH,
|
||||
url: 'http://qherc.sanjiangyuan.org.cn/tile/landuse2013/{z}/{x}/{y}.png'
|
||||
})
|
||||
}),
|
||||
|
||||
new ol.layer.Tile({
|
||||
title: '2012年',
|
||||
visible: false,
|
||||
|
@ -240,13 +251,23 @@ $this->nav[] = array('link'=>"/data/landuse",'title'=>'三江源多期土地利
|
|||
new ol.layer.Group({
|
||||
title: '年份',
|
||||
layers: [
|
||||
|
||||
new ol.layer.Tile({
|
||||
title: '2013年',
|
||||
visible: false,
|
||||
opacity: 0.6,
|
||||
source: new ol.source.XYZ({
|
||||
extent: mapExtentQH,
|
||||
url: 'http://qherc.sanjiangyuan.org.cn/tile/landuse2013/{z}/{x}/{y}.png'
|
||||
})
|
||||
}),
|
||||
|
||||
new ol.layer.Tile({
|
||||
title: '2012年',
|
||||
visible: false,
|
||||
opacity: 0.6,
|
||||
source: new ol.source.XYZ({
|
||||
extent: mapExtentQH,
|
||||
|
||||
url: 'http://qherc.sanjiangyuan.org.cn/tile/landuse2012/{z}/{x}/{y}.png'
|
||||
})
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue