update inbox list
This commit is contained in:
9
vendor/scrivo/highlight.php/test/markup/arcade/profile.txt
vendored
Normal file
9
vendor/scrivo/highlight.php/test/markup/arcade/profile.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user