google 地图图层类别

/ 技术 / 0 条评论 / 70浏览
new OpenLayers.Layer.GMapLayer("Google卫星图层",   ["http://mt1.google.cn/vt/lyrs=s@123"]),  
new OpenLayers.Layer.GMapLayer("Google标注图层",   ["http://mt2.google.cn/vt/imgtp=png32&lyrs=h@205000000"]),  
new OpenLayers.Layer.GMapLayer("Google矢量图层",   ["http://mt1.google.cn/vt/lyrs=m@205000000"]),  
new OpenLayers.Layer.GMapLayer("Google地形图层",   ["http://mt1.google.cn/vt/lyrs=t@130,r@205000000"]),  
new OpenLayers.Layer.GMapLayer("Google路况图层",   ["http://mt0.google.com/vt?lyrs=m@205000000,traffic|seconds_into_week:-1"])