<?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 Re: Map works in Chrome not in Edge, IE or FF in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631354#M58921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/364018"&gt;Serge De Backer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cool! I did some testing and yes, it works now, even in Internet Explorer...!! So, I guess you should mark your own answer above as correct to close this call. (Yes, you solved your own issue so you should be allowed to mark your own answer as the correct one...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few test results:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The number of suggestions (just one) is quite limited. Could this be increased to 5 or 6?&lt;/LI&gt;&lt;LI&gt;After finding and showing the right address, the search box shows a message that it could not find any results (see screen capture below). Would it be possible to suppress this message?&lt;/LI&gt;&lt;LI&gt;(The WMS layer is not showing in IE 11 - Version: 11.557.17763.0)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW - If you think an answer you see on GeoNet is useful, do not hesitate to mark it as such. This will help the community to find not only the correct answer, but also other useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451400_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 14:31:41 GMT</pubDate>
    <dc:creator>Egge-Jan_Pollé</dc:creator>
    <dc:date>2019-06-25T14:31:41Z</dc:date>
    <item>
      <title>Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631351#M58918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a working example for search a location in Belgium. This works in Chrome, but somehow it doesn't seem to work in IE or Edge.&lt;/P&gt;&lt;P&gt;For the locator I use this provider:&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;https://loc.api.geopunt.be/geolocation/location&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I test it on Chrome and check the network tab in devtools I see the request and response of the call:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451359" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451359_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when checking Edge for example I get nothing back:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451360" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/451360_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;I have tried another example which I found here on the forums:&amp;nbsp;&lt;A href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_adres_zoeken.htm"&gt;https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_adres_zoeken.htm&lt;/A&gt;&amp;nbsp;and here it works on all browsertypes. But I can't seem to find where the problem lies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt; &amp;lt;meta charset="utf-8" /&amp;gt;&lt;BR /&gt; &amp;lt;meta name="viewport"&lt;BR /&gt; content="initial-scale=1,maximum-scale=1,user-scalable=no" /&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Search widget with custom source - 4.11&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;html,&lt;BR /&gt; body,&lt;BR /&gt; #viewDiv {&lt;BR /&gt; padding: 0;&lt;BR /&gt; margin: 0;&lt;BR /&gt; height: 100%;&lt;BR /&gt; width: 100%;&lt;BR /&gt; }&lt;BR /&gt; &amp;lt;/style&amp;gt;&lt;BR /&gt; &amp;lt;link rel="stylesheet"&lt;BR /&gt; href="https://js.arcgis.com/4.11/esri/themes/light/main.css" /&amp;gt;&lt;BR /&gt; &amp;lt;script src="https://js.arcgis.com/4.11/"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt; &amp;lt;script&amp;gt;&lt;BR /&gt; require([&lt;BR /&gt; "esri/tasks/Locator",&lt;BR /&gt; "esri/Map",&lt;BR /&gt; "esri/Graphic",&lt;BR /&gt; "esri/request",&lt;BR /&gt; "esri/views/MapView",&lt;BR /&gt; "esri/widgets/Search",&lt;BR /&gt; "esri/widgets/Search/SearchSource",&lt;BR /&gt; "esri/geometry/geometryEngine",&lt;BR /&gt; "esri/geometry/Point",&lt;BR /&gt; "esri/layers/WMSLayer",&lt;BR /&gt; "esri/widgets/Compass",&lt;BR /&gt; "esri/widgets/Home" &lt;BR /&gt; ], function (&lt;BR /&gt; Locator,&lt;BR /&gt; Map,&lt;BR /&gt; Graphic,&lt;BR /&gt; esriRequest,&lt;BR /&gt; MapView,&lt;BR /&gt; Search,&lt;BR /&gt; SearchSource,&lt;BR /&gt; geometryEngine,&lt;BR /&gt; Point,&lt;BR /&gt; WMSLayer,&lt;BR /&gt; Compass,&lt;BR /&gt; Home&lt;BR /&gt; ) {&lt;BR /&gt; var url = "http://loc.geopunt.be/v2/location?c=5",&lt;/P&gt;&lt;P&gt;layer = new WMSLayer({&lt;BR /&gt; url: 'https://geoservices.informatievlaanderen.be/raadpleegdiensten/GRB-basiskaart/wms'&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;var map = new Map({&lt;BR /&gt; basemap: "gray"&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;map.add(layer);&lt;/P&gt;&lt;P&gt;var view = new MapView({&lt;BR /&gt; map: map,&lt;BR /&gt; center: [4.3, 51], //lon, lat&lt;BR /&gt; zoom: 9,&lt;BR /&gt; container: "viewDiv"&lt;BR /&gt; });&lt;BR /&gt; &lt;BR /&gt; var homeWidget = new Home({&lt;BR /&gt; view: view&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;view.ui.add(homeWidget, "top-left");&lt;/P&gt;&lt;P&gt;var compass = new Compass({&lt;BR /&gt; view: view&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;view.ui.add(compass, "top-left");&lt;BR /&gt; &lt;BR /&gt; var customSearchSource = new SearchSource({&lt;BR /&gt; name: "Vlaanderen zoekopdracht",&lt;BR /&gt; placeholder: "Geef je straatnaam in",&lt;BR /&gt; displayField: "name",&lt;BR /&gt; // Provide a getSuggestions method&lt;BR /&gt; // to provide suggestions to the Search widget&lt;BR /&gt; getSuggestions: function (params) {&lt;BR /&gt; // You can request data from a&lt;BR /&gt; // third-party source to find some&lt;BR /&gt; // suggestions with provided suggestTerm&lt;BR /&gt; // the user types in the Search widget&lt;BR /&gt; return esriRequest(url, {&lt;BR /&gt; query: {&lt;BR /&gt; q: params.suggestTerm &lt;BR /&gt; },&lt;BR /&gt; responseType: "json"&lt;BR /&gt; }).then(function (results) {&lt;BR /&gt; // Return Suggestion results to display&lt;BR /&gt; // in the Search widget&lt;BR /&gt; return results.data.LocationResult.map(function (item) {&lt;BR /&gt; return {&lt;BR /&gt; key: "name",&lt;BR /&gt; text: item.FormattedAddress,&lt;BR /&gt; sourceIndex: params.sourceIndex&lt;BR /&gt; };&lt;BR /&gt; });&lt;BR /&gt; });&lt;BR /&gt; },&lt;BR /&gt; // Provide a getResults method to find&lt;BR /&gt; // results from the suggestions&lt;BR /&gt; getResults: function (params) {&lt;BR /&gt; // If the Search widget passes the current location,&lt;BR /&gt; // you can use this in your own custom source&lt;BR /&gt; var operation = "&amp;amp;q=" + params.suggestResult.text.replace(/ /g, "+") ;&lt;BR /&gt; var query = {};&lt;BR /&gt; // You can perform a different query if a location&lt;BR /&gt; // is provided&lt;BR /&gt; if (params.location) {&lt;BR /&gt; query.lat = params.location.latitude;&lt;BR /&gt; query.lon = params.location.longitude;&lt;BR /&gt; } else {&lt;BR /&gt; query.q = params.suggestResult.text.replace(/ /g, "+");&lt;BR /&gt; }&lt;BR /&gt; return esriRequest(url + operation, {&lt;BR /&gt; query: query,&lt;BR /&gt; responseType: "json"&lt;BR /&gt; }).then(function (results) {&lt;BR /&gt; // Parse the results of your custom search&lt;BR /&gt; var searchResults = results.data.LocationResult.map(function (feature) {&lt;BR /&gt; // Create a Graphic the Search widget can display&lt;BR /&gt; var graphic = new Graphic({&lt;BR /&gt; geometry: new Point({&lt;BR /&gt; x: feature.Location.Lon_WGS84,&lt;BR /&gt; y: feature.Location.Lat_WGS84&lt;BR /&gt; }),&lt;BR /&gt; attributes: feature&lt;BR /&gt; });&lt;BR /&gt; // Optionally, you can provide an extent for&lt;BR /&gt; // a point result, so the view can zoom to it&lt;BR /&gt; var buffer = geometryEngine.geodesicBuffer(&lt;BR /&gt; graphic.geometry,&lt;BR /&gt; 50,&lt;BR /&gt; "meters"&lt;BR /&gt; );&lt;BR /&gt; // Return a Search Result&lt;BR /&gt; var searchResult = {&lt;BR /&gt; extent: buffer.extent,&lt;BR /&gt; feature: graphic,&lt;BR /&gt; name: feature.FormattedAddress&lt;BR /&gt; };&lt;BR /&gt; return searchResult;&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;// Return an array of Search Results&lt;BR /&gt; return searchResults;&lt;BR /&gt; });&lt;BR /&gt; }&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;// Create Search widget using custom SearchSource&lt;BR /&gt; var searchWidget = new Search({&lt;BR /&gt; view: view,&lt;BR /&gt; sources: [customSearchSource],&lt;BR /&gt; includeDefaultSources: false&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;//Wanneer er gezocht moet worden kan je hier de waarde uithalen&lt;BR /&gt; searchWidget.on("select-result", function (event) {&lt;BR /&gt; // event is the event handle returned after the event fires.&lt;BR /&gt; console.log(event.target.selectedResult.name);&lt;BR /&gt; $admin.getKadastrale(event.target.selectedResult.name, false);&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;view.on("click", function (event) {&lt;BR /&gt; view.popup.clear();&lt;BR /&gt; view.popup.content = "Opzoeken adres...";&lt;BR /&gt; // Haal de co�rdinaten van het aangeklikte punt op&lt;BR /&gt; var rdx = Math.round(event.mapPoint.x);&lt;BR /&gt; var rdy = Math.round(event.mapPoint.y);&lt;/P&gt;&lt;P&gt;view.popup.open({&lt;BR /&gt; // Toon de gevonden RD co�rdinaten in de titel van de popup. De co�rdinaten worden&lt;BR /&gt; // afgerond op hele meters en er wordt een punt geplaatst tussen de duizendtallen&lt;BR /&gt; //title: "RD Coordinaten: X = " + rdx.toLocaleString() + " / Y = " + rdy.toLocaleString(),&lt;BR /&gt; location: event.mapPoint // Plaats de popup op de aangeklikte locatie&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;esriRequest(url, {&lt;BR /&gt; query: "latlon=" + event.mapPoint.latitude + "," +&lt;BR /&gt; event.mapPoint.longitude,&lt;BR /&gt; responseType: "json"&lt;BR /&gt; }).then(function (results) {&lt;/P&gt;&lt;P&gt;var frslt = results.data.LocationResult[0];&lt;BR /&gt; console.info(frslt);&lt;BR /&gt; view.popup.content = frslt.FormattedAddress;&lt;BR /&gt; $admin.getKadastrale(frslt.FormattedAddress, false);&lt;BR /&gt; //view.popup.title = frslt.Location.Lat_WGS84 + ", " + frslt.Location.Lon_WGS84&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;// Add the search widget to the top left corner of the view&lt;BR /&gt; view.ui.add(searchWidget, {&lt;BR /&gt; position: "top-right"&lt;BR /&gt; });&lt;BR /&gt; });&lt;BR /&gt; &amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt; &amp;lt;div id="viewDiv"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 11:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631351#M58918</guid>
      <dc:creator>SergeDe_Backer</dc:creator>
      <dc:date>2019-06-25T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631352#M58919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/364018"&gt;Serge De Backer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmmm, I don't get your example with the custom Locator running, not in IE, nor in FF or Chrome. I don't know how to find an address in Belgium with your application... And when I follow the link to the provider you are using (&lt;A class="link-titled" href="https://loc.api.geopunt.be/geolocation/location" title="https://loc.api.geopunt.be/geolocation/location"&gt;https://loc.api.geopunt.be/geolocation/location&lt;/A&gt;), my browser stops me from doing so because of possible security issues. It remains a challenge to get your custom Locator running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, why don't you just use Esri's World GeocodeServer? You mentioned the &lt;STRONG&gt;disadvantage&lt;/STRONG&gt; of the address points falling outside the actual building footprints (see screen capture below). But there are also&lt;STRONG&gt; a lot of advantages&lt;/STRONG&gt;, like easy and straightforward implementation and the provision of suggestions while typing your address (see also screen capture below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I quickly created a little example application for testing purposes: &lt;A class="link-titled" href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_vlaanderen.htm" title="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_vlaanderen.htm"&gt;Aan de slag met ArcGIS JavaScript - Vlaanderen&lt;/A&gt; (please feel free to check and modify the source code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be interested to see your final solution working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Met vriendelijke groet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451374_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flanders upside down:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Right-click and drag to rotate your map&lt;/LI&gt;&lt;LI&gt;Use to &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass.html"&gt;Compass &lt;/A&gt;widget to turn it back &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_vlaanderen.htm"&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/451375_pastedImage_4.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 13:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631352#M58919</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2019-06-25T13:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631353#M58920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Egge-Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it to work. I have updated the source code in my first post for others to see. It was a mismatch of the enpoint of the locator. I changed it a bit and now it's working as it should.&lt;/P&gt;&lt;P&gt;The reason I use that locator because I need the correct point of the parcel (perceel). I also get the same address suggestions like the GeoCodeServer now it's working. For more info about this flemish locator see this pp:&amp;nbsp;&lt;A href="https://www.geopunt.be/~/media/geopunt/over%20geopunt/documenten/geopunt%20api.pdf"&gt;https://www.geopunt.be/~/media/geopunt/over%20geopunt/documenten/geopunt%20api.pdf&lt;/A&gt;&amp;nbsp;page 19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the nice example. I will use some of the features you use like the home button and the compass widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 14:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631353#M58920</guid>
      <dc:creator>SergeDe_Backer</dc:creator>
      <dc:date>2019-06-25T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631354#M58921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/364018"&gt;Serge De Backer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cool! I did some testing and yes, it works now, even in Internet Explorer...!! So, I guess you should mark your own answer above as correct to close this call. (Yes, you solved your own issue so you should be allowed to mark your own answer as the correct one...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few test results:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The number of suggestions (just one) is quite limited. Could this be increased to 5 or 6?&lt;/LI&gt;&lt;LI&gt;After finding and showing the right address, the search box shows a message that it could not find any results (see screen capture below). Would it be possible to suppress this message?&lt;/LI&gt;&lt;LI&gt;(The WMS layer is not showing in IE 11 - Version: 11.557.17763.0)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW - If you think an answer you see on GeoNet is useful, do not hesitate to mark it as such. This will help the community to find not only the correct answer, but also other useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451400_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 14:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631354#M58921</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2019-06-25T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631355#M58922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know you already got this figured out, but I thought I should point out that the geocoder service has a &lt;EM&gt;locationType&lt;/EM&gt; parameter described in the docs.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm"&gt;https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Specifies if the output geometry of PointAddress matches should be the rooftop point or street entrance location. Valid values are&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: #efefef initial #efefef #efefef; padding: 0px 0px 0px 0.15rem;"&gt;rooftop&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border-width: 1px 0px; border-style: solid none; border-color: #efefef initial #efefef initial;"&gt;street&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;. The default value is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border-width: 1px 0px; border-style: solid none; border-color: #efefef initial #efefef initial;"&gt;street&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is pretty useful for a use case like yours for map display. Street is normally preferred for routing purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 19:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631355#M58922</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-06-25T19:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631356#M58923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well I used the example from Egge-Jan and changed to locator to this&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;locator: new Locator({ url: "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/?locationType=rooftop"}),&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This works but when the result is clear it still gives me 6 suggestions even when the address is fully filled in&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451494_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 06:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631356#M58923</guid>
      <dc:creator>SergeDe_Backer</dc:creator>
      <dc:date>2019-06-26T06:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map works in Chrome not in Edge, IE or FF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631357#M58924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extending the number of suggestions is no problem. I can do this with adding "c=5" to the url like so:&amp;nbsp;var url = "http://loc.geopunt.be/v2/location?c=5".&amp;nbsp;I have updated the main code with this and with your compass and home button &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surpressing the messagebox however is something I have not yet found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 07:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-works-in-chrome-not-in-edge-ie-or-ff/m-p/631357#M58924</guid>
      <dc:creator>SergeDe_Backer</dc:creator>
      <dc:date>2019-06-26T07:18:07Z</dc:date>
    </item>
  </channel>
</rss>

