Skip to content

Commit

Permalink
no more appendix lowercasing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Dec 28, 2023
1 parent 3ea002c commit 125bb86
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 @@ -284,7 +284,7 @@ func processRecord(shapeReader *shp.Reader) (*geojson.Feature, string, string) {
*/
labela := shapeReader.Attribute(4)

f.SetProperty(tagHousenumber, strings.ToLower(DecodeWindows1250(labela)))
f.SetProperty(tagHousenumber, DecodeWindows1250(labela))

determineStreetOrPlaceName(shapeReader, f, lon)

Expand Down

0 comments on commit 125bb86

Please sign in to comment.