mirror of https://github.com/tidwall/tile38.git
Merge pull request #270 from EdwardBetts/patch-1
Correct a spelling mistake.
This commit is contained in:
commit
82197faea0
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue