You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
837 B
5 lines
837 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","./Callout3D","./LineCallout3D"],function(b,e,f){function c(a){if(!a)return!1;a=a.verticalOffset;return!a||0>=a.screenLength||null!=a.maxWorldLength&&0>=a.maxWorldLength?!1:!0}b.calloutProperty={types:{key:"type",base:e,typeMap:{line:f}},json:{write:!0}};b.hasCalloutSupport=function(a){return"point-3d"===a.type||"label-3d"===a.type};b.hasVisibleCallout=function(a){if(!a||!a.supportsCallout||!a.supportsCallout())return!1;const d=a.callout;return d&&d.visible?c(a)?!0:!1:!1};b.hasVisibleVerticalOffset= |
|
c;b.textSymbolLayerSupportsVerticalOffset=function(a){return"center"===a.horizontalAlignment};Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})}); |