Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed Feb 10, 2024
1 parent 13c41af commit cf7ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shp_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void ShpProcessor::read(class LayerDef &layer, uint layerNum)
bool hasName = false;
if (indexField>-1) {
std::lock_guard<std::mutex> 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
Expand Down

0 comments on commit cf7ea88

Please sign in to comment.