From cf7ea8815f76f7332cc576bdeb971c0cc0d0be9b Mon Sep 17 00:00:00 2001 From: systemed Date: Sat, 10 Feb 2024 23:30:22 +0000 Subject: [PATCH] typo --- src/shp_processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shp_processor.cpp b/src/shp_processor.cpp index a9c0fe0d..0cbe5c33 100644 --- a/src/shp_processor.cpp +++ b/src/shp_processor.cpp @@ -159,7 +159,7 @@ void ShpProcessor::read(class LayerDef &layer, uint layerNum) bool hasName = false; if (indexField>-1) { std::lock_guard lock(attributeMutex); - name=DBFReadStringAttribute(dbf, i, indexField); hasName = true + name=DBFReadStringAttribute(dbf, i, indexField); hasName = true; } AttributeIndex attrIdx = readShapefileAttributes(dbf, i, columnMap, columnTypeMap, layer, layer.minzoom); // process geometry