<?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: Importing kml file in google maps vs ArcGIS looks different in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688556#M8691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just had a play with this in ArcMap.&lt;/P&gt;&lt;P&gt;Arc draws the points in their order, so I just edited your coordinate list. Those last 2 at the beginning. Then I deleted 98.93,85.17 because it is very close to another point. Alos when you construct a line from these points, arc just connects the dots. So the part through SAm looks relatively smooth, but that over northern Russia has only a couple of points. I tried the smoothing functions in the Cartography toolbox, but Bezier or paek smoothing options didn't quite do it. You need a curve fitting algorithm, I know that Ianko's ET Geotools has these.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/126190_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 07:05:59 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2015-09-10T07:05:59Z</dc:date>
    <item>
      <title>Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688554#M8689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a range map based on coordinates.&amp;nbsp; Whether I do it with code or by KML file in ArcGIS, my results are way different than importing the same exact KMLfile in Google Maps.&amp;nbsp; Any advise on correcting this to look more like Google Maps?&amp;nbsp; Keep in mind this application is ran completely offline, which is why I cannot use Google Maps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the KML File:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0"&lt;BR /&gt;encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;kml&lt;BR /&gt;&lt;SPAN&gt;xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.opengis.net%2Fkml%2F2.2" rel="nofollow" target="_blank"&gt;http://www.opengis.net/kml/2.2&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Document&amp;gt;&amp;lt;name&amp;gt;My document&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;description&amp;gt;Content&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Style id="Lump"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LineStyle&amp;gt;&amp;lt;color&amp;gt;CD0000FF&amp;lt;/color&amp;gt;&amp;lt;width&amp;gt;2&amp;lt;/width&amp;gt;&amp;lt;/LineStyle&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PolyStyle&amp;gt;&amp;lt;color&amp;gt;9AFF0000&amp;lt;/color&amp;gt;&amp;lt;/PolyStyle&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Style id="Path"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LineStyle&amp;gt;&amp;lt;color&amp;gt;FF0000FF&amp;lt;/color&amp;gt;&amp;lt;width&amp;gt;3&amp;lt;/width&amp;gt;&amp;lt;/LineStyle&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Style id="markerstyle"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;IconStyle&amp;gt;&amp;lt;Icon&amp;gt;&amp;lt;href&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/href&amp;gt;&amp;lt;/Icon&amp;gt;&amp;lt;/IconStyle&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Placemark&amp;gt;&amp;lt;name&amp;gt;NAME&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;description&amp;gt;YES&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;styleUrl&amp;gt;#Path&amp;lt;/styleUrl&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LineString&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tessellate&amp;gt;1&amp;lt;/tessellate&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;altitudeMode&amp;gt;clampToGround&amp;lt;/altitudeMode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;coordinates&amp;gt;&lt;/P&gt;&lt;P&gt;98.63,85.02&lt;/P&gt;&lt;P&gt;43.08,79.07&lt;/P&gt;&lt;P&gt;26.97,70.88&lt;/P&gt;&lt;P&gt;18.8,62.3&lt;/P&gt;&lt;P&gt;13.47,53.5&lt;/P&gt;&lt;P&gt;8.57,44.8&lt;/P&gt;&lt;P&gt;3.58,36.35&lt;/P&gt;&lt;P&gt;-1.63,28.2&lt;/P&gt;&lt;P&gt;-6.93,20.33&lt;/P&gt;&lt;P&gt;-12.12,12.63&lt;/P&gt;&lt;P&gt;-17.17,5.02&lt;/P&gt;&lt;P&gt;-22.63,-2.25&lt;/P&gt;&lt;P&gt;-28.22,-9.43&lt;/P&gt;&lt;P&gt;-34.98,-15.7&lt;/P&gt;&lt;P&gt;-42.67,-21.08&lt;/P&gt;&lt;P&gt;-51.18,-25.62&lt;/P&gt;&lt;P&gt;-60.55,-29.12&lt;/P&gt;&lt;P&gt;-70.7,-31.12&lt;/P&gt;&lt;P&gt;-81.2,-31.18&lt;/P&gt;&lt;P&gt;-91.42,-29.72&lt;/P&gt;&lt;P&gt;-101.02,-26.97&lt;/P&gt;&lt;P&gt;-109.62,-22.85&lt;/P&gt;&lt;P&gt;-117.3,-17.83&lt;/P&gt;&lt;P&gt;-123.9,-11.9&lt;/P&gt;&lt;P&gt;-129.32,-5.05&lt;/P&gt;&lt;P&gt;-133.55,2.47&lt;/P&gt;&lt;P&gt;-136.9,10.3&lt;/P&gt;&lt;P&gt;-140.45,17.78&lt;/P&gt;&lt;P&gt;-144.75,24.98&lt;/P&gt;&lt;P&gt;-148.6,32.53&lt;/P&gt;&lt;P&gt;-152.02,40.37&lt;/P&gt;&lt;P&gt;-155.85,48.28&lt;/P&gt;&lt;P&gt;-160.8,56.27&lt;/P&gt;&lt;P&gt;-165.75,64.48&lt;/P&gt;&lt;P&gt;-172.62,72.78&lt;/P&gt;&lt;P&gt;171.35,80.83&lt;/P&gt;&lt;P&gt;98.93,85.17&lt;/P&gt;&lt;P&gt;&amp;lt;/coordinates&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LineString&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Placemark&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Document&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/kml&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Google Map View:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GoogleMapView.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/126145_GoogleMapView.png" style="width: 620px; height: 496px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS View:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ArcGISMapView.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/126176_ArcGISMapView.png" style="width: 620px; height: 383px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 17:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688554#M8689</guid>
      <dc:creator>MichaelSibilio</dc:creator>
      <dc:date>2015-09-09T17:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688555#M8690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to fix it in Runtime, but you have coordinates that are 'above' the valid latitude for EPSG::3857 (Web Mercator) and the line is crossing the dateline aka +/-180. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 23:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688555#M8690</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2015-09-09T23:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688556#M8691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just had a play with this in ArcMap.&lt;/P&gt;&lt;P&gt;Arc draws the points in their order, so I just edited your coordinate list. Those last 2 at the beginning. Then I deleted 98.93,85.17 because it is very close to another point. Alos when you construct a line from these points, arc just connects the dots. So the part through SAm looks relatively smooth, but that over northern Russia has only a couple of points. I tried the smoothing functions in the Cartography toolbox, but Bezier or paek smoothing options didn't quite do it. You need a curve fitting algorithm, I know that Ianko's ET Geotools has these.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/126190_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 07:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688556#M8691</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-09-10T07:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688557#M8692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; I am projecting using 3857.&amp;nbsp; Still causing an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688557#M8692</guid>
      <dc:creator>MichaelSibilio</dc:creator>
      <dc:date>2015-09-10T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688558#M8693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will take a look at the order of the coordinate list.&amp;nbsp; The list of coordinates is being generated from another application that I convert into KML.&amp;nbsp; I put them in the order they were received in.&amp;nbsp; I have tried it with coordinates using this small list of points, and using 400 points.&amp;nbsp; I still get the same result.&amp;nbsp; However, when I do it in with just points, it looks great.&amp;nbsp; It's just that strange line that crosses over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688558#M8693</guid>
      <dc:creator>MichaelSibilio</dc:creator>
      <dc:date>2015-09-10T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688559#M8694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thus indicating that there is something wrong with the order of the points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688559#M8694</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-09-10T11:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688560#M8695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe it's the order of the coordinates.&amp;nbsp; If I import it into the 3D Scene View it displays as a complete circle, which it should.&amp;nbsp; I did move the two coordinates at the bottom to the top.&amp;nbsp; If the range was much smaller, it should give me a range circle on the 2D Map.&amp;nbsp; I can post an example of a smaller range circle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 14:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688560#M8695</guid>
      <dc:creator>MichaelSibilio</dc:creator>
      <dc:date>2015-09-10T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688561#M8696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving the 35th and 36th coordinates to the start of the list (and maintaining their order i.e. 35, 36, 1, 2...) gives the following:&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/126756_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks better on a WGS84 basemap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/126757_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note I set the opacity of the basemap to 0.25 to give greater clarity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 09:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688561#M8696</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-09-14T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688562#M8697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input Michael.&amp;nbsp; I'm trying to do this in a c# application using the runtime SDK.&amp;nbsp; I can't seem to get a WGS84 Map like you have on your example.&amp;nbsp; I have reordered the coordinates and added more coordinates to smooth out the line.&amp;nbsp; Any suggestions on how to get a WGS84 Map with an Offline Application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 11:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688562#M8697</guid>
      <dc:creator>MichaelSibilio</dc:creator>
      <dc:date>2015-09-14T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688563#M8698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using one of the older WGS84 basemap services - &lt;A href="https://services.arcgisonline.com/arcgis/rest/services/ESRI_Imagery_World_2D/MapServer" title="https://services.arcgisonline.com/arcgis/rest/services/ESRI_Imagery_World_2D/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;ESRI_Imagery_World_2D (MapServer)&lt;/A&gt;​. Note that: "This map is in Extended Support and is no longer updated. Esri recommends that you use World_Imagery instead"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to use a WGS84 basemap in an offline app then you can either create a basemap tile package directly from your map (&lt;A href="https://desktop.arcgis.com/en/desktop/latest/map/working-with-arcmap/how-to-create-a-tile-package.htm" title="https://desktop.arcgis.com/en/desktop/latest/map/working-with-arcmap/how-to-create-a-tile-package.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;How to create a tile package—Help | ArcGIS for Desktop&lt;/A&gt;) or alternatively publish a service and extract a cache from the service, which is good if you have multiple users who need to generate different areas/scales of cache on-demand (&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS REST API&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I too was doing this in C# outside of the KMLLayer for testing purposes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: blue;"&gt;string&lt;/SPAN&gt; coords = &lt;SPAN style="color: #a31515;"&gt;"171.35,80.83;98.93,85.17;98.63,85.02;43.08,79.07;26.97,70.88;18.8,62.3;13.47,53.5;8.57,44.8;3.58,36.35;-1.63,28.2;-6.93,20.33;-12.12,12.63;-17.17,5.02;-22.63,-2.25;-28.22,-9.43;-34.98,-15.7;-42.67,-21.08;-51.18,-25.62;-60.55,-29.12;-70.7,-31.12;-81.2,-31.18;-91.42,-29.72;-101.02,-26.97;-109.62,-22.85;-117.3,-17.83;-123.9,-11.9;-129.32,-5.05;-133.55,2.47;-136.9,10.3;-140.45,17.78;-144.75,24.98;-148.6,32.53;-152.02,40.37;-155.85,48.28;-160.8,56.27;-165.75,64.48;-172.62,72.78"&lt;/SPAN&gt;;

&lt;SPAN style="color: #2b91af;"&gt;GraphicsOverlay&lt;/SPAN&gt; graphicsOverlay = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;GraphicsOverlay&lt;/SPAN&gt;();

graphicsOverlay.Renderer = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;SimpleRenderer&lt;/SPAN&gt;()
{
Symbol = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;SimpleLineSymbol&lt;/SPAN&gt;()
{
&amp;nbsp; Color = &lt;SPAN style="color: #2b91af;"&gt;Colors&lt;/SPAN&gt;.Red,
Style = &lt;SPAN style="color: #2b91af;"&gt;SimpleLineStyle&lt;/SPAN&gt;.Solid,
Width = 2,
}
};

&lt;SPAN style="color: #2b91af;"&gt;List&lt;/SPAN&gt;&amp;lt;&lt;SPAN style="color: #2b91af;"&gt;MapPoint&lt;/SPAN&gt;&amp;gt; mapPoints = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;List&lt;/SPAN&gt;&amp;lt;&lt;SPAN style="color: #2b91af;"&gt;MapPoint&lt;/SPAN&gt;&amp;gt;();

&lt;SPAN style="color: blue;"&gt;string&lt;/SPAN&gt;[] coordPairs = coords.Split(&lt;SPAN style="color: #a31515;"&gt;';'&lt;/SPAN&gt;);
&lt;SPAN style="color: blue;"&gt;int&lt;/SPAN&gt; counter = 0;
&lt;SPAN style="color: blue;"&gt;foreach&lt;/SPAN&gt; (&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt; coordPair &lt;SPAN style="color: blue;"&gt;in&lt;/SPAN&gt; coordPairs)
{
&lt;SPAN style="color: blue;"&gt;string&lt;/SPAN&gt;[] coord = coordPair.Split(&lt;SPAN style="color: #a31515;"&gt;','&lt;/SPAN&gt;);
&lt;SPAN style="color: #2b91af;"&gt;MapPoint&lt;/SPAN&gt; mapPoint = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;MapPoint&lt;/SPAN&gt;(&lt;SPAN style="color: #2b91af;"&gt;Convert&lt;/SPAN&gt;.ToDouble(coord[0]), &lt;SPAN style="color: #2b91af;"&gt;Convert&lt;/SPAN&gt;.ToDouble(coord[1]), &lt;SPAN style="color: #2b91af;"&gt;SpatialReferences&lt;/SPAN&gt;.Wgs84);
mapPoints.Add(mapPoint);

&lt;SPAN style="color: #2b91af;"&gt;Graphic&lt;/SPAN&gt; graphic = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;Graphic&lt;/SPAN&gt;(mapPoint, &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;TextSymbol&lt;/SPAN&gt;()
{
Text = counter.ToString()
});
graphicsOverlay.Graphics.Add(graphic);
counter++;
}

&lt;SPAN style="color: #2b91af;"&gt;Polyline&lt;/SPAN&gt; polyLine = &lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;Polyline&lt;/SPAN&gt;(mapPoints,&lt;SPAN style="color: #2b91af;"&gt;SpatialReferences&lt;/SPAN&gt;.Wgs84);

graphicsOverlay.Graphics.Add(&lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #2b91af;"&gt;Graphic&lt;/SPAN&gt;(polyLine));

MyMapView.GraphicsOverlays.Add(graphicsOverlay);&lt;/PRE&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:58:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688563#M8698</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-12T04:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importing kml file in google maps vs ArcGIS looks different</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688564#M8699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&amp;nbsp; Looks very similar to the code I'm using.&amp;nbsp; I currently have the same result. Just need to get the correct WGS84 basemap.&amp;nbsp; Since I do not have ArcGIS Desktop installed, is there any way to create a tile package with code?&amp;nbsp; If this isn't possible, I'll have to figure out something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/importing-kml-file-in-google-maps-vs-arcgis-looks/m-p/688564#M8699</guid>
      <dc:creator>MichaelSibilio</dc:creator>
      <dc:date>2015-09-14T13:12:10Z</dc:date>
    </item>
  </channel>
</rss>

