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",

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