Skip to content

Commit 2fc5008

Browse files
committed
2 parents 91ffc6f + c07362a commit 2fc5008

28 files changed

+33
-8
lines changed

dist/mapboxgl/iclient9-mapboxgl-vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38427,7 +38427,7 @@ var LayerModel_LayerModel = function LayerModel() {
3842738427
this.minzoom = options.minzoom;
3842838428
this.source = options.source;
3842938429
this.type = options.type;
38430-
this.visibility = options.visibility;
38430+
this.visibility = options.visibility || 'visible';
3843138431
};
3843238432

3843338433
/* harmony default export */ var web_map_LayerModel = (LayerModel_LayerModel);

dist/mapboxgl/iclient9-mapboxgl-vue.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/leaflet/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,11 +1169,11 @@ var exampleConfig = {
11691169
}
11701170
}
11711171
},
1172-
"widgets": {
1172+
"components": {
11731173
name: "组件",
1174-
name_en: "Widgets",
1174+
name_en: "Components",
11751175
content: {
1176-
"widgetsSuperMap": {
1176+
"componentsSuperMap": {
11771177
name: "基础",
11781178
name_en: "Basic",
11791179
content: [{
@@ -1229,7 +1229,7 @@ var exampleConfig = {
12291229

12301230
]
12311231
},
1232-
"widgetsAdvanced": {
1232+
"componentsAdvanced": {
12331233
name: "扩展",
12341234
name_en: "Advanced",
12351235
content: [{
@@ -1334,7 +1334,7 @@ var sideBarIconConfig = {
13341334
"plot": "fa-edit",
13351335
"dynamicPlot": "fa-pencil",
13361336
"control": "fa-sliders",
1337-
"widgets": "fa-window-restore",
1337+
"components": "fa-window-restore",
13381338
"clientSpatialAnalyst": "fa-object-group",
13391339
"viz": "fa-map",
13401340
"OGC": "fa-globe",
@@ -1355,7 +1355,7 @@ var exampleIconConfig = {
13551355
"plot": "fa-edit",
13561356
"dynamicPlot": "fa-pencil",
13571357
"control": "fa-sliders",
1358-
"widgets": "fa-window-restore",
1358+
"components": "fa-window-restore",
13591359
"clientSpatialAnalyst": "fa-object-group",
13601360
"viz": "fa-map",
13611361
"OGC": "fa-globe",

examples/openlayers/01_tiledMapLayerNoProj.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
var url = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/map-changchun/rest/maps/长春市区图";
1616
var extent = [48.4, -7668.25, 8958.85, -55.58];
1717
var projection = new ol.proj.Projection({
18+
code:'',
1819
extent: extent,
1920
units: 'm',
2021
getPointResolution:function(resolution, point){

examples/openlayers/04_bufferAnalystService.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
serviceUrl = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst";
1818
var extent = [48.4, -7668.25, 8958.85, -55.58];
1919
var projection = new ol.proj.Projection({
20+
code:'',
2021
extent: extent,
2122
units: 'm'
2223
});

examples/openlayers/04_bufferAnalystService_geometry.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
serviceUrl = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst";
1818
var extent = [48.4, -7668.25, 8958.85, -55.58];
1919
var projection = new ol.proj.Projection({
20+
code:'',
2021
extent: extent,
2122
units: 'm'
2223
});

examples/openlayers/04_densityKernelAnalystService.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
serviceUrl = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst";
1818
var extent = [48.4, -7668.25, 8958.85, -55.58];
1919
var projection = new ol.proj.Projection({
20+
code:'',
2021
extent: extent,
2122
units: 'm'
2223
});

examples/openlayers/04_generateSpatialDataService.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
serviceUrl = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst";
1818
var extent = [48.4, -7668.25, 8958.85, -55.58];
1919
var projection = new ol.proj.Projection({
20+
code:'',
2021
extent: extent,
2122
units: 'm'
2223
});

examples/openlayers/04_interpolationAnalystService_Density.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
serviceUrl = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/spatialanalyst-sample/restjsr/spatialanalyst";
1818
var extent = [-2640403.63, 1873792.1, 3247669.39, 5921501.4];
1919
var projection = new ol.proj.Projection({
20+
code:'',
2021
extent: extent,
2122
units: 'm'
2223
});

examples/openlayers/04_interpolationAnalystService_IDW_dataset.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
serviceUrl = (window.isLocal ? window.server : "http://support.supermap.com.cn:8090")+"/iserver/services/spatialanalyst-sample/restjsr/spatialanalyst";
1818
var extent = [-2640403.63, 1873792.1, 3247669.39, 5921501.4];
1919
var projection = new ol.proj.Projection({
20+
code:'',
2021
extent: extent,
2122
units: 'm'
2223
});

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy