增加车信按车道编辑,自动生成问题描述功能

This commit is contained in:
squallzhjch
2023-11-06 16:21:46 +08:00
parent ffba871e3c
commit 763fef952e
21 changed files with 1209 additions and 54 deletions

View File

@@ -29,7 +29,7 @@ open class QsRecordBean @JvmOverloads constructor(
/**
* linkPid 绑定的道路ID
*/
var linkId: String = "84207223282277331",
var linkId: String = "",
/**
*问题分类
*/

View File

@@ -132,7 +132,7 @@ public class OMDBTileDataSource implements ITileDataSource {
List<RenderEntity> listResult = realmQuery.findAll();
long newTime = System.currentTimeMillis() - time;
Log.e("jingo", "当前OMDBTileDataSource " + Thread.currentThread().hashCode() + " 当前realm " + realm.hashCode() + " 查询耗时" + newTime + " 条数" + listResult.size());
// Log.e("jingo", "当前OMDBTileDataSource " + Thread.currentThread().hashCode() + " 当前realm " + realm.hashCode() + " 查询耗时" + newTime + " 条数" + listResult.size());
// 数据记录的tile号是以正外接tile号列表此处过滤并未与当前tile相交的数据
if (!listResult.isEmpty()) {
Polygon tilePolygon = GeometryTools.getTilePolygon(tile);