<?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 Map  layers not loading clearly in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256216#M23756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am include esri maps in my application when even i am lancing my application it asking permission i am clicked Yes button After&amp;nbsp; clicking map getting current position.Then some layers not loading.Could u please suggest me to fix error.Please find images&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2017 10:20:20 GMT</pubDate>
    <dc:creator>Gowri_sankarReddy</dc:creator>
    <dc:date>2017-11-03T10:20:20Z</dc:date>
    <item>
      <title>Map  layers not loading clearly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256216#M23756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am include esri maps in my application when even i am lancing my application it asking permission i am clicked Yes button After&amp;nbsp; clicking map getting current position.Then some layers not loading.Could u please suggest me to fix error.Please find images&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256216#M23756</guid>
      <dc:creator>Gowri_sankarReddy</dc:creator>
      <dc:date>2017-11-03T10:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Map  layers not loading clearly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256217#M23757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gowri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Can you post your code? What I see in the images is normal when you have forgotten to add the esri css files to your code or you have a bad url for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256217#M23757</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-11-03T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Map  layers not loading clearly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256218#M23758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Thanks for replay&lt;/P&gt;&lt;P&gt;This is the code i am included in my application&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.20" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.20&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="offline.min.map.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.14%2Fesri%2Fcss%2Fesri.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.14/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; console.log("Loading ArcGIS...");&lt;BR /&gt; require(["esri/map","esri/layers/FeatureLayer","esri/symbols/PictureMarkerSymbol","esri/graphic",&lt;BR /&gt; "esri/SpatialReference",&lt;BR /&gt; "esri/geometry/Point","esri/InfoTemplate",&lt;BR /&gt; "dojo/on","dojo/domReady!"],&lt;BR /&gt; function(Map,FeatureLayer,PictureMarkerSymbol,Graphic,SpatialReference,Point,InfoTemplate,on) {&lt;BR /&gt; // Create map&lt;BR /&gt; var map = new Map(""+$scope.logedinuser,{&lt;BR /&gt; basemap: "topo",&lt;BR /&gt; center: [17.387140, 78.491684],&lt;BR /&gt; zoom: 3&lt;BR /&gt; });&lt;BR /&gt; // Wait until map has loaded before starting geolocation&lt;BR /&gt; map.on("load", startGeolocation);&lt;BR /&gt; /*map.on("click", function (evt) {&lt;BR /&gt; console.log(("lat/lon : " + evt.mapPoint.y + ", " + evt.mapPoint.x));&lt;BR /&gt; map.infoWindow.setTitle("Coordinates");&lt;BR /&gt; map.infoWindow.setContent("lat/lon : " + evt.mapPoint.y + ", " + evt.mapPoint.x);&lt;BR /&gt; map.infoWindow.show(evt.screenPoint, map.getInfoWindowAnchor(evt.screenPoint));&lt;BR /&gt; });*/&lt;BR /&gt; // Create the marker symbol&lt;BR /&gt; var infoTemplate = new InfoTemplate();&lt;BR /&gt; infoTemplate.setTitle("Equpment ${AssetID}");&lt;BR /&gt; infoTemplate.setContent("&amp;lt;b&amp;gt;Equpment : &amp;lt;/b&amp;gt;${AssetID}&amp;lt;br/&amp;gt;" +&lt;BR /&gt; "&amp;lt;b&amp;gt;&amp;lt;div &amp;gt;&amp;lt;a href='#/app1/notificationadd/10002605/newhere'&amp;gt;Notification: &amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;" &lt;BR /&gt; //+ "&amp;lt;b&amp;gt;2000: &amp;lt;/b&amp;gt;${POP2000:NumberFormat}&amp;lt;br/&amp;gt;" +&lt;BR /&gt; // "&amp;lt;b&amp;gt;2000 density: &amp;lt;/b&amp;gt;${POP00_SQMI:NumberFormat}"&lt;BR /&gt; );&lt;BR /&gt; var markerSymbol = new PictureMarkerSymbol({&lt;BR /&gt; "angle":0,&lt;BR /&gt; "xoffset":0,&lt;BR /&gt; "yoffset":0,&lt;BR /&gt; "type":"esriPMS",&lt;BR /&gt; "url":"img/Location.png",&lt;BR /&gt; "width":35,&lt;BR /&gt; "height":35&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;function startGeolocation(){&lt;BR /&gt; console.log("Starting geolocation...");&lt;BR /&gt; var location = navigator.geolocation.getCurrentPosition(locationSuccess, locationError);&lt;BR /&gt; /* var location = navigator.geolocation.watchPosition(&lt;BR /&gt; locationSuccess,&lt;BR /&gt; locationError,&lt;BR /&gt; {&lt;BR /&gt; maxAge: 250000,&lt;BR /&gt; timeout: 15000,&lt;BR /&gt; enableHighAccuracy:true&lt;BR /&gt; }&lt;BR /&gt; );*/&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;// Handle location success&lt;BR /&gt; function locationSuccess(position){&lt;BR /&gt; //navigator.notification.alert("Came here");&lt;BR /&gt; if(position.coords.latitude != null || position.coords.longitude != null){&lt;BR /&gt; console.log("long: " + position.coords.longitude + ", lat: " + position.coords.latitude);&lt;BR /&gt; &lt;BR /&gt; var pointInfoTemplate = new InfoTemplate("Albuquerque");&lt;BR /&gt; var wgsPt = new Point(position.coords.longitude,position.coords.latitude, new SpatialReference({wkid:4326}));&lt;BR /&gt; map.graphics.add(new Graphic(wgsPt, markerSymbol).setInfoTemplate(pointInfoTemplate));&lt;BR /&gt;&lt;SPAN&gt; var lineFeatureLayer = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices7.arcgis.com%2FMaZxgL04O7KLTOGI%2Farcgis%2Frest%2Fservices%2FPoint_Assets%2FFeatureServer%2F0" rel="nofollow" target="_blank"&gt;https://services7.arcgis.com/MaZxgL04O7KLTOGI/arcgis/rest/services/Point_Assets/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;", {&lt;/SPAN&gt;&lt;BR /&gt; mode: FeatureLayer.MODE_SNAPSHOT,&lt;BR /&gt; infoTemplate: infoTemplate,&lt;BR /&gt; outFields: ["AssetID"],//here to mention display all fields&lt;BR /&gt; &lt;BR /&gt; id: "lineFeatureLayer"&lt;BR /&gt; });&lt;BR /&gt; // var offlineEdit = new O.esri.Edit.OfflineEditBasic();&lt;BR /&gt; &lt;BR /&gt; //offlineEdit.goOffline();&lt;BR /&gt; function initEditing() {&lt;BR /&gt; offlineEdit.extend(lineFeatureLayer,function(success,error){&lt;BR /&gt; if(success){&lt;BR /&gt; console.log("TEST layer loaded and extended for offline use!");&lt;BR /&gt; }&lt;BR /&gt; else {&lt;BR /&gt; console.warn("Unable to load FeatureLayer!");&lt;BR /&gt; }&lt;BR /&gt; });&lt;BR /&gt; }&lt;BR /&gt; //var updateHandler = lineFeatureLayer.on("update-end", initEditing);&lt;BR /&gt; console.log(lineFeatureLayer);&lt;BR /&gt; map.addLayer(lineFeatureLayer);&lt;BR /&gt; map.centerAndZoom(wgsPt, 7);&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;function locationError(error){&lt;BR /&gt; console.log("locationError code: " + error.code);&lt;/P&gt;&lt;P&gt;switch(error.code) {&lt;BR /&gt; case error.PERMISSION_DENIED:&lt;BR /&gt; alert("User denied request for geolocation.");&lt;BR /&gt; break;&lt;BR /&gt; case error.POSITION_UNAVAILABLE:&lt;BR /&gt; alert("Location information is unavailable. Check application settings, make sure location permissions have been granted");&lt;BR /&gt; break;&lt;BR /&gt; case error.TIMEOUT:&lt;BR /&gt; alert( "The request to get user location timed out.");&lt;BR /&gt; break;&lt;BR /&gt; case error.UNKNOWN_ERROR:&lt;BR /&gt; alert("An unknown error occurred.");&lt;BR /&gt; break;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256218#M23758</guid>
      <dc:creator>Gowri_sankarReddy</dc:creator>
      <dc:date>2017-11-06T13:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Map  layers not loading clearly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256219#M23759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change this line:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;&amp;lt;link rel="stylesheet" href="&lt;A&gt;http://js.arcgis.com/3.14/esri/css/esri.css&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;to:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;link rel="stylesheet" href="&lt;A&gt;https://js.arcgis.com/3.20/esri/css/esri.c&lt;/A&gt;ss"&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256219#M23759</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-11-06T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map  layers not loading clearly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256220#M23760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u please suggest me how esri maps works offline.&lt;/P&gt;&lt;P&gt;I am included&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;script src="offline.min.map.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256220#M23760</guid>
      <dc:creator>Gowri_sankarReddy</dc:creator>
      <dc:date>2017-11-06T13:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Map  layers not loading clearly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256221#M23761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I have never seen that script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-layers-not-loading-clearly/m-p/256221#M23761</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-11-06T13:54:45Z</dc:date>
    </item>
  </channel>
</rss>

