修改任务下载刷新不及时

This commit is contained in:
squallzhjch
2023-07-25 10:37:06 +08:00
parent 5806fbf5ac
commit 33cc1dc243
5 changed files with 39 additions and 20 deletions

View File

@@ -217,6 +217,13 @@ class LayerManagerHandler(context: AppCompatActivity, mapView: NIMapView, traceP
vectorNiLocationTileLayer.isEnabled = false
labelNiLocationLayer.isEnabled = false
}
fun omdbLayersUpdate(){
// omdbVectorTileLayer
// omdbReferenceTileLayer.
omdbLabelLayer.update()
omdbReferenceLabelLayer.update()
}
}