<?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: Solve projection differences between ArcMap and ArcPad automatically via VBS? in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374649#M2710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My idea is to rewrite the &lt;STRONG style="font-style: italic;"&gt;PRJ&lt;/STRONG&gt; file automatically before its shape get loaded. &lt;STRONG&gt;Or is there a better way to avoid these project conflict?&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because it got my nerves to correct the projection manually, I finally found a way to do it automatically. There for I put a little batch file together which excuse the following command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;fart.exe -r -- *.prj "Transverse_Mercator" "Grauss_Kruger"&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code use the text command line utility "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://fart-it.sourceforge.net/" rel="nofollow" target="_blank"&gt;FART&lt;/A&gt;&lt;SPAN&gt;". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valentin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 07:45:45 GMT</pubDate>
    <dc:creator>ValentinWittich</dc:creator>
    <dc:date>2013-09-20T07:45:45Z</dc:date>
    <item>
      <title>Solve projection differences between ArcMap and ArcPad automatically via VBS?</title>
      <link>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374648#M2709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;since &lt;/SPAN&gt;&lt;STRONG&gt;ArcMap 10.1&lt;/STRONG&gt;&lt;SPAN&gt; I have an issue with projection differences when I create a &lt;/SPAN&gt;&lt;STRONG&gt;ArcPad 10&lt;/STRONG&gt;&lt;SPAN&gt; Project with the &lt;/SPAN&gt;&lt;STRONG&gt;ArcPad Data Manager&lt;/STRONG&gt;&lt;SPAN&gt;. In my example its about the German Projection &lt;/SPAN&gt;&lt;STRONG&gt;DHDN_3_Degree_Gauss_Zone_3&lt;/STRONG&gt;&lt;SPAN&gt;. The only difference is that in ArcMap the name of the projection is &lt;/SPAN&gt;&lt;STRONG&gt;Transverse_Mercator&lt;/STRONG&gt;&lt;SPAN&gt; and ArcPad need it with the projection name &lt;/SPAN&gt;&lt;STRONG&gt;Gauss_Kruger&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG height="287" src="https://community.esri.com/projection_prob.jpg" style="width: 100%;" width="100%" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can change that easy manually after I created a project, but its annoying, especially when you forget about it and open the project on the field device and it doesn't show the shape. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My idea is to rewrite the &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;PRJ&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; file automatically before its shape get loaded. &lt;/SPAN&gt;&lt;STRONG&gt;Or is there a better way to avoid these project conflict?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valentin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 11:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374648#M2709</guid>
      <dc:creator>ValentinWittich</dc:creator>
      <dc:date>2013-05-16T11:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Solve projection differences between ArcMap and ArcPad automatically via VBS?</title>
      <link>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374649#M2710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My idea is to rewrite the &lt;STRONG style="font-style: italic;"&gt;PRJ&lt;/STRONG&gt; file automatically before its shape get loaded. &lt;STRONG&gt;Or is there a better way to avoid these project conflict?&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because it got my nerves to correct the projection manually, I finally found a way to do it automatically. There for I put a little batch file together which excuse the following command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;fart.exe -r -- *.prj "Transverse_Mercator" "Grauss_Kruger"&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code use the text command line utility "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://fart-it.sourceforge.net/" rel="nofollow" target="_blank"&gt;FART&lt;/A&gt;&lt;SPAN&gt;". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valentin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 07:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374649#M2710</guid>
      <dc:creator>ValentinWittich</dc:creator>
      <dc:date>2013-09-20T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Solve projection differences between ArcMap and ArcPad automatically via VBS?</title>
      <link>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374650#M2711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just found a typo... Gauss without R please!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;fart.exe -r -- *.prj "Transverse_Mercator" "Gauss_Kruger"&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/solve-projection-differences-between-arcmap-and/m-p/374650#M2711</guid>
      <dc:creator>ValentinWittich</dc:creator>
      <dc:date>2014-02-14T13:36:47Z</dc:date>
    </item>
  </channel>
</rss>

