Correct a spelling mistake.

This commit is contained in:
Edward Betts 2018-03-06 05:19:50 +00:00 committed by GitHub
parent 19f53a61ba
commit 1381e68c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type Feature struct {
Geometry Object
BBox *BBox
bboxDefined bool
idprops string // raw id and properties seperated by a '\0'
idprops string // raw id and properties separated by a '\0'
}
func fillFeatureMap(json string) (Feature, error) {