BIGEMPA Js API示例中心
<!DOCTYPE html>charset="UTF-8"name="viewport"content="initial-scale=1,maximum-scale=1,user-scalable=no"href="http://ua.bigemap.com:30081/bmsdk/bigemap.js/v2.1.0/bigemap.css" rel="stylesheet"src="http://ua.bigemap.com:30081/bmsdk/bigemap.js/v2.1.0/bigemap.js"body {margin: 0;padding: 0;}#map {position: absolute;top: 0;bottom: 0;width: 100%;}Google Map Streetsid="map"// 軟件配置信息地址,軟件安裝完成之后使用本地地址,如:http://localhost:9000BM.Config.HTTP_URL = "http://ua.bigemap.com:30081/bmsdk/"// 在ID為map的元素中實(shí)例化一個(gè)地圖,并設(shè)置地圖的ID號(hào),ID號(hào)程序自動(dòng)生成,無(wú)需手動(dòng)配置 ,中心點(diǎn),默認(rèn)的級(jí)別和顯示級(jí)別控件var map = BM.map("map",null, {crs: BM.CRS.EPSG4326,center: [30, 104],zoom: 13,zoomControl: true,attributionControl: false,preferCanvas: true,minZoom: 3,