<div dir="auto">Again, your "N" or north will not pass schema.<div dir="auto"><br></div><div dir="auto">John</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Jul 10, 2017 10:57 AM, "Don Brutzman" <<a href="mailto:brutzman@nps.edu">brutzman@nps.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Issue with geoSystem support for "UTM", example attached.  Troublesome line appears to be<br>
<br>
<GeoOrigin DEF='ORIGIN' geoCoords='4342525.5 740604 0' geoSystem='"UTM" "Z10" "N"' rotateYUp='true'/><br>
<br>
"-geoOrigin":<br>
  { "GeoOrigin":<br>
        {<br>
          "@DEF":"ORIGIN",<br>
          "@geoCoords":[4342525.5,740604<wbr>,0],<br>
          "@geoSystem":["UTM","Z10","N"]<wbr>,<br>
          "@rotateYUp":true<br>
        }<br>
  }<br>
<br>
(perhaps other errors as well, this console error goes on for quite a ways.)  json schema validation excerpt follows:<br>
<br>
<br>
--- BEGIN C:\x3d-code\<a href="http://www.web3d.org" rel="noreferrer" target="_blank">www.web3d.org</a>\x3d\<wbr>content\examples\Basic\Geospat<wbr>ial\Squaw.json---<br>
validation: FAILURE<br>
[ {<br>
  "level" : "error",<br>
  "schema" : {<br>
    "loadingURI" : "file:/C:/x3d-code/<a href="http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json#" rel="noreferrer" target="_blank">www.web3d.o<wbr>rg/specifications/x3d-3.3-JSON<wbr>Schema.json#</a>",<br>
    "pointer" : "/definitions/@geoSystem"<br>
  },<br>
  "instance" : {<br>
    "pointer" : "/X3D/Scene/-children/4/GeoVie<wbr>wpoint/-geoOrigin/GeoOrigin/@<wbr>geoSystem"<br>
  },<br>
  "domain" : "validation",<br>
  "keyword" : "oneOf",<br>
  "message" : "instance failed to match exactly one schema (matched 0 out of 9)",<br>
  "matched" : 0,<br>
  "nrSchemas" : 9,<br>
  "reports" : {<br>
    "/definitions/@geoSystem/oneOf<wbr>/0" : [ {<br>
      "level" : "error",<br>
      "schema" : {<br>
        "loadingURI" : "file:/C:/x3d-code/<a href="http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json#" rel="noreferrer" target="_blank">www.web3d.o<wbr>rg/specifications/x3d-3.3-JSON<wbr>Schema.json#</a>",<br>
        "pointer" : "/definitions/@geoSystem/oneOf<wbr>/0/items/0"<br>
      },<br>
      "instance" : {<br>
        "pointer" : "/X3D/Scene/-children/4/GeoVie<wbr>wpoint/-geoOrigin/GeoOrigin/@<wbr>geoSystem/0"<br>
      },<br>
      "domain" : "validation",<br>
      "keyword" : "enum",<br>
      "message" : "instance value (\"UTM\") not found in enum (possible values: [\"GD\",\"GDC\"])",<br>
      "value" : "UTM",<br>
      "enum" : [ "GD", "GDC" ]<br>
    }, {<br>
      "level" : "error",<br>
      "schema" : {<br>
        "loadingURI" : "file:/C:/x3d-code/<a href="http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json#" rel="noreferrer" target="_blank">www.web3d.o<wbr>rg/specifications/x3d-3.3-JSON<wbr>Schema.json#</a>",<br>
        "pointer" : "/definitions/@geoSystem/oneOf<wbr>/0/items/1"<br>
      },<br>
      "instance" : {<br>
        "pointer" : "/X3D/Scene/-children/4/GeoVie<wbr>wpoint/-geoOrigin/GeoOrigin/@<wbr>geoSystem/1"<br>
      },<br>
      "domain" : "validation",<br>
      "keyword" : "enum",<br>
      "message" : "instance value (\"Z10\") not found in enum (possible values: [\"WGS84\"])",<br>
      "value" : "Z10",<br>
      "enum" : [ "WGS84" ]<br>
    }, {<br>
      "level" : "error",<br>
      "schema" : {<br>
        "loadingURI" : "file:/C:/x3d-code/<a href="http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json#" rel="noreferrer" target="_blank">www.web3d.o<wbr>rg/specifications/x3d-3.3-JSON<wbr>Schema.json#</a>",<br>
        "pointer" : "/definitions/@geoSystem/oneOf<wbr>/0/additionalItems"<br>
      },<br>
      "instance" : {<br>
        "pointer" : "/X3D/Scene/-children/4/GeoVie<wbr>wpoint/-geoOrigin/GeoOrigin/@<wbr>geoSystem/2"<br>
      },<br>
      "domain" : "validation",<br>
      "keyword" : "enum",<br>
      "message" : "instance value (\"N\") not found in enum (possible values: [\"AM\",\"AN\",\"BN\",\"BR\",\<wbr>"CC\",\"CD\",\"EA\",\"EB\",\"E<wbr>C\",\"ED\",\"EE\",\"EF\",\"FA\<wbr>",\"HE\",\"HO\",\"ID\",\"IN\",<wbr>\"KA\",\"RF\",\"SA\",\"WD\",\"<wbr>WE\"])",<br>
      "value" : "N",<br>
      "enum" : [ "AM", "AN", "BN", "BR", "CC", "CD", "EA", "EB", "EC", "ED", "EE", "EF", "FA", "HE", "HO", "ID", "IN", "KA", "RF", "SA", "WD", "WE" ]<br>
    } ],<br>
<br>
etc.<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><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" rel="noreferrer" target="_blank">http://faculty.nps.edu/brutzma<wbr>n</a><br>
</blockquote></div></div>