制作基本地图-ol3开发
一、谈谈openlayers的基本类:
Map
Map是openlayers中最核心的组件之一。它是对一个目标对象进行渲染。大白话就是在ol.Map();中有个target是将所渲染的地图在target的dom元素中进行显示。
<div id=”map” style=”width: 100%, height: 400px”>
转载自:https://blog.csdn.net/sinat_27453323/article/details/55051847