简体   繁体   English

如何在纬度/经度边界中导出MapPoint领土

[英]How to export MapPoint territories in lat/long boundries

I built out territories in MapPoint based on zip code grouping. 我根据邮政编码分组在MapPoint中建立了领土。 Is there a way to export the long/lat of the territory boundaries? 有没有办法导出领土边界的长/短? I know MapPoint knows the coordinates, but I can't find a way to export them. 我知道MapPoint知道坐标,但是我找不到导出它们的方法。

在此处输入图片说明

If this capability is not available in MapPoint, is there another way/tool to get the boundary coordinates? 如果该功能在MapPoint中不可用,是否还有另一种获取边界坐标的方法/工具? I know of DrawingTool for Tableau , but that is manual drawing and there is no way to save and edit the map later. 我知道TableauDrawingTool ,但这是手动绘制,以后无法保存和编辑地图。

在此处输入图片说明

In Tableau the Latitudes,Longitudes are auto generated for a geo dimension. 在Tableau中,将自动为地理尺寸生成纬度,经度。 If you want to export the details you can follow below steps. 如果要导出详细信息,可以按照以下步骤操作。

  • 1: Right click on the view 1:右键单击视图
    2: Click on view data 2:点击查看数据
    3: Click on export all 3:点击全部导出
    4: save the exported file. 4:保存导出的文件。

No MapPoint does not expose the boundary coordinates of any of the geographies (eg. zipcodes) in its database. 没有MapPoint不会在其数据库中公开任何地理区域(例如邮政编码)的边界坐标。

Territory export is also limited, as you've probably found. 您可能已经发现,领土出口也受到限制。 The API is even worse - you can't even query the individual component geographies (eg. which zipcodes make up each territory). API甚至更糟-您甚至无法查询各个组件的地理位置(例如,哪个邮政编码组成每个区域)。

Might be overkill for you (being a full GIS), but Caliper's Maptitude 2016 has new territory functionality that is reminiscent of MapPoint's territories, but fixes the various problems that MapPoint had. 对您而言(可能是完整的GIS)可能算不上什么,但Caliper的Maptitude 2016具有新的地域功能,让人联想到MapPoint的地域,但解决了MapPoint所遇到的各种问题。 It can also import territories from MapPoint PTM files. 它还可以从MapPoint PTM文件导入地区。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在lat和long的图层上显示轨道 - How to display a track on a layer with lat and long 我将如何检索此值的纬度和经度? - How would I retrieve the Lat and Long values of this? 如何使用经纬度谷歌地图获取准确的位置名称? - How to get exact location name with lat & long google map? 如何在Openlayers中以编程方式添加半径,长和纬度的圆? - How to add circle programmatically with radius,long and lat in Openlayers? 如何按经纬度保存地图图块以供离线使用? - how to save map tile by lat long bounds for offline use? 从经度,经度,值创建png文件 - Create a png file from lat,long,value 自定义Choropleth地图,其中各州划分为多个地区 - Custom choropleth map with states grouped into territories 使用.between()检查从字典中拉出它的长/纬度位置时出错 - Error when using .between() for checking a long/lat location pulling it from a dictionary 如何将起始地址分配给地图的插入者 <pair<long long int,long long int> ,long long int&gt; - How to assign starting address to an interator of a map<pair<long long int,long long int>,long long int > 如何在Openlayers3中从lon / lat画一条线 - How to draw a line from lon/lat in Openlayers3
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM