python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
load data and set up custom projection in R Shiny (leaflet)
I would like to load data and set up a custom projection in R Shiny. I am able to load the data but cannot get the projection right (ESPG:26916). I have searched but am not sure what I have missed. He...
yearntolearn
Votes: 0
Answers: 0
How to solve problems with offline map display?
There is one problem: I made it using maperitive tiles with the required scale of 12-15 (so that the map is available offline), then the task was to connect the resulting offline map to this project: ...
Hank Jerssey
Votes: 0
Answers: 0
MiniCharts Library in R Leaflet- Popup Legend Options
I am using the minicharts package (https://www.rdocumentation.org/packages/leaflet.minicharts/versions/0.6.2) in a leaflet map of mine. It works as expected, however, I wish I could adjust the pop up ...

aholtz
Votes: 0
Answers: 0
Leaflet Polyline error -> "Cannot read properties of undefined (reading 'x')"
I'm trying to draw a simple polyline on leaflet map.
Function that tries to draw polyline is as simple as this:
private drawPath(positionArr: PositionHistory[]) {
const path: L.LatLng[] = [];
...
bmrki
Votes: 0
Answers: 1