mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 03:27:19 +00:00
2
vendor/github.com/blevesearch/bleve/geo/parse.go
generated
vendored
2
vendor/github.com/blevesearch/bleve/geo/parse.go
generated
vendored
@ -85,7 +85,7 @@ func ExtractGeoPoint(thing interface{}) (lon, lat float64, success bool) {
|
||||
}
|
||||
} else {
|
||||
// geohash
|
||||
lat, lon = GeoHashDecode(geoStr)
|
||||
lat, lon = DecodeGeoHash(geoStr)
|
||||
foundLat = true
|
||||
foundLon = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user