fix(parcel-sync): scan uses remote GIS layer instead of empty local DB
- scanNoGeometryParcels now fetches TERENURI_ACTIVE features from remote ArcGIS (lightweight, no geometry) to cross-reference with eTerra immovable list - Cross-references by both NATIONAL_CADASTRAL_REFERENCE and IMMOVABLE_ID - Works correctly regardless of whether user has synced to local DB - Renamed totalInDb -> withGeometry in NoGeomScanResult, UI, and API - Extended fetchAllLayer() to forward outFields/returnGeometry options
This commit is contained in:
@@ -309,6 +309,8 @@ export class EterraClient {
|
||||
total?: number;
|
||||
onProgress?: ProgressCallback;
|
||||
delayMs?: number;
|
||||
outFields?: string;
|
||||
returnGeometry?: boolean;
|
||||
},
|
||||
) {
|
||||
const where = await this.buildWhere(layer, siruta);
|
||||
|
||||
Reference in New Issue
Block a user