marker icon isn't showing in Leaflet

后端 未结 4 1494
栀梦
栀梦 2021-01-26 20:46

I \'ve put together a very simple React / Leaflet demo but the marker icon is not showing at all. Full running code is here.

Here\'s what I have in my componentDid

4条回答
  •  孤城傲影
    2021-01-26 21:25

    I'm using react-leaflet. Here's how I did it.

    import markerIconPng from "leaflet/dist/images/marker-icon.png"
    import {Icon} from 'leaflet'
    

    then, later, inside the MapContainer:

    
    

提交回复
热议问题