Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/arcade/profile.txt
2021-04-07 19:25:18 -04:00

10 lines
377 B
Plaintext
Vendored

/*
Isolated test for the most recent version
*/
function offsetPopulation(offset){
var popDensity = Round( $feature.POPULATION / AreaGeodetic(Geometry($feature), "square-kilometers") );
var geom = Geometry({ 'x': offset.x, 'y': offset.y, 'spatialReference':{'wkid':102100} });
var myLayer = FeatureSet($map, ["POPULATION", "ELECTION-DATA"]);
return popDensity;
}