- test
This commit is contained in:
@@ -13,7 +13,7 @@ func init() {
|
|||||||
|
|
||||||
func TestGetCityCoordinateLists(t *testing.T) {
|
func TestGetCityCoordinateLists(t *testing.T) {
|
||||||
// coords := GetDistrictCoordinateList(510116, 5*1000, 3*1000)
|
// coords := GetDistrictCoordinateList(510116, 5*1000, 3*1000)
|
||||||
coords := GetCityCoordinateList(510100, 10*1000, 3*1000)
|
coords := GetCityCoordinateList(210200, 8*1000, 2*1000)
|
||||||
t.Log(len(coords))
|
t.Log(len(coords))
|
||||||
// t.Log(utils.Format4Output(coords, false))
|
// t.Log(utils.Format4Output(coords, false))
|
||||||
var list []map[string]interface{}
|
var list []map[string]interface{}
|
||||||
|
|||||||
Reference in New Issue
Block a user