<?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 NVZ Features takes more time to draw on map in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/nvz-features-takes-more-time-to-draw-on-map/m-p/785947#M213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fetching data from Layer: NVZ_2017_Combined_Waters_Final_Designations &lt;BR /&gt;I am using arcgis javascript api 4.14 version &lt;BR /&gt;If I zoom in the map on zoom level 6 then only this NVZ features are displaying on map, but its taking more time to load on map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var map;&lt;BR /&gt;require([&lt;BR /&gt;"esri/widgets/Sketch",&lt;BR /&gt;"esri/Map",&lt;BR /&gt;"esri/layers/GraphicsLayer",&lt;BR /&gt;"esri/views/MapView",&lt;BR /&gt;"esri/geometry/Polygon",&lt;BR /&gt;"esri/layers/FeatureLayer",&lt;BR /&gt;"esri/symbols/SimpleLineSymbol",&lt;BR /&gt;"esri/Graphic",&lt;BR /&gt;"esri/symbols/SimpleFillSymbol",&lt;BR /&gt;"esri/Color"&lt;BR /&gt;],&lt;BR /&gt;function(Sketch, Map, GraphicsLayer, MapView, Polygon, FeatureLayer, SimpleLineSymbol, Graphic, SimpleFillSymbol, Color) {&lt;BR /&gt;const layer = new GraphicsLayer();&lt;BR /&gt;const map = new Map({&lt;BR /&gt;basemap: "streets",&lt;BR /&gt;layers: [layer]&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;const view = new MapView({&lt;BR /&gt;container: "map",&lt;BR /&gt;map: map,&lt;BR /&gt;zoom: 5,&lt;BR /&gt;center: [-3.118092, 54.509865]&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;// set dynamic url for feature layer&lt;BR /&gt;function initOperationalLayer() {&lt;BR /&gt;var featureLayer = new FeatureLayer("https://environment.data.gov.uk/arcgis/rest/services/EA/NitrateVulnerableZones2017Final/FeatureServer/0",{&lt;BR /&gt;mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt;map.add(featureLayer);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;initOperationalLayer();&lt;BR /&gt;);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;I have attached the video:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2020 14:10:27 GMT</pubDate>
    <dc:creator>ShivamMishra2</dc:creator>
    <dc:date>2020-02-19T14:10:27Z</dc:date>
    <item>
      <title>NVZ Features takes more time to draw on map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/nvz-features-takes-more-time-to-draw-on-map/m-p/785947#M213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fetching data from Layer: NVZ_2017_Combined_Waters_Final_Designations &lt;BR /&gt;I am using arcgis javascript api 4.14 version &lt;BR /&gt;If I zoom in the map on zoom level 6 then only this NVZ features are displaying on map, but its taking more time to load on map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var map;&lt;BR /&gt;require([&lt;BR /&gt;"esri/widgets/Sketch",&lt;BR /&gt;"esri/Map",&lt;BR /&gt;"esri/layers/GraphicsLayer",&lt;BR /&gt;"esri/views/MapView",&lt;BR /&gt;"esri/geometry/Polygon",&lt;BR /&gt;"esri/layers/FeatureLayer",&lt;BR /&gt;"esri/symbols/SimpleLineSymbol",&lt;BR /&gt;"esri/Graphic",&lt;BR /&gt;"esri/symbols/SimpleFillSymbol",&lt;BR /&gt;"esri/Color"&lt;BR /&gt;],&lt;BR /&gt;function(Sketch, Map, GraphicsLayer, MapView, Polygon, FeatureLayer, SimpleLineSymbol, Graphic, SimpleFillSymbol, Color) {&lt;BR /&gt;const layer = new GraphicsLayer();&lt;BR /&gt;const map = new Map({&lt;BR /&gt;basemap: "streets",&lt;BR /&gt;layers: [layer]&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;const view = new MapView({&lt;BR /&gt;container: "map",&lt;BR /&gt;map: map,&lt;BR /&gt;zoom: 5,&lt;BR /&gt;center: [-3.118092, 54.509865]&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;// set dynamic url for feature layer&lt;BR /&gt;function initOperationalLayer() {&lt;BR /&gt;var featureLayer = new FeatureLayer("https://environment.data.gov.uk/arcgis/rest/services/EA/NitrateVulnerableZones2017Final/FeatureServer/0",{&lt;BR /&gt;mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt;map.add(featureLayer);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;initOperationalLayer();&lt;BR /&gt;);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;I have attached the video:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 14:10:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/nvz-features-takes-more-time-to-draw-on-map/m-p/785947#M213</guid>
      <dc:creator>ShivamMishra2</dc:creator>
      <dc:date>2020-02-19T14:10:27Z</dc:date>
    </item>
  </channel>
</rss>

