使用“east us”坐标代替“west us”坐标即可解决问题。以下是示例代码:
SELECT c.id, ST_DISTANCE(c.location, {'type': 'Point', 'coordinates': [-122.130603,47.643079]}) AS distance FROM c WHERE ST_DISTANCE(c.location, {'type': 'Point', 'coordinates': [-122.130603,47.643079]}) < 2000