Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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?
这是一个 SVG 文件,所有状态都是单独的多边形(查看源代码!)
如果需要,可以将其转换为 xaml并以不同方式填充状态。
编辑
只需谷歌搜索 svg 世界地图。第一个命中似乎是一个很好的资源。