| | |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| | | <title>时空一张图</title> |
| | | <title>江苏交控智慧高速</title> |
| | | <!-- <link rel="icon" href="./static/img/favicon.ico" type="image/x-icon" /> --> |
| | | <link rel="stylesheet" href="./static/SmartEarthSDK/Cesium/Widgets/widgets.css"> |
| | | <link rel="stylesheet" href="./static/iconfont/iconfont.css"> |
| | |
| | | |
| | | |
| | | <script src="./static/othersMap/othersMap.js"></script> |
| | | <script src="./static/data/layerData.js"></script> |
| | | <script type="text/javascript"> |
| | | // 可以进行if判断区分不用域名 |
| | | var BMAP_RESORCE_TILE = "10.10.4.116:8085/yzAdapter/SosoService"; |
| | | var BMAP_RESORCE_IP = "10.10.4.116:8085/yzAdapter/SosoService"; |
| | | // var BMAP_RESORCE_TILE = "10.10.4.116:8085/yzAdapter/SosoService"; |
| | | // var BMAP_RESORCE_IP = "10.10.4.116:8085/yzAdapter/SosoService"; |
| | | </script> |
| | | </head> |
| | | |