Map areas 集合 Map 对象 实例 获取图片地图中 <area> 元素的数目: var x = document.getElementById('planetmap').areas.length; x 输出值为: 3 尝试一下 » 定义和使用 areas 集合返回图像地图中所有 <area> 元素的集合。 注意: 集合中的元
MapAreasCollection类表示 对象的集合MapArea,这些对象又表示客户端图像映射的映射区域,例如 HTML <AREA> 标记。 此类有两种使用方式: MapAreas作为根Chart对象的 属性,用于自定义地图区域。 这些自定义地图区域具有用户定义的形状和坐标,可以在设计时或使用重载M:System.Web.UI.DataVisualization.MapAreasCollection.Add的...
var map = AmCharts.makeChart("mapdiv",{ ... "dataProvider": { "map": "worldHigh", "areas": [ { "id": "LT", "showAsSelected": true } ] } });Properties Hide inherited PropertyTypeDefaultDescription accessibleLabel String Text which screen readers will read if user rolls-over the ...
'gate' Only gates that are lines or areas are included 'hedge' A line of closely spaced shrubs and tree species, which form a barrier or mark the boundary of an area 'land' Includes breakwaters and piers Cliff data from OpenStreetMap is designed such that the left-hand side of the line...
通过测量工具可对地图中的线和面进行测量。您可以使用此工具在地图上绘制一条线或者一个面,然后获取线的长度与面的面积,也可以直接单击要素然后获悉测量信息。 单击基础工具工具条上的测量工具可打开测量对话框。 通过测量对话框,您可以为测量方式设置不同的选项,其中包括测量的是线、面还是要素;还可以设置报告单位。
Mapbox mobile maps can be fully functional offline, making areas with limited or no connectivity more accessible. Provide the on-route experience that users expect, especially as a premium feature. Display maps anywhere Mapbox static maps are lightweight and optimized for fast performance, offline ...
对于包含无测量值栅格像元的栅格数据,此操作特别有用。这些栅格像元通常表示为 NoData 值或背景值,并且可使用单色进行渲染。以透明形式显示 NoData 值和背景值通常会更好地表示数据,还会减少对下面数据的遮挡。要将 No Data 和背景设置为透明,请使用“无颜色”选项。
Areas 结果要素的类型将取决于叠加方法和输入。 输入和叠加图层中的所有属性将传递到结果图层。 如果选中使用当前地图范围,仅叠加当前地图范围中可见的输入和叠加图层的要素。 如果尚未选中,则叠加输入图层和叠加图层中的所有要素,即使它们处于当前地图范围外。
ax = worldmap("World"); setm(ax,"Origin",[0 180 0]) land = readgeotable("landareas.shp"); geoshow(ax,land,"FaceColor",[0.5 0.7 0.5]) lakes = readgeotable("worldlakes.shp"); geoshow(lakes,"FaceColor","blue") rivers = readgeotable("worldrivers.shp"); geoshow(rivers,"Color","bl...