<?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 Added MapPoints receive a coarser coordinate precision than the input in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/added-mappoints-receive-a-coarser-coordinate/m-p/882534#M5716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi everyone,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I have a list of mappoints (a total of 270) with lat and lon values. When I add these points to my map they appear only on a few locations, resulting in about 10 points per location (see capture below), even though they should be all in row with small steps in between. This seems to me like some sort of resolution or precision problem (or even unwanted aggregation?).&amp;nbsp; Does anyone know how I can plot the points on the correct locations? Could it be due to the FeatureLayer?&amp;nbsp; I use the following code to get the points in GIS pro:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P&gt;var mp1 = new MapPointBuilder();&lt;/P&gt;&lt;P&gt;for (int i = 0; i &amp;lt; Longitude.Length; i++)&lt;BR /&gt; {&lt;BR /&gt; mp1 = new MapPointBuilder(Longitude&lt;I&gt;, Latitude&lt;I&gt;, 0, 0);&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;MapPoint mPoint = mp1.ToGeometry();&lt;/P&gt;&lt;P&gt;MapPointBuilder.CreateMapPoint(mPoint, SpatialReferences.WGS84);&lt;BR /&gt; var createFeatures = new EditOperation();&lt;BR /&gt; createFeatures.Create(fLayer, mPoint);&lt;BR /&gt; createFeatures.Execute();&lt;BR /&gt; }&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/412713_imported mappoints.JPG" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 09:05:12 GMT</pubDate>
    <dc:creator>MarijnOosterbaan</dc:creator>
    <dc:date>2018-06-29T09:05:12Z</dc:date>
    <item>
      <title>Added MapPoints receive a coarser coordinate precision than the input</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/added-mappoints-receive-a-coarser-coordinate/m-p/882534#M5716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi everyone,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I have a list of mappoints (a total of 270) with lat and lon values. When I add these points to my map they appear only on a few locations, resulting in about 10 points per location (see capture below), even though they should be all in row with small steps in between. This seems to me like some sort of resolution or precision problem (or even unwanted aggregation?).&amp;nbsp; Does anyone know how I can plot the points on the correct locations? Could it be due to the FeatureLayer?&amp;nbsp; I use the following code to get the points in GIS pro:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P&gt;var mp1 = new MapPointBuilder();&lt;/P&gt;&lt;P&gt;for (int i = 0; i &amp;lt; Longitude.Length; i++)&lt;BR /&gt; {&lt;BR /&gt; mp1 = new MapPointBuilder(Longitude&lt;I&gt;, Latitude&lt;I&gt;, 0, 0);&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;MapPoint mPoint = mp1.ToGeometry();&lt;/P&gt;&lt;P&gt;MapPointBuilder.CreateMapPoint(mPoint, SpatialReferences.WGS84);&lt;BR /&gt; var createFeatures = new EditOperation();&lt;BR /&gt; createFeatures.Create(fLayer, mPoint);&lt;BR /&gt; createFeatures.Execute();&lt;BR /&gt; }&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/412713_imported mappoints.JPG" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/added-mappoints-receive-a-coarser-coordinate/m-p/882534#M5716</guid>
      <dc:creator>MarijnOosterbaan</dc:creator>
      <dc:date>2018-06-29T09:05:12Z</dc:date>
    </item>
  </channel>
</rss>

