Commit 952112f41a6647ab1e92f73813c7b44ce7d41ea8

Authored by 潘钊
1 parent 3e37af8a

update

src/main/resources/static/pages/mapmonitor/real/plugins/MarkerClusterer.js renamed to src/main/resources/static/assets/js/baidu/MarkerClusterer.js
src/main/resources/static/pages/mapmonitor/real/plugins/TextIconOverlay.js renamed to src/main/resources/static/assets/js/baidu/TextIconOverlay.js
src/main/resources/static/index.html
... ... @@ -281,6 +281,8 @@ tr.row-active td {
281 281 <script src="http://api.map.baidu.com/api?v=2.0&ak=IGGrr4UjwIYzatoCRFKEL8sT" data-exclude=1></script>
282 282 <script src="http://api.map.baidu.com/library/TrafficControl/1.4/src/TrafficControl_min.js" data-exclude=1></script>
283 283 <script type="text/javascript" src="http://api.map.baidu.com/library/DrawingManager/1.4/src/DrawingManager_min.js" data-exclude=1></script>
  284 +<script src="/assets/js/baidu/TextIconOverlay.js"></script>
  285 +<script src="/assets/js/baidu//MarkerClusterer.js"></script>
284 286 <!-- 高德 -->
285 287 <script src="http://webapi.amap.com/maps?v=1.3&key=16cb1c5043847e09ef9edafdd77befda" data-exclude=1></script>
286 288  
... ...
src/main/resources/static/pages/mapmonitor/real/real.html
... ... @@ -46,8 +46,6 @@
46 46  
47 47 <div id="temps"></div>
48 48  
49   -<script src="/pages/mapmonitor/real/plugins/TextIconOverlay.js"></script>
50   -<script src="/pages/mapmonitor/real/plugins/MarkerClusterer.js"></script>
51 49 <script src="/pages/mapmonitor/real/js/map_platform.js"></script>
52 50 <script src="/pages/mapmonitor/real/js/vehicle.js"></script>
53 51 <script src="/pages/mapmonitor/real/js/search.js"></script>
... ...