Merge pull request #270 from EdwardBetts/patch-1

Correct a spelling mistake.
This commit is contained in:
Josh Baker 2018-03-06 16:04:29 -07:00 committed by GitHub
commit 82197faea0
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 Geometry Object
BBox *BBox BBox *BBox
bboxDefined bool 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) { func fillFeatureMap(json string) (Feature, error) {