<?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: World Coordinate object issue in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279543#M4939</link>
    <description>&lt;BLOCKQUOTE&gt;strangeday wrote:&lt;BR /&gt; do you think there may be a way to overcome this problem??&lt;/BLOCKQUOTE&gt;

Unfortunately this object doesn't have this option.&lt;BR /&gt;
Your alternative is to edit it and change some code.&lt;BR /&gt;
If you are confident with GDL code, the workflow is:&lt;BR /&gt;
1. Find in your AC24 Library a Macro called "coordinateDim_m";&lt;BR /&gt;
2. Open it and go to the 2D script and replace:&lt;BR /&gt;
This 2 lines:
&lt;PRE&gt;	text_x_coor = LONG_LETTER + " " + STR(LONG_DEGREE,1,0) + "° " + STR(LONG_MINUTE,1,0) + "' " + STR(LONG_SECOND,3,2) + "''"
	text_y_coor = LAT_LETTER  + " " + STR(LAT_DEGREE, 1,0) + "° " + STR(LAT_MINUTE, 1,0) + "' " + STR(LAT_SECOND, 3,2) + "''"&lt;/PRE&gt;
With:
&lt;PRE&gt;	text_x_coor = LONG_LETTER + " " + STR(LONG_DEGREE,1,0) + "° " + STR(LONG_MINUTE,1,0) + "' " + STR(LONG_SECOND,5,4) + "''"
	text_y_coor = LAT_LETTER  + " " + STR(LAT_DEGREE, 1,0) + "° " + STR(LAT_MINUTE, 1,0) + "' " + STR(LAT_SECOND, 5,4) + "''"&lt;/PRE&gt;
I think this will do the trick.&lt;BR /&gt;
Cheers,</description>
    <pubDate>Sat, 12 Sep 2020 18:53:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-12T18:53:06Z</dc:date>
    <item>
      <title>World Coordinate object issue</title>
      <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279542#M4938</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello everyone, using the world coordinate object I'm encountering a little problem(or limitation of the object itself), I'm unable to show more than 2 decimal after seconds(even if I set 4 decimal in project origin), I try to change working unit and tollerance, but nothing changes, do you think there may be a way to overcome this problem??&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;ps. added a screenshot to be more explicative&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:43:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279542#M4938</guid>
      <dc:creator>strangeday</dc:creator>
      <dc:date>2022-09-26T20:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate object issue</title>
      <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279543#M4939</link>
      <description>&lt;BLOCKQUOTE&gt;strangeday wrote:&lt;BR /&gt; do you think there may be a way to overcome this problem??&lt;/BLOCKQUOTE&gt;

Unfortunately this object doesn't have this option.&lt;BR /&gt;
Your alternative is to edit it and change some code.&lt;BR /&gt;
If you are confident with GDL code, the workflow is:&lt;BR /&gt;
1. Find in your AC24 Library a Macro called "coordinateDim_m";&lt;BR /&gt;
2. Open it and go to the 2D script and replace:&lt;BR /&gt;
This 2 lines:
&lt;PRE&gt;	text_x_coor = LONG_LETTER + " " + STR(LONG_DEGREE,1,0) + "° " + STR(LONG_MINUTE,1,0) + "' " + STR(LONG_SECOND,3,2) + "''"
	text_y_coor = LAT_LETTER  + " " + STR(LAT_DEGREE, 1,0) + "° " + STR(LAT_MINUTE, 1,0) + "' " + STR(LAT_SECOND, 3,2) + "''"&lt;/PRE&gt;
With:
&lt;PRE&gt;	text_x_coor = LONG_LETTER + " " + STR(LONG_DEGREE,1,0) + "° " + STR(LONG_MINUTE,1,0) + "' " + STR(LONG_SECOND,5,4) + "''"
	text_y_coor = LAT_LETTER  + " " + STR(LAT_DEGREE, 1,0) + "° " + STR(LAT_MINUTE, 1,0) + "' " + STR(LAT_SECOND, 5,4) + "''"&lt;/PRE&gt;
I think this will do the trick.&lt;BR /&gt;
Cheers,</description>
      <pubDate>Sat, 12 Sep 2020 18:53:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279543#M4939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-12T18:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate object issue</title>
      <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279544#M4940</link>
      <description>Hello Mr. Braza..... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt;  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; ......I have no words to thank you!!!...your suggestion saved me a lot of time!&lt;BR /&gt;
&lt;BR /&gt;
Thank you again&lt;BR /&gt;
Francesco</description>
      <pubDate>Sun, 13 Sep 2020 06:35:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279544#M4940</guid>
      <dc:creator>strangeday</dc:creator>
      <dc:date>2020-09-13T06:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate object issue</title>
      <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279545#M4941</link>
      <description>You are welcome Francesco.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Cheers,</description>
      <pubDate>Mon, 14 Sep 2020 09:12:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279545#M4941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-14T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate object issue</title>
      <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279546#M4942</link>
      <description>Helle Brazza&lt;BR /&gt;
&lt;BR /&gt;
I follow your instruction.&lt;BR /&gt;
I could find the Macro and replace the GDL code.&lt;BR /&gt;
&lt;BR /&gt;

&lt;LIST&gt;&lt;S&gt;[list=]&lt;/S&gt;&lt;LI&gt;&lt;/LI&gt;

&lt;BR /&gt;
BUT it´s still a problem. I don't have the right to save the change.The Macro is just "read only"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;

&lt;LIST&gt;&lt;S&gt;[list=]&lt;/S&gt;&lt;LI&gt;&lt;/LI&gt;

For your information  is the library on a bimcloud basic. &lt;BR /&gt;
How is the procedure to unlock this macro?&lt;BR /&gt;
&lt;BR /&gt;
Best Regard &lt;BR /&gt;
&lt;BR /&gt;
Gwen&lt;/LIST&gt;&lt;/LIST&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:01:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279546#M4942</guid>
      <dc:creator>Anarchiteckt</dc:creator>
      <dc:date>2020-09-24T13:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate object issue</title>
      <link>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279547#M4943</link>
      <description>Hi Gwen,&lt;BR /&gt;
It looks like your library is compacted in a .lcf file.  If it is the case, then you will have to extract all the content of the library to a dedicated folder and finally get access and edit the "coordinateDim_m" macro.&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Thu, 24 Sep 2020 14:27:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/World-Coordinate-object-issue/m-p/279547#M4943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-24T14:27:24Z</dc:date>
    </item>
  </channel>
</rss>

