在 WPF 中绘制地图

发布于 2024-12-05 20:55:54 字数 97 浏览 1 评论 0原文

我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

高跟鞋的旋律 2024-12-12 20:55:54

这是一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文