Skip to content

Commit 29066b1

Browse files
committed
【fix】优化例子 review by liqian
1 parent 250a46b commit 29066b1

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

examples/leaflet/config.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -886,19 +886,19 @@ var exampleConfig = {
886886
name_en: "natural style",
887887
thumbnail: "l_tileVectorLayer_natural.png",
888888
fileName: "vectorTileLayerNatural"
889-
}, {
890-
name: "默认风格(MVT)",
891-
name_en: "normal(MVT)",
892-
thumbnail: "l_tileVectorLayer_normal.png",
893-
fileName: "vectorTileLayerMVT"
894-
895-
}, {
896-
name: "默认风格(MVT 4326)",
897-
name_en: "normal(MVT 4326)",
898-
thumbnail: "l_tileVectorLayer_mvt4326.png",
899-
fileName: "vectorTileLayerMVT_4326"
900-
901889
}
890+
// , {
891+
// name: "默认风格(MVT)",
892+
// name_en: "normal(MVT)",
893+
// thumbnail: "l_tileVectorLayer_normal.png",
894+
// fileName: "vectorTileLayerMVT"
895+
896+
// }, {
897+
// name: "默认风格(MVT 4326)",
898+
// name_en: "normal(MVT 4326)",
899+
// thumbnail: "l_tileVectorLayer_mvt4326.png",
900+
// fileName: "vectorTileLayerMVT_4326"
901+
// }
902902
]
903903
},
904904
"themeLayer": {

examples/openlayers/config.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -817,18 +817,18 @@ var exampleConfig = {
817817
thumbnail: "cartoCSS_naturalStyle.png",
818818
fileName: "cartoCSS_naturalStyle"
819819
},
820-
{
821-
name: "默认风格(MVT)",
822-
name_en: "normal(MVT)",
823-
thumbnail: "mvtVectorLayer.png",
824-
fileName: "mvtVectorLayer"
825-
},
826-
{
827-
name: "默认风格(MVT WGS84)",
828-
name_en: "normal(MVT WGS84)",
829-
thumbnail: "mvtVectorLayer4326.png",
830-
fileName: "mvtVectorLayer4326"
831-
},
820+
// {
821+
// name: "默认风格(MVT)",
822+
// name_en: "normal(MVT)",
823+
// thumbnail: "mvtVectorLayer.png",
824+
// fileName: "mvtVectorLayer"
825+
// },
826+
// {
827+
// name: "默认风格(MVT WGS84)",
828+
// name_en: "normal(MVT WGS84)",
829+
// thumbnail: "mvtVectorLayer4326.png",
830+
// fileName: "mvtVectorLayer4326"
831+
// },
832832
{
833833
name: "OSM风格(MVT WGS84)",
834834
name_en: "OSM Style(MVT WGS84)",

0 commit comments

Comments
 (0)