Skip to content

Commit da3038c

Browse files
committed
优化例子
1 parent 46f5715 commit da3038c

File tree

8 files changed

+1
-9
lines changed

8 files changed

+1
-9
lines changed

examples/mapboxgl/01_mapQueryByBounds.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"minzoom": 0,
3838
"maxzoom": 22
3939
}],
40-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
4140
},
4241
center: [0, 0],
4342
maxZoom: 18,

examples/mapboxgl/01_mapQueryByDistance.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"minzoom": 0,
3636
"maxzoom": 22
3737
}],
38-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
3938
},
4039
center: [100, 0],
4140
maxZoom: 18,

examples/mapboxgl/01_mapQueryByGeometry.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"minzoom": 0,
3636
"maxzoom": 22
3737
}],
38-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
3938
},
4039
center: [0, 0],
4140
maxZoom: 18,

examples/mapboxgl/01_mapQueryBySQL.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"minzoom": 0,
3535
"maxzoom": 22
3636
}],
37-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
3837
},
3938
center: [0, 0],
4039
maxZoom: 18,

examples/mapboxgl/01_measure_area.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"minzoom": 0,
3535
"maxzoom": 22
3636
}],
37-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
3837
},
3938
center: [0, 0],
4039
maxZoom: 18,

examples/mapboxgl/01_measure_distance.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"minzoom": 0,
3636
"maxzoom": 22
3737
}],
38-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
3938
},
4039
center: [0, 0],
4140
maxZoom: 18,

examples/mapboxgl/dataFlowService.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"minzoom": 0,
5151
"maxzoom": 18
5252
}],
53-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
5453
},
5554
center: [116.443571, 39.887549],
5655
maxZoom: 18,

examples/mapboxgl/mvtVectorTile.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"tiles": [host + "/iserver/services/map-china400/rest/maps/China/tileFeature.mvt?_cache=false&returnAttributes=true&width=512&height=512&viewBounds={bbox-epsg-3857}"]
4040
},
4141
},
42-
"sprite": "http://iclient.supermap.io/web/styles/street/sprite",
43-
"glyphs": host + "/iserver/services/map-beijing/rest/maps/beijingMap/tileFeature/sdffonts/{fontstack}/{range}.pbf",
42+
"glyphs": host + "/iserver/services/map-china400/rest/maps/China/tileFeature/sdffonts/{fontstack}/{range}.pbf",
4443
"layers": []
4544
},
4645
center: [120.143, 30.236], // starting position

0 commit comments

Comments
 (0)