<!DOCTYPE html> <html> <head> <meta charset='UTF-8'/> <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no'/> <link href='http://bigemap.com:9000/bigemap-gl.js/v1.1.0/Widgets/widgets.css' rel='stylesheet'/> <script src='http://bigemap.com:9000/bigemap-gl.js/v1.1.0/bigemap-gl.js'></script> <style> body { margin: 0; padding: 0; } #container { position: absolute; top: 0; bottom: 0; width: 100%; } .bmgl-widget-credits{display:none} </style> <title>part_test</title> </head> <body> <div id='container'></div> <script> bmgl.Config.HTTP_URL = 'http://bigemap.com:9000'; var viewer = new bmgl.Viewer('container', {mapId:'bigemap.zhongkexingtu'}); viewer.entities.add({ position: bmgl.Cartesian3.fromDegrees(104.06678365674989,30.570123284329078), billboard:{ heightReference:bmgl.HeightReference.CLAMP_TO_GROUND, image:'/bmgl/data/images/logo.png' } }); viewer.flyTo(viewer.entities); </script> </body> </html>
源码