我无法使用示例创建地图

时间:2019-02-07 06:54:37

标签: reactjs react-leaflet

I use example code. please see capture screen

我的代码有反应。

<Map center={position} zoom={13}>
  <TileLayer
  url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
  attribution="&copy; <a href=&quot;http://osm.org/copyright&quot;>OpenStreetMap</a> contributors" />
  <Marker position={position}>
  <Popup>A pretty CSS3 popup.<br />Easily customizable.</Popup>
  </Marker>
</Map>

1 个答案:

答案 0 :(得分:0)

从屏幕快照看来,您似乎没有包括必要的传单CSS。但是我不能百分百确定没有看到一些代码。