-
I haven't tried this in a while, but since today at least I'm not able to load the OSM tile map both in Leaflet and in Map view. I'm getting Access denied. See https://operations.osmfoundation.org/pol…
-
If I try to draw a map with points, the points do not load.
Example code:
`library(leaflet)
library(leafgl)
library(sf)
n = 1e5
df1 = data.frame(id = 1:n,
x = rnorm(n, …
-
What we're trying to do:
Solutions requested that, in the #presales channel in Slack, we're able to post the messages to the channel to the Opportunity in Salesforce that it pertains to.
How fa…
-
### Details
I extracted some logs from this morning (this is 1 of about 9 over the last 12 hours), it seems there was an issue loading an adaptor; and it seems like there is a crash _before_ settin…
-
See https://gist.github.com/reyemtm/0b57ca5e6535d3f2fe274442a17a782a for an example of the OSM data served by Esri in the Toner style. I also have an OSM basemap style.
-
Maybe not important for most people but there is a weird interaction between rmarkdown chunk option fig.align='center' and tmap_leaflet().
instead of having the widget centered in the html page it …
-
I've received this crash right after trying to load a Line of 7km on an Android API 28 emulator. I'm not sure if it's related or not with this https://github.com/CartoDB/mobile-sdk/issues/267 issue.
…
-
There appears to be a potential problem in Seaborn's way of doing 2-dimensional KDE with `scipy.stats.gaussian_kde`. It appears that either `seaborn` or `scipy` is calculating the extent of the plot s…
-
`tm_basemap` is working in plot mode, Thanks to the `maptiles` package @rCarto
![image](https://user-images.githubusercontent.com/2444081/135771247-8a7c35f4-8998-4a9f-a21a-2c07c14bfcad.png)
![im…
-
My fork of swig -> https://github.com/pvmiseeffoC/swig
1. Get test suite up and running for branch gsoc2012-objc
2. Research the previous work done and analyse what works and doesn't work in order…