Skip to content

Commit 80bab9d

Browse files
committed
【example】增加mapboxgl矢量瓦片叠加例子 ,缩小例子图片
【fix】修复leaflet tiledMapLayer.redraw方法可能不发请求的bug 及UT 【fix】修复oprnlayers TileSuperMapRest.options.extent参数不起作用的bug 及UT review by liqian
1 parent 1769835 commit 80bab9d

27 files changed

+199
-1
lines changed

examples/locales/en-US/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ window.examplesResources = {
444444
"title_mvtVectorLayer_mapboxStyle_4326": "OSM Style(MVT WGS84)",
445445
"title_mvtVectorLayer_mapboxStyle_lineStyle": "LineStyle Edit",
446446
"title_mvtVectorLayer_mapboxStyle_landuse": "Land Use",
447+
"title_mvtVectorLayer_overlay": "MVT Overlay",
447448
"title_onlineSecurity": "Examples of Online SecurityManager",
448449
"title_onlineWebMap": "Be a backpacker in 2014",
449450
"title_osmBuildings": "Buildings Stereoscopic Effect of OpenLayers",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ window.examplesResources = {
387387
"title_mvtVectorLayer_mapboxStyle_4326": "风格动态切换",
388388
"title_mvtVectorLayer_mapboxStyle_lineStyle": "线样式编辑",
389389
"title_mvtVectorLayer_mapboxStyle_landuse": "土地利用",
390+
"title_mvtVectorLayer_overlay": "矢量瓦片叠加",
390391
"title_onlineSecurity": "Online SecurityManager使用示例",
391392
"title_onlineWebMap": "2014当了一回背包客",
392393
"title_osmBuildings": "openlayers 建筑立体效果",

examples/mapboxgl/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,14 @@ var exampleConfig = {
424424
version: "9.1.0",
425425
thumbnail: "mvtVectorTile_landuse.png",
426426
fileName: "mvtVectorTile_landuse"
427+
},
428+
{
429+
name: "矢量瓦片叠加",
430+
name_en: "MVT overlay",
431+
localIgnore: true,
432+
version: "10.x.x",
433+
thumbnail: "mvtVectorTile_overlay.png",
434+
fileName: "mvtVectorTile_overlay"
427435
}
428436
]
429437
},
-182 KB
Loading
-3.02 KB
Loading
-2.77 KB
Loading
-4.13 KB
Loading
14.7 KB
Loading
-2.95 KB
Loading
-46.6 KB
Loading

0 commit comments

Comments
 (0)