1·To check for valid locations, log into the MySQL server and query the articles table yourself to see if the lat and lon fields are filled in appropriately.
要检查位置是否有效,请登录到MySQL服务器中,查询文章表来看看纬度和经度字段填写得是否合适。
2·If a single field is desired, lat/lon can be encoded into a single String using the Geohash encoding (see Resources).
如果希望使用一个字段,那么可以使用 Geohash 编码方式将纬度/经度编码到一个 String 中(参见 参考资料)。