Skip to content

Commit

Permalink
fix 组件 geojson_layer 示例报错
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Oct 18, 2024
1 parent e145d15 commit ae3cf97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/component/components_geojson_react.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

$.getJSON('../data/data671MeteorologicalStations.geojson', function(res) {
var data = res;

ReactDOM.render(
<SmWebMap mapOptions={mapOptions}>
<SmGeojsonLayer data={data} layerStyle={layerStyle} />
Expand Down

0 comments on commit ae3cf97

Please sign in to comment.