衢州(柯城)万洋众创城

地区:

衢州

园区介绍


衢州(柯城)万洋众创城是万洋集团与柯城区政府联手打造的智能制造产业智慧新城,项目总计划面积约350亩,一期开发面积约101亩,是集制造研发、电子商务、仓储物流、生产生活配套、金融服务和智慧园区管理为一体的制造业集聚平台,是以智能装备、轻工时尚及相关配套产业等为主导产业的现代化产业智慧园区。建成后将大力推动柯城工业集群化、高端化、智能化、绿色化发展。
 

地址:衢州市柯城区航埠镇刘山路1-1号

业态:智能制造 轻工时尚


地理位置


铁路交通:距离衢州高铁站13公里
陆路交通:距离衢州市市政府10公里,五里互通7公里
大华物流:距离距离大华物流14公里。
空中走廊:距离衢州机场14公里
城市要点:距离杭州1小时、上海2小时车程高铁经济圈内

 

 

//初始化地图对象,加载地图 var map = new AMap.Map("mapContainer",{ resizeEnable: true, //二维地图显示视口 view: new AMap.View2D({ //地图中心点 center:new AMap.LngLat(118.762336,28.938715), //地图显示的缩放级别 zoom:15 }) }); map.setLang('cn'); //地图中添加地图操作ToolBar插件 map.plugin(["AMap.ToolBar"], function(){ var toolBar = new AMap.ToolBar(); map.addControl(toolBar); }); //地图初始化时,在地图上添加一个marker标记,鼠标点击marker可弹出自定义的信息窗体 addMarker(); //添加marker标记 function addMarker(){ map.clearMap(); var marker = new AMap.Marker({ map: map, //位置 position: new AMap.LngLat(118.762336,28.938715), //复杂图标 icon: "http://webapi.amap.com/images/0.png" }); //鼠标点击marker弹出自定义的信息窗体 AMap.event.addListener(marker,'click',function(){ infoWindow.open(map,marker.getPosition()); }); } //实例化信息窗体 var infoWindow = new AMap.InfoWindow({ isCustom:true, //使用自定义窗体 content:createInfoWindow('衢州(柯城)万洋众创城'," <br/>"), offset:new AMap.Pixel(16, -45)//-113, -140 }); //构建自定义信息窗体 function createInfoWindow(title,content){ var info = document.createElement("div"); info.className = "info"; // 定义顶部标题 var top = document.createElement("div"); var titleD = document.createElement("div"); var closeX = document.createElement("img"); top.className = "info-top"; titleD.innerHTML = title; closeX.src = "http://webapi.amap.com/images/close2.gif"; closeX.onclick = closeInfoWindow; top.appendChild(titleD); top.appendChild(closeX); info.appendChild(top); // 定义中部内容 var middle = document.createElement("div"); middle.className = "info-middle"; middle.style.backgroundColor='white'; middle.innerHTML = content; info.appendChild(middle); // 定义底部内容 var bottom = document.createElement("div"); bottom.className = "info-bottom"; bottom.style.position = 'relative'; bottom.style.top = '0px'; bottom.style.margin = '0 auto'; var sharp = document.createElement("img"); sharp.src = "http://webapi.amap.com/images/sharp.png"; bottom.appendChild(sharp); info.appendChild(bottom); return info; } //关闭信息窗体 function closeInfoWindow(){ map.clearInfoWindow(); }


相关园区


欢迎您的留言咨询

有问题吗?保持联系。我们很乐意听到你的消息。

浙江万洋园区运营有限公司