WeChall - Interesting
Challenge
As an easter present i have coded up a new feature. Your mission is to find the 9 eastereggs on the map which were hid by the EasterBunny.
WeChall 有一个 Hackerspace 地图功能(Google Maps),用户可以在地图上放置标记点。需要找到 EasterBunny 用户隐藏的 9 个彩蛋。
Solution
WeChall 的地图数据通过 POI API 端点暴露。直接查询全球范围的 bounding box:
1 | $ curl -sL -b 'WC=...' \ |
返回所有用户的 POI 数据。过滤 EasterBunny(uid 11212)的标记,得到 9 个彩蛋:
- acknowledge — 韩国 (35.68, 127.90)
- beauty — 复活节岛 (-27.12, -109.28)
- charming — 巨石阵 (51.17, -1.82)
- depth — 太平洋 (15.70, -141.62)
- elegance — 日本 (34.52, 136.36)
- fantasy — 南大西洋 (-52.65, 33.71)
- guidance — 瑞典 (57.71, 11.99)
- hackerspace — 德国 (51.73, 10.26)
- inspiration — 埃及/吉萨 (29.97, 31.13)
答案按字母顺序排列,逗号分隔。
acknowledge,beauty,charming,depth,elegance,fantasy,guidance,hackerspace,inspiration