在哪里可以找到使用 2 或 3 位数国家/地区代码的国家/地区的 SVG 或 GeoJSON?
我打算使用 Polymaps.org 库(与 Protovis 结合)创建一个漂亮的基于矢量的世界地图。但是,示例 (http://polymaps.org/ex/world.html) 使用专题制图中的 GeoJSON,但国家/地区是按名称而不是 2 位国家/地区代码进行编码的。
当我配对数据时,我遇到了诸如“俄罗斯”与“俄罗斯共和国”之类的问题。有人知道使用 ISO 2 或 3 位数代码的国家/地区的 GeoJSON 文件吗?使用这些名字似乎很疯狂。
任何其他 SVG 类型文件也很有用。我可以创建一个,但我觉得它一定存在于那里,但我只是不知道如何找到它。
I was going to use the Polymaps.org library (combined with Protovis) to create a nice vector based world map. However, there example (http://polymaps.org/ex/world.html) uses a GeoJSON from Thematic Mapping, but the countries are coded by name instead of by their 2 digit country codes.
When I pair up my data, I have problems with things like "Russia" vs "Republic of Russia". Anybody know of a GeoJSON file for countries that uses the ISO 2 or 3 digit codes? It seems crazy to use the names.
Any other SVG type file would be useful too. I could create one, but I feel like it must exist out there and I just don't know how to find it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它不完全是你想要的,因为它不是 geoJSON 格式:
http://vis.stanford。 edu/protovis/ex/countries.js
Its not exactly what you want since its not in geoJSON format:
http://vis.stanford.edu/protovis/ex/countries.js
也许这就是你想要的? 世界国家信息和 IP 地理编码 RESTful Web 服务 API
快乐编码: -)
May be this is what you want ? World Countries Information and ip geocoding RESTful Web services API
Happy coding:-)