Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Dec 23, 2023
1 parent 1fe3d25 commit 54ee6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gursShp2geoJson.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func readShapefileToMap(shapeFileName string, keyColumnName, valueColumnName str

key := DecodeWindows1250(shapeReader.Attribute(keyColumnIndex))

if override, overriden := overrides[valueUtf]; overriden {
if override, overridden := overrides[valueUtf]; overridden {
result[key] = override
} else {
result[key] = valueUtf
Expand Down

0 comments on commit 54ee6b1

Please sign in to comment.