Skip to main content

All Questions

Tagged with
0 votes
1 answer
87 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
654 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 vote
1 answer
1k views

problem when i npm install react-leaflet-draw react-leaflet --save

i have a problem when i try to install react-leaflet-draw react-leaflet --save i had this error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While ...
FizMe's user avatar
  • 69
-1 votes
1 answer
537 views

Use different versions of leaflet library

I am developing a web application using React and different other libraries. I am using Windy API (weather forecast) which uses leaflet library 1.4.0. I would also like to use leaflet in the same ...
Fred's user avatar
  • 288
3 votes
1 answer
389 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
1 answer
1k views

problem when i install react-leaflet-search

i have a problem when i try to install react-leaflet-search i had this error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: map-leaflet@0....
Abadlia Ramy'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
-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
4 votes
1 answer
6k views

Why changes made to a node module does not apply to React.js app?

I installed node modules with npm install After that I changed few lines in one of the modules. The lines in red rectangle are where the changes has been made. Notice that find command line tool ...
0xC0DEGURU's user avatar
  • 1,672