在 WPF 中绘制地图
我想在 WPF 中绘制地图而不使用任何第三方控件。
我需要所有国家的每一个州,并且根据某些条件我想给它们上色。
如何获得所有国家每个州的多边形形状?
I want to draw a map in WPF without using any third party controls.
I need each and every state of all the countries, and based on certain conditions I want to color them.
How can I get the polygon shapes of each state of all the countries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个 SVG 文件,其中所有州都是单独的多边形(查看源代码!)
您可以 将其转换为xaml 如果您愿意并以不同的方式填充状态。
编辑
只需Google for svg 世界地图。第一个点击似乎是一个不错的资源。
Here is an SVG file with all the states as separate polygons (look at the source!)
You can convert it to xaml if you want and fill the state differently.
EDIT
Just google for svg world map. One of the first hits seems to be a nice resource.