mirror of https://github.com/tidwall/tile38.git
Correct a spelling mistake.
This commit is contained in:
parent
19f53a61ba
commit
1381e68c69
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue