-
I'm trying to create a new TileLayer and I need to understand the getTileUrl(a,b) function.
I know b - which is the zoom level.
But what is 'a' parameters ?
On the first call of getTileUrl I expecte…
kolxo updated
5 years ago
-
- [ x] I'm reporting a bug, not asking for help
- [ ] I've looked at the [documentation](http://leafletjs.com/reference-1.0.0.html) to make sure the behaviour is documented and expected
- [x ] I'm sur…
-
- [x] I've looked at the [documentation](http://leafletjs.com/reference.html) to make sure the behavior is documented and expected
- [x] I'm sure this is a Leaflet code issue, not an issue with my ow…
-
Hey there,
Firstly, great work with this implementation of leaflet in react.
I'm having a hard time wrapping my head around how to change a control based on the react state. Here's my FreeDrawControl…
-
Currently we simply call the rstudio `viewer` function to preview an image. Perhaps we can instead wrap it into an html widget so that the same figure will automatically be inserted into the document …
-
**Issue Type:** Bug
**Platform:** Web
**Description:**
the `onData` function is not working in `ReactiveComponent`
**Reactivesearch version:** 3.0.0-rc.15
```
{
console.log(data);
…
-
- [ ] Decide on format for geo coordinates
- [ ] Keep all points on the graph but indicate the latest point somehow (possibly trails)
- [ ] view window can be set or calculated automatically
-
I think for debugging and analysis of our routing algorithms it would be incredibly useful to make the graph as visible as possible. I think for some use-cases drawing the graph directly on top of the…
-
can you please sir explain how to save the circle into database?
-
I implemented the example and am getting: Uncaught TypeError: Cannot read property 'addControl' of undefined.
Here is my map component:
`import React, {Component} from 'react';
import ReactMapb…