Skip to main content

All Questions

Tagged with
5 questions with no upvoted or accepted answers
3 votes
1 answer
391 views

Assigning a type to the leaflet-search plugin in React and Typescript

I have the following problem: In my project, I installed the leaflet lib to present maps with images (floor plans of buildings) and each map has a Point, which is a GeoJson Point that symbolizes the ...
Paulo Rezende's user avatar
2 votes
0 answers
4k views

Attempted import error: 'withLeaflet' is not exported from 'react-leaflet'

Code: import { withLeaflet} from "react-leaflet"; I just want to import the withLeaflet but it gives me this error Error: Attempted import error: 'withLeaflet' is not exported from 'react-...
Asgar's user avatar
  • 441
0 votes
1 answer
101 views

react-leaflet-heatmap-layer-v3 src directory not found

Trying to use the npm library react-leaflet-heatmap-layer-v3 and after I install it successfully and then yarn start my react typescript app, I get the following warning messages: WARNING in ./...
ArthurJ's user avatar
  • 809
0 votes
0 answers
665 views

React Leaflet Waypoints route in Sea

By using react-leaflet and leaflet npm, I have been implementing ship live location tracker. I have implemented the UI and functionality. But, I need waypoints in sea. But It always showing tracker ...
harizh's user avatar
  • 376
-1 votes
1 answer
153 views

Ionic react application does not recognize Leaflet Plugin

I'm facing the following problem: I want to include a Leaflet plugin (AwesomeMarkers) into my Ionic-React application. Following the ReadMe of the plugin, I have to include FontAwesome, the plugin JS ...
Jule Wolf's user avatar
  • 221