Skip to content

Commit 875e0d9

Browse files
【fix】geojson layer例子数据重定向到404 review by liq
1 parent d0381ef commit 875e0d9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/component/components_geojson_react.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
};
6060
var layerStyle = new SuperMap.Components.commontypes.CircleStyle();
6161

62-
$.get('../data/全国671个气象站观测数据.geojson', function(res) {
62+
$.get('../data/data671MeteorologicalStations.geojson', function(res) {
6363
var data = JSON.parse(res);
6464

6565
ReactDOM.render(

examples/component/components_geojson_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030
<script>
3131
var data;
32-
$.get("../data/全国671个气象站观测数据.geojson", function(res) {
32+
$.get("../data/data671MeteorologicalStations.geojson", function(res) {
3333
data = JSON.parse(res);
3434
new Vue({
3535
el: "#main",
File renamed without changes.

0 commit comments

Comments
 (0)