|
@@ -38,7 +38,7 @@
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'DOUYU';
|
|
|
- src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.OTF');
|
|
|
+ src: url('https://www.cqna.gov.cn/syygapi/naxsb/fonts/DOUYUFONT-2.woff');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
@@ -740,14 +740,6 @@
|
|
|
const id = that.id;
|
|
|
map.setMapStyleV2({
|
|
|
styleJson: [
|
|
|
- // {
|
|
|
- // "featureType": "road",
|
|
|
- // "elementType": "all",
|
|
|
- // "stylers": {
|
|
|
- // "color": "#ffffff",
|
|
|
- // "visibility": "off"
|
|
|
- // }
|
|
|
- // },
|
|
|
{
|
|
|
"featureType": "building",
|
|
|
"elementType": "all",
|
|
@@ -780,6 +772,7 @@
|
|
|
map.centerAndZoom(new BMapGL.Point(106.76723874457288, 29.573276880811712), 3);
|
|
|
level = 14;
|
|
|
} else if (id == 3) {
|
|
|
+ debugger
|
|
|
map.centerAndZoom(new BMapGL.Point(106.69517131217539, 29.51577313312822), 3);
|
|
|
level = 15;
|
|
|
} else if (id == 4) {
|