wingkingbobo
wingkingbobo
@galinelle I didn't use terrain, but I added a sky layer. ```json { "id": "layer-sky", "type": "sky", "sky-atmosphere-sun": [-10.0, 85.2], "sky-type": "atmosphere" } ```
I removed the sky layer, but it has no effect on the efficiency of converting longitude and latitude to screen coordinates.
@ZiZasaurus It seems that there is no difference in the execution speed of the three versions. ``` ------------------------ v10.0.0 --------------------- 2022-01-05 09:29:30.641 3191-3191/com.ixlab.mapbox.wemap E/info: -->v10 mapboxMap.pixelsForCoordinates: 1.5770 s 2022-01-05 09:29:32.137...
@terrymanu Yes, I want to monitor the connection pool used by sharding proxy when connecting to the real database. I tried to change the configuration to Druid, but sharding proxy...
改成阿里云镜像,实测能用。建议直接把aar下下来改成本地依赖。 ```gradle allprojects { repositories { google() // jcenter() mavenCentral() // maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/public/' } maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } } } ```
I am currently using line layer to implement the edges of the face, but this will cause the edges to separate from the face when multiple faces intersect.
检查下bindService的返回值,如果是false,可能是Service没在AndroidManifest.xml中注册。
``` #实际文件路径 https://repo.maven.apache.org/maven2/io/github/razerdp/BasePopup/3.2.1/BasePopup-3.2.1.pom #请求路径 https://repo.maven.apache.org/maven2/io/github/razerdp/BasePopup/3.2.1@aar/[email protected] ``` Android Studio点击Download Source后下载的路径与实际路径不符,多了@aar。 Android Gradle 插件版本:gradle-7.4-bin.zip Android Studio 版本:Dolphin | 2021.3.1 Patch 1 但是我猜测问题不在这里,可能是本身没上传源码到maven。 参考了腾讯QMUI的maven仓库,其中应该包含sources.jar https://repo.maven.apache.org/maven2/com/qmuiteam/qmui/2.1.0/ com/qmuiteam/qmui/2.1.0 [../](https://repo.maven.apache.org/maven2/com/qmuiteam/qmui/) [qmui-2.1.0-javadoc.jar](https://repo.maven.apache.org/maven2/com/qmuiteam/qmui/2.1.0/qmui-2.1.0-javadoc.jar) 2022-03-05 15:50 2919785 [qmui-2.1.0-javadoc.jar.asc](https://repo.maven.apache.org/maven2/com/qmuiteam/qmui/2.1.0/qmui-2.1.0-javadoc.jar.asc) 2022-03-05...
问题出在同版本覆盖安装