映射一组邮政编码
我正在开发一项送货服务,该服务仅在某些邮政编码内送货(可能但不一定是所有连续的邮政编码)。给定一个邮政编码列表,如何获取突出显示或概述了这些邮政编码区域的地图?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在开发一项送货服务,该服务仅在某些邮政编码内送货(可能但不一定是所有连续的邮政编码)。给定一个邮政编码列表,如何获取突出显示或概述了这些邮政编码区域的地图?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
http://www.udsmapper.org/
这应该正是您所需要的..仅用于个人/非商业用途...
如果您有邮政编码列表,您甚至可以将它们粘贴到系统中,它们会自动映射!
这也是他们的用户指南:
http://www.udsmapper.org/docs/NEW_Instructions_Creating_Service_Area_Map_10102014.pdf
http://www.udsmapper.org/
This should be exactly what you need.. for personal/non-commercial use only though...
If you have a list of zip codes you can even paste them into the system and they'll automatically map!
Here is their user guide too:
http://www.udsmapper.org/docs/NEW_Instructions_Creating_Service_Area_Map_10102014.pdf
以下是一些有用网站的链接:
http://benfry.com/zipdecode/
http://maps.huge.info/
http://maps.huge.info/blog/boundary_maps/
http ://www.usnaviguide.com/zip.htm
我没有花太多时间搜索这些网站,但看起来他们并没有共享数据库。这就是您需要的...一个可以为您提供邮政编码区域的纬度/经度坐标边界的数据库。我认为 Google 和 Bing 都不提供为您进行这种转换的服务。
一旦您能够进行从邮政编码到纬度/经度边界的转换,在 Bing 地图控件和 Google api 中都应该非常简单。如果您对实际实施有更多具体问题,请给我留言。
Here are some links of some helpful sites:
http://benfry.com/zipdecode/
http://maps.huge.info/
http://maps.huge.info/blog/boundary_maps/
http://www.usnaviguide.com/zip.htm
I didn't spend very much time searching these sites, but it didn't look like they were sharing their databases. That's what you are going to need... A database that can give you the lat/long coordinate boundary of the zip code area. I don't believe neither Google nor Bing offer a service that does that conversion for you.
Once you are able to do that conversion, from zip code to lat/long boundary, it should be pretty straight forward in both the Bing maps control and the Google api. If you have more specific questions on the actual implementation, then just leave me a comment.