-
Three maps in the [Basemaps documentation](https://ipyleaflet.readthedocs.io/en/latest/api_reference/basemaps.html) are completely grey.
They are...
- Map(basemap=basemaps.Gaode.Satellite, center=c…
ghost updated
2 years ago
-
In leaflet.js it is possible to have multiple basemaps that show up in radio boxes at the top of LayerControl by adding them as control layers:
http://bl.ocks.org/cccruzr/2be38431f91ff2adb9ded7c0e0…
-
### Describe the issue
In China, the coordinates of the car gotten from mybmw api is in GCJ02(GaoDe Map) format rather than WGS84(GPS) format. This leads to 1~2 km shift of location in HA's map.
Is…
-
你好,我下载后,使用`yarn install`安装依赖。但是提示检测不到secret模块。根据引用路径是在config/下,但是没有发现
-
Here is a list of default basemaps that appear to no longer render correctly (at least they are grey on webpage https://ipyleaflet.readthedocs.io/en/latest/api_reference/basemaps.html):
Map(basemap…
-
App developed by Flutter often crashes when Slide Gaode Map . crash rate was 3‰
logs
```bash
java.lang.Throwable: jni-crash
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *…
-
W/Adreno-EGLSUB(14170): : dequeue native buffer fail: No such device, buffer=0x0, handle=0x0
W/Adreno-EGL(14170): : EGL_BAD_SURFACE
W/GLThread(14170): eglSwapBuffers failed: EGL_BAD_SURFACE
Android…
-
背景
- 目前来看,useHistoryTravel只是存储的将以往所有数据都储存下来
- 等到表单或列表大的时候消耗就很大
需求
- 能否加入一些类似https://github.com/gaoding-inc/stateshot的优化
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
# Paste the result here.
Darwin xuzhendeMBP.lan 20.5.0 D…
-
I'm trying to use Gaode map in China. But it uses the GCJ02 coordinate system.
I know the conversion algorithm that WGS84 to GCJ02, but I don't know where to change the code.