<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Where can I set the attributes that are added to the Graphic on the Featurelayer in a WebMap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/where-can-i-set-the-attributes-that-are-added-to/m-p/709855#M66013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working on a project for my customer. I use this code to get information about the features on the WebMap when I click on a feature:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;view.on("click", function(event){&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;view.hitTest(event.screenPoint)&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.then(function(response){&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;graphic = response.results[0].graphic;&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (graphic) {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;console.log(JSON.stringify(response));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// more code here...&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project has 3 layers and about 8 attributes. So I want to know to which layer the feature belongs when clicked.&lt;/P&gt;&lt;P&gt;The first layer gives me in the attributes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"OBJECTID_1": 56495,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"gewascateg": "Grasland"&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second&amp;nbsp;layer gives me in the attributes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 18&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third&amp;nbsp;layer gives me in the attributes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 45&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;I would like to add another field in the attributes, that has a&amp;nbsp;unique name, for layer 2 and 3 and is present in the Graphic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only the FID is present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;Right now, there is nothing to determine which layer belongs to the FID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;The first layer shows more attributes can be set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Both layers can have the same FID numbers (only unique within the layer) but&amp;nbsp;can be assigned to different area's / features.&lt;/P&gt;&lt;P&gt;The first layer shows, more attributes can be set, but I have no clue where to set which attribute comes with the Graphic.&lt;/P&gt;&lt;P&gt;Where can I set which attribute is assigned to the Graphic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the total result on a click in JSON string format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"screenPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 843,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 225&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"results": [{&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"mapPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 611540.7659679214,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 6729471.200288476&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"graphic": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"geometry": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"rings": [&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611543.9994209437, 6729434.755885593],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611472.3397069264, 6729439.533199861],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611505.7809068011, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611548.7767352115, 6729520.747542414],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611553.5540494793, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611563.108678015, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729530.30217095],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611572.6633065506, 6729544.634113753],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611625.2137634966, 6729539.856799485],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611629.9910777644, 6729530.302170949],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611610.8818206931, 6729463.419771199],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"symbol": null,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 45&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"popupTemplate": null&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}, {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"mapPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 611540.7659679214,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 6729471.200288476&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"graphic": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"geometry": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"rings": [&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636242, 6729429.978571325],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611543.999420946, 6729434.755885593],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611472.3397069287, 6729439.533199861],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611505.7809068034, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611548.7767352138, 6729520.747542414],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611553.5540494816, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611563.1086780173, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922851, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922851, 6729530.30217095],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611572.6633065529, 6729544.634113753],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611625.2137634989, 6729539.856799485],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611629.9910777668, 6729530.302170949],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611610.8818206955, 6729463.419771199],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636242, 6729429.978571325]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"symbol": null,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 18&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"popupTemplate": null&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}, {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"mapPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 611540.7659679214,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 6729471.200288476&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"graphic": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"geometry": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"rings": [&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611543.9994209437, 6729434.755885593],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611472.3397069264, 6729439.533199861],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611505.7809068011, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611548.7767352115, 6729520.747542414],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611553.5540494793, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611563.108678015, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729530.30217095],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611572.6633065506, 6729544.634113753],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611625.2137634966, 6729539.856799485],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611629.9910777644, 6729530.302170949],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611610.8818206931, 6729463.419771199],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"symbol": null,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"OBJECTID_1": 56495,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"gewascateg": "Grasland"&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"popupTemplate": null&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2020 10:38:46 GMT</pubDate>
    <dc:creator>PHerk</dc:creator>
    <dc:date>2020-04-22T10:38:46Z</dc:date>
    <item>
      <title>Where can I set the attributes that are added to the Graphic on the Featurelayer in a WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/where-can-i-set-the-attributes-that-are-added-to/m-p/709855#M66013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working on a project for my customer. I use this code to get information about the features on the WebMap when I click on a feature:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;view.on("click", function(event){&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;view.hitTest(event.screenPoint)&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.then(function(response){&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;graphic = response.results[0].graphic;&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (graphic) {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;console.log(JSON.stringify(response));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// more code here...&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project has 3 layers and about 8 attributes. So I want to know to which layer the feature belongs when clicked.&lt;/P&gt;&lt;P&gt;The first layer gives me in the attributes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"OBJECTID_1": 56495,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"gewascateg": "Grasland"&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second&amp;nbsp;layer gives me in the attributes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 18&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third&amp;nbsp;layer gives me in the attributes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 45&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;I would like to add another field in the attributes, that has a&amp;nbsp;unique name, for layer 2 and 3 and is present in the Graphic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only the FID is present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;Right now, there is nothing to determine which layer belongs to the FID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;The first layer shows more attributes can be set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Both layers can have the same FID numbers (only unique within the layer) but&amp;nbsp;can be assigned to different area's / features.&lt;/P&gt;&lt;P&gt;The first layer shows, more attributes can be set, but I have no clue where to set which attribute comes with the Graphic.&lt;/P&gt;&lt;P&gt;Where can I set which attribute is assigned to the Graphic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the total result on a click in JSON string format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"screenPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 843,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 225&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"results": [{&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"mapPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 611540.7659679214,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 6729471.200288476&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"graphic": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"geometry": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"rings": [&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611543.9994209437, 6729434.755885593],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611472.3397069264, 6729439.533199861],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611505.7809068011, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611548.7767352115, 6729520.747542414],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611553.5540494793, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611563.108678015, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729530.30217095],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611572.6633065506, 6729544.634113753],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611625.2137634966, 6729539.856799485],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611629.9910777644, 6729530.302170949],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611610.8818206931, 6729463.419771199],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"symbol": null,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 45&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"popupTemplate": null&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}, {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"mapPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 611540.7659679214,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 6729471.200288476&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"graphic": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"geometry": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"rings": [&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636242, 6729429.978571325],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611543.999420946, 6729434.755885593],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611472.3397069287, 6729439.533199861],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611505.7809068034, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611548.7767352138, 6729520.747542414],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611553.5540494816, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611563.1086780173, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922851, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922851, 6729530.30217095],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611572.6633065529, 6729544.634113753],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611625.2137634989, 6729539.856799485],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611629.9910777668, 6729530.302170949],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611610.8818206955, 6729463.419771199],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636242, 6729429.978571325]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"symbol": null,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"FID": 18&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"popupTemplate": null&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}, {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"mapPoint": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"x": 611540.7659679214,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"y": 6729471.200288476&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"graphic": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"geometry": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"spatialReference": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"latestWkid": 3857,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"wkid": 102100&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"rings": [&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611543.9994209437, 6729434.755885593],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611472.3397069264, 6729439.533199861],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611505.7809068011, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611548.7767352115, 6729520.747542414],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611553.5540494793, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611563.108678015, 6729515.970228146],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729525.524856682],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611567.8859922828, 6729530.30217095],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611572.6633065506, 6729544.634113753],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611625.2137634966, 6729539.856799485],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611629.9910777644, 6729530.302170949],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611610.8818206931, 6729463.419771199],&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;[611591.7725636219, 6729429.978571325]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"symbol": null,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"attributes": {&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"OBJECTID_1": 56495,&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"gewascateg": "Grasland"&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;"popupTemplate": null&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN class="" style="color: #000000; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}]&lt;/SPAN&gt;&lt;BR style="color: #000000; font-size: 13px;" /&gt;&lt;SPAN style="color: #000000; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/where-can-i-set-the-attributes-that-are-added-to/m-p/709855#M66013</guid>
      <dc:creator>PHerk</dc:creator>
      <dc:date>2020-04-22T10:38:46Z</dc:date>
    </item>
  </channel>
</rss>

