Skip to content

Commit 08106f7

Browse files
committed
【examples】优化例子显示效果及名称 review by zhurch
1 parent 6d30d50 commit 08106f7

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

examples/mapboxgl/01_tiledMapLayer_4214.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"maxzoom": 22
6666
}]
6767
},
68-
crs: 'EPSG:4214', // 或者 mapboxgl.CRS.EPSG4326 或者 new mapboxgl.CRS('EPSG:4326',[-180,-90,180,90]);
68+
crs: 'EPSG:4214',
6969
center: [101.74721254733845, 32.5665352689922],
7070
zoom: 3
7171
});

examples/mapboxgl/01_tiledMapLayer_4490.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"maxzoom": 22
6666
}]
6767
},
68-
crs: 'EPSG:4490', // 或者 mapboxgl.CRS.EPSG4326 或者 new mapboxgl.CRS('EPSG:4326',[-180,-90,180,90]);
68+
crs: 'EPSG:4490',
6969
center: [101.74721254733845, 32.5665352689922],
7070
zoom: 3
7171
});

examples/mapboxgl/01_tiledMapLayer_4610.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"maxzoom": 22
6666
}]
6767
},
68-
crs: 'EPSG:4610', // 或者 mapboxgl.CRS.EPSG4326 或者 new mapboxgl.CRS('EPSG:4326',[-180,-90,180,90]);
68+
crs: 'EPSG:4610',
6969
center: [101.74721254733845, 32.5665352689922],
7070
zoom: 3
7171
});

examples/mapboxgl/config.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -870,18 +870,21 @@ var exampleConfig = {
870870
},{
871871
name: "地图_China2000",
872872
name_en: "Map China2000",
873+
localIgnore: true,
873874
version: "9.1.1",
874875
thumbnail: "01_tiledMapLayer.png",
875876
fileName: "01_tiledMapLayer_4490"
876877
},{
877878
name: "地图_Beijing54",
878879
name_en: "Map Beijing54",
879880
version: "9.1.1",
881+
localIgnore: true,
880882
thumbnail: "01_tiledMapLayer.png",
881883
fileName: "01_tiledMapLayer_4214"
882884
},{
883885
name: "地图_Xian80",
884886
name_en: "Map Xian80",
887+
localIgnore: true,
885888
version: "9.1.1",
886889
thumbnail: "01_tiledMapLayer.png",
887890
fileName: "01_tiledMapLayer_4610"
@@ -967,15 +970,15 @@ var exampleConfig = {
967970
name_en: "Heat map",
968971
version: "9.1.1",
969972
content: [{
970-
name: "中国地震数据_WGS84",
971-
name_en: "China Earthquake Data WGS84",
973+
name: "地震数据_WGS84",
974+
name_en: "Earthquake Data WGS84",
972975
version: "9.1.1",
973976
thumbnail: "heatMapLayer_earthQuake_4326.png",
974977
fileName: "earthquakeHeatMap"
975978
},
976979
{
977-
name: "中国地震数据(Classic)_WGS84",
978-
name_en: "China Earthquake Data WGS84",
980+
name: "地震数据(Classic)_WGS84",
981+
name_en: "Earthquake Data WGS84",
979982
version: "9.1.1",
980983
thumbnail: "heatMapLayer_earthQuake_iclient_4326.png",
981984
fileName: "earthquakeHeatMapIclient"

examples/mapboxgl/echarts_geoline_4326.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
return res;
381381
};
382382

383-
var color = ['#a6c84c', '#ffa022', '#46bee9'];
383+
var color = ['#C70022', '#ffa022', '#46bee9'];
384384
var series = [];
385385
[
386386
['北京', BJData],

src/openlayers/core/colors_picker_util/ColorsPickerUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Color} from '../../../common/overlay/levelRenderer/Color';
1+
import {Color} from '@supermap/iclient-common/overlay/levelRenderer/Color';
22

33
var ColorRender = new Color();
44
// let "http://www.qzu.zj.cn": "#bd10e0"

0 commit comments

Comments
 (0)