<div dir="ltr"><div>Hi Don,<br><br></div>loading <a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Squaw.xhtml">http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Squaw.xhtml</a> x3dom still complains about<br><div><div><br>ERROR: Unknown GEO system: [UTM Z10 N ]<br><br></div><div>This error occurs because in <br><br><a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawCanonical.xml">http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawCanonical.xml</a><br><br></div><div>the GeoLOD nodes such as <br><br> <GeoLOD center="4340965.855617 738223.363583 2183.5" child1Url=""SquawLOD000.x3d" "<a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD000.x3d">http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD000.x3d</a>" "SquawLOD000.wrl" "<a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD000.wrl">http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD000.wrl</a>"" geoSystem=""UTM Z10 N"" range="32266.666016"><br></div><div><br></div><div>give a geoSystem field value of "UTM Z10 N" (a single string) instead of "UTM" "Z10" "N" (multiple strings) . Could this be fixed since now (a basic implementation of) GeoLOD is available in the developer version of x3dom-full.js ?<br><br></div><div>Also, the default GeoViewpoint node could use a<br></div><div><br><span title="GeoLOD is a geographic node"><span class="">centerOfRotation</span>='<span class=""></span></span><span title="GeoLOD is a geographic node"><span class=""><span title="GeoLOD is a geographic node"><span class="">4342525.411173 740603.999947 2001.5</span></span></span>'</span> field for better initial navigation in examine mode.<br><br></div><div>Thanks,<br><br></div><div>Andreas<br></div><div><br><br><br><br></div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 26, 2016 at 5:15 AM, Andreas Plesch <span dir="ltr"><<a href="mailto:andreasplesch@gmail.com" target="_blank">andreasplesch@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"><br>
On Jan 26, 2016 3:37 AM, "Don Brutzman" <<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>> wrote:<br>
><br>
> On 1/25/2016 1:21 PM, Andreas Plesch wrote:<br>
>><br>
>> I just came across the same issue with the Squaw Valley scene.<br>
>><br>
>> The problem is that geoSystem is a MFString but the value of geoSystem in the GeoLOD nodes of <a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Squaw.xhtml" target="_blank">http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Squaw.xhtml</a><br>
>> is given as SFString "UTM Z10 N". It should be ' "UTM" "Z10" "N" ' . The sublevel x3ds are all  correct, in contrast.<br>
><br>
><br>
> yes you are quite correct about that, spec examples are very clear:<br>
><br>
><br>
> 25.2.3 Specifying a spatial reference frame<br>
> <a href="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyingaspatialreference" target="_blank">http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyingaspatialreference</a><br>
><br>
> first geosystem value in Squaw.x3d is correct, but second is incorrect in that scene.  have fixed and checked those in.<br>
></p>
<p dir="ltr">Thanks. I believe all GeoLOD nodes in Squaw.x3d had this issue. Other Geo nodes were OK.</p>
<p dir="ltr"><a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/_pages/page45.html" target="_blank">http://www.web3d.org/x3d/content/examples/Basic/Geospatial/_pages/page45.html</a></p>
<p dir="ltr">sofar still shows "UTM Z10 N" values. Will check again.</p>
<p dir="ltr">>> In my implementation of parsing of the geoSystem field for x3dom, I just ignore values other than "S" and assume the northern hemisphere. Similarly, I ignore all other strings which cannot be mapped to one of the values given in spec .<br>
><br>
><br>
> that sounds like good practice for an implementation.  am hoping we can have a tighter definition in spec and QA tools if appropriate.  networking maxim: "be strict about what you produce, and forgiving about what you receive."<br>
><br>
> i fixed X3D-Edit to add quotes, and added a schematron test to look for mismatched quotes/spaces in geoSystem.  also tuned up the tooltips to note that quoting is expected.<br>
><br>
> so anyway, if "N" isn't found in other uses of UTM but "S" is, then we should probably forbid "N" rather than allowing it.</p>
<p dir="ltr">The "N" is often found as part of the UTM zone designation in UTM coordinates, since it disambiguates from "S". It should be allowed. Assuming the northern hemisphere when not explicitly given is convenient but not necessarily standard practice. One would always expect a S or N appended to the UTM zone number.</p>
<p dir="ltr">Andreas</p>
<p dir="ltr">><br>
>><br>
>>     Date: Sun, 24 Jan 2016 19:27:56 -0800<br>
>>     From: Don Brutzman <<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a> <mailto:<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>>><br>
>>     To: X3D Geospatial Working Group <<a href="mailto:geospatial@web3d.org" target="_blank">geospatial@web3d.org</a> <mailto:<a href="mailto:geospatial@web3d.org" target="_blank">geospatial@web3d.org</a>>><br>
>><br>
>>     Subject: [geospatial] geoSystem UTM value syntax, is N an allowed<br>
>>              parameter?<br>
>>     Message-ID: <<a href="mailto:56A5963C.2070105@nps.edu" target="_blank">56A5963C.2070105@nps.edu</a> <mailto:<a href="mailto:56A5963C.2070105@nps.edu" target="_blank">56A5963C.2070105@nps.edu</a>>><br>
>><br>
>>     Content-Type: text/plain; charset="utf-8"; format=flowed<br>
>><br>
>>     Wondering is the following legal?<br>
>><br>
>>     geoSystem='"UTM Z10 N"'<br>
>><br>
>>     The spec indicates that S (for South) is optional but doesn't mention North.<br>
>><br>
>>     25.2.3 Specifying a spatial reference frame<br>
>>     <a href="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyingaspatialreference" target="_blank">http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyingaspatialreference</a><br>
>><br>
>>     all the best, Don<br>
>>     --<br>
>>     Don Brutzman  Naval Postgraduate School, Code USW/Br <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a> <mailto:<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>><br>
>>     Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA <a href="tel:%2B1.831.656.2149" value="+18316562149" target="_blank">+1.831.656.2149</a> <tel:%2B1.831.656.2149><br>
>><br>
>>     X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" target="_blank">http://faculty.nps.edu/brutzman</a><br>
>><br>
>><br>
>><br>
>>     ------------------------------<br>
>><br>
>>     Subject: Digest Footer<br>
>><br>
>>     _______________________________________________<br>
>>     geospatial mailing list<br>
>>     <a href="mailto:geospatial@web3d.org" target="_blank">geospatial@web3d.org</a> <mailto:<a href="mailto:geospatial@web3d.org" target="_blank">geospatial@web3d.org</a>><br>
>><br>
>>     <a href="http://web3d.org/mailman/listinfo/geospatial_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/geospatial_web3d.org</a><br>
>><br>
>><br>
>>     ------------------------------<br>
>><br>
>>     End of geospatial Digest, Vol 11, Issue 14<br>
>>     ******************************************<br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Andreas Plesch<br>
>> 39 Barbara Rd.<br>
>> Waltham, MA 02453<br>
>><br>
>><br>
>> _______________________________________________<br>
>> geospatial mailing list<br>
>> <a href="mailto:geospatial@web3d.org" target="_blank">geospatial@web3d.org</a><br>
>> <a href="http://web3d.org/mailman/listinfo/geospatial_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/geospatial_web3d.org</a><br>
>><br>
><br>
><br>
> all the best, Don<span class="HOEnZb"><font color="#888888"><br>
> -- <br>
> Don Brutzman  Naval Postgraduate School, Code USW/Br       <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a><br>
> Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   <a href="tel:%2B1.831.656.2149" value="+18316562149" target="_blank">+1.831.656.2149</a><br>
> X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" target="_blank">http://faculty.nps.edu/brutzman</a><br>
</font></span></p>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Andreas Plesch<br>39 Barbara Rd.<br>Waltham, MA 02453</div>
</div>