openlayers采用缓存后鹰眼不显示问题
openlayers采用geowebcache做缓存后鹰眼上的地图出不来。修改openlayers.js中的OverviewMap对象。createMap方法中的maxResolution: 'auto', 修改为maxResolution:this.map.maxResolution//可以按照倍数设置为其他,如this.map.maxResolution/4