Skip to main content

All Questions

Tagged with
0 votes
1 answer
301 views

Problem with using google earth engine api with react

I am creating a react app with google earth engine API and leaflet with a Django backend. The backend will be used for computer vision purposes, Google earth engine is to be used to add layers to the ...
Aditya Mishra's user avatar
0 votes
0 answers
76 views

React-leaflet doesn't clear routes when adding additional waypoints

I'm trying to clear the route when I add a new waypoint. Only two waypoints should should show. However, when adding an additional waypoint, Leaflet will show the old route instead of clearing it. I ...
Christopher Lam's user avatar
1 vote
0 answers
70 views

how to use RoutingMachine for creating path with manually added markers in reactleaflet map

as i have added the multiple markers but i want the create the path with RoutingMachine in reactleaflet map with those added markers anyone give me solution for this code below. in this we want to add ...
akshay kumar's user avatar
1 vote
1 answer
224 views

How to get the address (street, house, etc.) when you click on a map in react-leaflet?

It is necessary that when you click on the map, the address (street, house, etc.) is displayed. Now when you click, I have latitude and longitude. How to implement this? Send request with latitude and ...
Smile_mask's user avatar
1 vote
0 answers
34 views

Marker hiding after fitBounds in leaflet

fitBounds and flyToBounds are very good for changing the bounds of the map of different positions. The thing is that I have some markers on the map and when I call this function it sometimes hides the ...
Pichi Wuana's user avatar
1 vote
0 answers
517 views

Draw polygon from API Data using React-leaflet and click event

I'm using react-leaflet and Geoman, to draw polygons on the map, I have an API that provides me with a GeoJSON. I can draw the shapes easily using const polygon = L.polygon(props.coordinates).addTo(...
talison Brendon's user avatar
1 vote
0 answers
29 views

Object iterator to push into array with signal R websocket and Leaflet

I have an async function connected to a socket that i want to iterate over every object and then push to an array: interface ECSEquipmentLocationUpdate { X: number; Y: number; Phi: number; ...
Farid Guzman's user avatar
0 votes
0 answers
113 views

Fixed-Size Square grid in Leaflet Map at Different Latitudes

I'm attempting to generate square-shaped grid on a Leaflet map, similar to what you can see on this example: https://app.nextearth.io/. My primary goal is to ensure that these squares remain a fixed ...
AmiReza's user avatar
  • 49
0 votes
0 answers
154 views

Changing the color of a Leaflet map polyline as I navigate from point A to B

I'm working on a project where I'm using Leaflet to create a map. I've defined a path from point A to B, and it's currently colored yellow. However, I want to change the color of the traveled path to ...
Sammith Gowda's user avatar
0 votes
1 answer
264 views

How to achieve digital zooming on javascript or node Js or reactJs environment

What am I trying to achieve? I have image of map which is tiff image width and height is 1024x1024 px and it will over lap on our map application (React,React_leaflet) at certain zoom level (e.g.18) ...
Sammith Gowda's user avatar
0 votes
0 answers
128 views

State not changing in leaflet map.on("click") function in React

I'm using Leaflet with React (not react-leaflet because there seems to be a lot more documentation for standard leaflet), and I want to add functionality in which a user can place Markers on the map. ...
GMoney's user avatar
  • 43
0 votes
0 answers
114 views

Icon Marker for Leaflet v4 not showing

I have tried to place custom marker and the default of Leaflet, but still getting crop image in the MapContainer. Here is my code of custom icon. import { TileLayer } from "react-leaflet/...
Manfre's user avatar
  • 684
0 votes
1 answer
223 views

Why L.vectorGrid.protobuf return undefined?

I'm using in React, Leaflet and react-leaflet. Random things in order to post the question: Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just ...
Kambei's user avatar
  • 573
0 votes
0 answers
46 views

React Modal not closing when used with react leaflet

After rendering the map container inside the modal component, everything works fine. But when we click on one of the zoom in and out buttons and then click on the overlay, the modal does not close on ...
noob_coder's user avatar
0 votes
1 answer
660 views

Leaflet Map Rendering

My map didn't open completely, can anyone help me solve it? enter image description here I tried to recreate the code and install it again, I tried to get the code from the website itself and it didn'...
Gabriel Ortiz's user avatar

15 30 50 per page
1
4 5
6
7 8
74