<div dir="ltr"><div>Here is the relevant spec. section:</div><div><br></div><a href="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyingaspatialreference">http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyingaspatialreference</a><div><br></div><div> "@geoSystem":["UTM","Z10","N"] is the field and field value in question.<br></div><div><br></div><div>Perhaps the json validator is getting confused by the "N" value in the array. I believe it is currently not allowed and I remember a discussion about it.</div><div><br></div><div>(Outside of X3D geospatial) the standard form to refer to a UTM zone includes the hemisphere letter: NAD27 / UTM zone 10N</div><div><br></div><div>So I believe specifying "N" should be allowed but would have the same effect as not specifying it since by default the northern hemisphere is assumed.</div><div><br></div><div>-Andreas</div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 8, 2017 at 12:06 AM,  <span dir="ltr"><<a href="mailto:x3d-public-request@web3d.org" target="_blank">x3d-public-request@web3d.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send x3d-public mailing list submissions to<br>
        <a href="mailto:x3d-public@web3d.org">x3d-public@web3d.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" rel="noreferrer" target="_blank">http://web3d.org/mailman/<wbr>listinfo/x3d-public_web3d.org</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:x3d-public-request@web3d.org">x3d-public-request@web3d.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:x3d-public-owner@web3d.org">x3d-public-owner@web3d.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of x3d-public digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. JSON schema validation errors, X3D geospatial component<br>
      (Don Brutzman)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Sun, 7 May 2017 21:04:26 -0700<br>
From: Don Brutzman <<a href="mailto:brutzman@nps.edu">brutzman@nps.edu</a>><br>
To: Roy Walmsley <<a href="mailto:roy.walmsley@ntlworld.com">roy.walmsley@ntlworld.com</a>>, John Carlson<br>
        <<a href="mailto:yottzumm@gmail.com">yottzumm@gmail.com</a>><br>
Cc: X3D Graphics public mailing list <<a href="mailto:x3d-public@web3d.org">x3d-public@web3d.org</a>><br>
Subject: [x3d-public] JSON schema validation errors, X3D geospatial<br>
        component<br>
Message-ID: <<a href="mailto:f6a89388-6b38-0120-9e41-7924484a45a9@nps.edu">f6a89388-6b38-0120-9e41-<wbr>7924484a45a9@nps.edu</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Now that content is becoming better formed, there are more validation errors.  Progress of sorts...<br>
<br>
Am thinking that many of the errors in the following are incorrect.  The scene is X3D v3.1 but most issues are common to X3D v3.3 as well.  Can you please check and fix, or identify ambiguities/errors?  TIA.<br>
<br>
C:\x3d-code\<a href="http://www.web3d.org" rel="noreferrer" target="_blank">www.web3d.org</a>\x3d\<wbr>content\examples\Basic/<wbr>Geospatial//SquawLOD028.json validation checking with json-schema-validator<br>
--- BEGIN C:\x3d-code\<a href="http://www.web3d.org" rel="noreferrer" target="_blank">www.web3d.org</a>\x3d\<wbr>content\examples\Basic\<wbr>Geospatial\SquawLOD028.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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
     "pointer" : "/definitions/@geoSystem"<br>
   },<br>
   "instance" : {<br>
     "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem"<br>
   },<br>
   "domain" : "validation",<br>
   "keyword" : "oneOf",<br>
   "message" : "instance failed to match exactly one schema (matched 0 out of 3)",<br>
   "matched" : 0,<br>
   "nrSchemas" : 3,<br>
   "reports" : {<br>
     "/definitions/@geoSystem/<wbr>oneOf/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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/items/0"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/items/1"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem/1"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"Z10\") not found in enum (possible values: [\"AM\",\"AN\",\"BN\",\"BR\",\<wbr>"CC\",\"CD\",\"EA\",\"EB\",\"<wbr>EC\",\"ED\",\"EE\",\"EF\",\"<wbr>FA\",\"HE\",\"HO\",\"ID\",\"<wbr>IN\",\"KA\",\"RF\",\"SA\",\"<wbr>WD\",\"WE\"])",<br>
       "value" : "Z10",<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>
       "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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/additionalItems"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem/2"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"N\") not found in enum (possible values: [\"WGS84\"])",<br>
       "value" : "N",<br>
       "enum" : [ "WGS84" ]<br>
     } ],<br>
     "/definitions/@geoSystem/<wbr>oneOf/1" : [ {<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/1/items/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem/2"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"N\") not found in enum (possible values: [\"S\"])",<br>
       "value" : "N",<br>
       "enum" : [ "S" ]<br>
     } ],<br>
     "/definitions/@geoSystem/<wbr>oneOf/2" : [ {<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "additionalItems",<br>
       "message" : "schema only allows 1 elements in array but instance has 3 elements",<br>
       "allowed" : 1,<br>
       "found" : 3<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "maxItems",<br>
       "message" : "array is too long: must have at most 1 elements but instance has 3 elements",<br>
       "maxItems" : 1,<br>
       "found" : 3<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2/items/0"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-children/0/Shape/-<wbr>geometry/GeoElevationGrid/@<wbr>geoSystem/0"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"UTM\") not found in enum (possible values: [\"GC\",\"GCC\"])",<br>
       "value" : "UTM",<br>
       "enum" : [ "GC", "GCC" ]<br>
     } ]<br>
   }<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
     "pointer" : "/definitions/@geoSystem"<br>
   },<br>
   "instance" : {<br>
     "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem"<br>
   },<br>
   "domain" : "validation",<br>
   "keyword" : "oneOf",<br>
   "message" : "instance failed to match exactly one schema (matched 0 out of 3)",<br>
   "matched" : 0,<br>
   "nrSchemas" : 3,<br>
   "reports" : {<br>
     "/definitions/@geoSystem/<wbr>oneOf/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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/items/0"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/items/1"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem/1"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"Z10\") not found in enum (possible values: [\"AM\",\"AN\",\"BN\",\"BR\",\<wbr>"CC\",\"CD\",\"EA\",\"EB\",\"<wbr>EC\",\"ED\",\"EE\",\"EF\",\"<wbr>FA\",\"HE\",\"HO\",\"ID\",\"<wbr>IN\",\"KA\",\"RF\",\"SA\",\"<wbr>WD\",\"WE\"])",<br>
       "value" : "Z10",<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>
       "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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/additionalItems"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem/2"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"N\") not found in enum (possible values: [\"WGS84\"])",<br>
       "value" : "N",<br>
       "enum" : [ "WGS84" ]<br>
     } ],<br>
     "/definitions/@geoSystem/<wbr>oneOf/1" : [ {<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/1/items/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem/2"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"N\") not found in enum (possible values: [\"S\"])",<br>
       "value" : "N",<br>
       "enum" : [ "S" ]<br>
     } ],<br>
     "/definitions/@geoSystem/<wbr>oneOf/2" : [ {<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "additionalItems",<br>
       "message" : "schema only allows 1 elements in array but instance has 3 elements",<br>
       "allowed" : 1,<br>
       "found" : 3<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "maxItems",<br>
       "message" : "array is too long: must have at most 1 elements but instance has 3 elements",<br>
       "maxItems" : 1,<br>
       "found" : 3<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2/items/0"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/-geoOrigin/GeoOrigin/@<wbr>geoSystem/0"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"UTM\") not found in enum (possible values: [\"GC\",\"GCC\"])",<br>
       "value" : "UTM",<br>
       "enum" : [ "GC", "GCC" ]<br>
     } ]<br>
   }<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
     "pointer" : "/definitions/@geoSystem"<br>
   },<br>
   "instance" : {<br>
     "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem"<br>
   },<br>
   "domain" : "validation",<br>
   "keyword" : "oneOf",<br>
   "message" : "instance failed to match exactly one schema (matched 0 out of 3)",<br>
   "matched" : 0,<br>
   "nrSchemas" : 3,<br>
   "reports" : {<br>
     "/definitions/@geoSystem/<wbr>oneOf/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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/items/0"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/items/1"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem/1"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"Z10\") not found in enum (possible values: [\"AM\",\"AN\",\"BN\",\"BR\",\<wbr>"CC\",\"CD\",\"EA\",\"EB\",\"<wbr>EC\",\"ED\",\"EE\",\"EF\",\"<wbr>FA\",\"HE\",\"HO\",\"ID\",\"<wbr>IN\",\"KA\",\"RF\",\"SA\",\"<wbr>WD\",\"WE\"])",<br>
       "value" : "Z10",<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>
       "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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/0/additionalItems"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem/2"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"N\") not found in enum (possible values: [\"WGS84\"])",<br>
       "value" : "N",<br>
       "enum" : [ "WGS84" ]<br>
     } ],<br>
     "/definitions/@geoSystem/<wbr>oneOf/1" : [ {<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/1/items/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem/2"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"N\") not found in enum (possible values: [\"S\"])",<br>
       "value" : "N",<br>
       "enum" : [ "S" ]<br>
     } ],<br>
     "/definitions/@geoSystem/<wbr>oneOf/2" : [ {<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "additionalItems",<br>
       "message" : "schema only allows 1 elements in array but instance has 3 elements",<br>
       "allowed" : 1,<br>
       "found" : 3<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "maxItems",<br>
       "message" : "array is too long: must have at most 1 elements but instance has 3 elements",<br>
       "maxItems" : 1,<br>
       "found" : 3<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.<wbr>org/specifications/x3d-3.3-<wbr>JSONSchema.json#</a>",<br>
         "pointer" : "/definitions/@geoSystem/<wbr>oneOf/2/items/0"<br>
       },<br>
       "instance" : {<br>
         "pointer" : "/X3D/Scene/-children/0/<wbr>GeoLOD/@geoSystem/0"<br>
       },<br>
       "domain" : "validation",<br>
       "keyword" : "enum",<br>
       "message" : "instance value (\"UTM\") not found in enum (possible values: [\"GC\",\"GCC\"])",<br>
       "value" : "UTM",<br>
       "enum" : [ "GC", "GCC" ]<br>
     } ]<br>
   }<br>
} ]<br>
--- END C:\x3d-code\<a href="http://www.web3d.org" rel="noreferrer" target="_blank">www.web3d.org</a>\x3d\<wbr>content\examples\Basic\<wbr>Geospatial\SquawLOD028.json---<br>
<br>
all the best, Don<br>
--<br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       <a href="mailto:brutzman@nps.edu">brutzman@nps.edu</a><br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   <a href="tel:%2B1.831.656.2149" value="+18316562149">+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/<wbr>brutzman</a><br>
-------------- next part --------------<br>
{ "X3D": {<br>
    "encoding":"UTF-8",<br>
    "@profile":"Immersive",<br>
    "@version":"3.0",<br>
    "@xsd:<wbr>noNamespaceSchemaLocation":"<a href="http://www.web3d.org/specifications/x3d-3.0.xsd" rel="noreferrer" target="_blank">ht<wbr>tp://www.web3d.org/<wbr>specifications/x3d-3.0.xsd</a>",<br>
    "JSON schema":"<a href="http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json" rel="noreferrer" target="_blank">http://www.web3d.org/<wbr>specifications/x3d-3.3-<wbr>JSONSchema.json</a>",<br>
    "head": {<br>
        "component": [<br>
          {<br>
            "@name":"Geospatial",<br>
            "@level":1<br>
          }<br>
        ],<br>
        "meta": [<br>
          {<br>
            "@name":"title",<br>
            "@content":"SquawLOD028.x3d"<br>
          },<br>
          {<br>
            "@name":"description",<br>
            "@content":"ESRI GeoVRML export subscene of Squaw Valley California USA."<br>
          },<br>
          {<br>
            "@name":"creator",<br>
            "@content":"Salvador Bayarri, ESRI"<br>
          },<br>
          {<br>
            "@name":"translator",<br>
            "@content":"Don Brutzman"<br>
          },<br>
          {<br>
            "@name":"translated",<br>
            "@content":"22 April 2003"<br>
          },<br>
          {<br>
            "@name":"modified",<br>
            "@content":"24 January 2016"<br>
          },<br>
          {<br>
            "@name":"reference",<br>
            "@content":"<a href="http://www.geovrml.org/examples" rel="noreferrer" target="_blank">http://www.<wbr>geovrml.org/examples</a>"<br>
          },<br>
          {<br>
            "@name":"subject",<br>
            "@content":"X3D geospatial example"<br>
          },<br>
          {<br>
            "@name":"identifier",<br>
            "@content":"<a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.x3d" rel="noreferrer" target="_blank">http://www.web3d.<wbr>org/x3d/content/examples/<wbr>Basic/Geospatial/SquawLOD028.<wbr>x3d</a>"<br>
          },<br>
          {<br>
            "@name":"generator",<br>
            "@content":"Vrml97ToX3dNist, <a href="http://ovrt.nist.gov/v2_x3d.html" rel="noreferrer" target="_blank">http://ovrt.nist.gov/v2_x3d.<wbr>html</a>"<br>
          },<br>
          {<br>
            "@name":"generator",<br>
            "@content":"X3D-Edit 3.3, <a href="https://savage.nps.edu/X3D-Edit" rel="noreferrer" target="_blank">https://savage.nps.edu/X3D-<wbr>Edit</a>"<br>
          },<br>
          {<br>
            "@name":"license",<br>
            "@content":"../license.html"<br>
          },<br>
          {<br>
            "@name":"translated",<br>
            "@content":"07 May 2017"<br>
          },<br>
          {<br>
            "@name":"generator",<br>
            "@content":"X3dToJson.xslt, <a href="http://www.web3d.org/x3d/stylesheets/X3dToJson.html" rel="noreferrer" target="_blank">http://www.web3d.org/x3d/<wbr>stylesheets/X3dToJson.html</a>"<br>
          },<br>
          {<br>
            "@name":"reference",<br>
            "@content":"X3D JSON encoding: <a href="http://www.web3d.org/wiki/index.php/X3D_JSON_Encoding" rel="noreferrer" target="_blank">http://www.web3d.org/wiki/<wbr>index.php/X3D_JSON_Encoding</a>"<br>
          }<br>
        ]<br>
    },<br>
    "Scene": {<br>
        "-children":[<br>
          { "GeoLOD":<br>
            {<br>
              "@center":[4344113.536173,<wbr>743014.624947,2137.5],<br>
              "@child1Url":["SquawLOD029.<wbr>x3d","<a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD029.x3d" rel="noreferrer" target="_blank">http://www.web3d.org/<wbr>x3d/content/examples/Basic/<wbr>Geospatial/SquawLOD029.x3d</a>"],<br>
              "@geoSystem":["UTM","Z10","N"]<wbr>,<br>
              "@range":16133.333,<br>
              "-geoOrigin":<br>
                { "GeoOrigin":<br>
                  {<br>
                    "@DEF":"ORIGIN",<br>
                    "@geoCoords":[4342525.5,<wbr>740604,0],<br>
                    "@geoSystem":["UTM","Z10","N"]<wbr>,<br>
                    "@rotateYUp":true<br>
                  }<br>
                },<br>
              "-children":[<br>
                { "Shape":<br>
                  {<br>
                    "-appearance":<br>
                      { "Appearance":<br>
                        {<br>
                          "-material":<br>
                            { "Material":<br>
                              {<br>
                                "@ambientIntensity":0.9,<br>
                                "@diffuseColor":[1.0,1.0,1.0],<br>
                                "@shininess":1.0<br>
                              }<br>
                            },<br>
                          "-texture":<br>
                            { "ImageTexture":<br>
                              {<br>
                                "@url":["images/squaw014.jpg",<wbr>"<a href="http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw014.jpg" rel="noreferrer" target="_blank">http://www.web3d.org/x3d/<wbr>content/examples/Basic/<wbr>Geospatial/images/squaw014.jpg</a><wbr>"]<br>
                              }<br>
                            }<br>
                        }<br>
                      },<br>
                    "-geometry":<br>
                      { "GeoElevationGrid":<br>
                        {<br>
                          "@ccw":false,<br>
                          "@creaseAngle":0.5,<br>
                          "@geoGridOrigin":[4343332.<wbr>077840,742430.999947,0],<br>
                          "@geoSystem":["UTM","Z10","N"]<wbr>,<br>
                          "@height":[2000.4667,2023.<wbr>6138,2044.4554,2061.8062,2073.<wbr>1296,2085.85,2089.8235,2091.<wbr>4106,2092.104,2098.7234,2112.<wbr>1528,2126.0732,2139.325,2153.<wbr>965,2165.0015,2180.88,2194.<wbr>4504,2207.5962,2220.1724,2225.<wbr>0242,2229.0198,2227.8918,2219.<wbr>9226,2215.9934,2213.9868,1987.<wbr>2188,2009.7742,2027.9541,2046.<wbr>294,2056.8052,2065.048,2070.<wbr>0693,2073.0889,2081.0305,2094.<wbr>5107,2108.023,2118.946,2133.<wbr>7124,2147.7268,2161.6472,2175.<wbr>316,2187.7134,2205.5024,2220.<wbr>1724,2227.1458,2231.0825,2225.<wbr>7207,2218.0,2215.87,2214.0938,<wbr>1974.6819,1994.0547,2014.7297,<wbr>2030.5912,2043.3982,2046.9125,<wbr>2051.342,2059.8684,2071.8154,<wbr>2085.149,2097.6504,2108.934,<wbr>2121.505,2133.7783,2147.6414,<wbr>2161.5781,2178.7961,2197.49,<wbr>2215.571,2227.241,2230.8809,<wbr>2222.9019,2217.9338,2216.0613,<wbr>2217.059,1972.1486,1994.4818,<wbr>2010.1827,2021.1152,2032.0135,<wbr>2038.4681,2043.4292,2054.3425,<wbr>2066.2874,2076.787,2085.72,<wbr>2097.6426,2108.6301,2121.89,<wbr>2136.1062,2150.9827,2170.6326,<wbr>2187.528,2205.468,2221.4094,<wbr>2226.9543,2219.0244,2219.228,<wbr>2224.073,2223.0354,1986.3656,<wbr>1998.2207,2007.1925,2015.144,<wbr>2021.0104,2030.573,2042.9193,<wbr>2056.8906,2063.8582,2071.4106,<wbr>2080.7686,2094.0627,2110.9763,<wbr>2126.8965,2139.8215,2150.7449,<wbr>2164.6758,2181.9812,2203.5063,<wbr>2218.2915,2226.109,2229.0823,<wbr>2234.0454,2235.9788,2232.9658,<wbr>1997.5646,2004.2003,2012.1205,<wbr>2023.5933,2033.3627,2043.4148,<wbr>2060.3354,2071.792,2077.7192,<wbr>2083.2754,2085.8818,2097.0732,<wbr>2115.31,2129.6096,2143.7896,<wbr>2154.4583,2168.8457,2188.9124,<wbr>2212.5986,2224.2012,2230.0742,<wbr>2236.1362,2242.021,2245.9548,<wbr>2239.941,2014.9806,2010.8403,<wbr>2019.0804,2036.5496,2047.3037,<wbr>2055.8352,2070.311,2082.7678,<wbr>2090.2776,2096.1711,2096.791,<wbr>2096.6643,2113.4048,2128.9143,<wbr>2143.1707,2156.4438,2172.883,<wbr>2195.8499,2220.6753,2233.0542,<wbr>2237.969,2244.9404,2251.0474,<wbr>2254.8403,2250.7217,2033.1417,<wbr>2028.613,2032.3208,2048.3655,<wbr>2061.3762,2066.2876,2073.4707,<wbr>2090.2236,2100.6453,2106.7034,<wbr>2109.111,2109.6973,2113.8792,<wbr>2126.0288,2138.9492,2154.8699,<wbr>2174.0156,2195.1084,2219.784,<wbr>2234.275,2242.0183,2249.9783,<wbr>2256.893,2259.8855,2253.972,<wbr>2047.3014,2047.0255,2048.552,<wbr>2058.3464,2067.9373,2076.6577,<wbr>2086.1155,2097.242,2110.2878,<wbr>2117.112,2123.0283,2125.552,<wbr>2125.552,2128.7925,2139.6855,<wbr>2153.3542,2170.1262,2191.795,<wbr>2214.7146,2234.4373,2247.089,<wbr>2255.808,2260.917,2265.8845,<wbr>2260.6616,2059.232,2057.2546,<wbr>2061.7417,2065.3857,2071.9866,<wbr>2083.8494,2093.7964,2103.2664,<wbr>2114.2312,2126.4534,2135.016,<wbr>2138.9238,2140.7183,2138.448,<wbr>2143.3726,2157.5713,2175.717,<wbr>2194.611,2215.8613,2238.399,<wbr>2254.8923,2261.9087,2265.8823,<wbr>2270.0325,2267.9844,2068.3157,<wbr>2066.48,2070.1587,2073.2263,<wbr>2076.2246,2085.5168,2095.3635,<wbr>2106.2898,2116.6558,2132.1033,<wbr>2141.5498,2149.9202,2152.085,<wbr>2149.4958,2155.8408,2167.6836,<wbr>2179.1116,2196.795,2216.689,<wbr>2240.7288,2260.4248,2269.7812,<wbr>2272.6287,2275.7812,2273.5493,<wbr>2079.8396,2076.7747,2077.1917,<wbr>2080.1719,2082.6309,2086.5168,<wbr>2095.6145,2106.9275,2117.8745,<wbr>2133.2322,2145.8992,2159.1042,<wbr>2160.4153,2157.4932,2167.1448,<wbr>2184.931,2197.2402,2207.836,<wbr>2222.5466,2241.3665,2263.3577,<wbr>2273.9321,2279.8127,2282.7466,<wbr>2282.4832,2093.0237,2086.089,<wbr>2082.54,2085.4055,2087.3867,<wbr>2089.8608,2094.6316,2105.061,<wbr>2117.7124,2133.0625,2150.1382,<wbr>2161.2546,2165.9475,2170.0332,<wbr>2178.7722,2200.106,2218.8113,<wbr>2226.014,2241.6025,2255.1387,<wbr>2267.4932,2280.6091,2287.4897,<wbr>2290.4634,2291.4104,2095.9229,<wbr>2085.7002,2079.6458,2082.2156,<wbr>2083.8213,2083.6458,2092.2903,<wbr>2106.2415,2122.9888,2139.1875,<wbr>2155.4128,2164.3926,2172.0083,<wbr>2179.2866,2200.1443,2223.8044,<wbr>2238.159,2244.499,2257.3757,<wbr>2269.7915,2284.3083,2294.1868,<wbr>2301.8408,2308.0312,2305.9958,<wbr>2085.4153,2077.247,2066.69,<wbr>2068.2766,2066.2363,2073.908,<wbr>2091.961,2108.3914,2126.3118,<wbr>2140.8215,2153.7307,2160.8433,<wbr>2169.3777,2179.272,2198.186,<wbr>2223.5835,2249.4033,2261.6821,<wbr>2272.3823,2282.913,2296.8384,<wbr>2315.192,2327.5627,2329.8428,<wbr>2323.1768,2069.0618,2069.0796,<wbr>2054.8376,2049.4006,2052.3806,<wbr>2068.5837,2090.6514,2106.7837,<wbr>2124.704,2138.6245,2146.7847,<wbr>2148.535,2155.3171,2167.514,<wbr>2184.29,2206.283,2232.0093,<wbr>2256.485,2280.5168,2295.2915,<wbr>2307.573,2330.8926,2352.2815,<wbr>2351.351,2338.7964,2047.8093,<wbr>2048.9246,2043.8574,2035.7504,<wbr>2050.4346,2069.5837,2088.1787,<wbr>2103.8184,2118.7388,2128.1191,<wbr>2129.9285,2138.7747,2148.3752,<wbr>2157.1667,2169.8079,2191.4324,<wbr>2216.4075,2237.6172,2260.169,<wbr>2285.9265,2306.331,2321.1323,<wbr>2338.5745,2352.8938,2350.8088,<wbr>2025.009,2026.8472,2023.251,<wbr>2029.8488,2048.6296,2066.7888,<wbr>2083.9326,2097.6035,2108.8228,<wbr>2109.8472,2118.4077,2131.6392,<wbr>2141.433,2150.0713,2159.7583,<wbr>2176.3923,2200.9287,2220.1804,<wbr>2240.7085,2265.9685,2287.7432,<wbr>2305.8992,2326.6707,2338.942,<wbr>2334.8208,1998.6862,2001.7961,<wbr>2016.0918,2034.7825,2052.403,<wbr>2066.5503,2079.2205,2088.6902,<wbr>2092.2102,2098.7288,2112.2651,<wbr>2122.7085,2131.6555,2142.6025,<wbr>2152.4644,2165.875,2182.7737,<wbr>2202.1858,2231.2058,2264.2322,<wbr>2290.0996,2311.4707,2325.026,<wbr>2324.423,2313.4697,1976.4812,<wbr>1998.4056,2020.0682,2038.9763,<wbr>2055.0984,2066.0334,2073.282,<wbr>2077.0916,2078.2043,2091.0767,<wbr>2102.2153,2114.9458,2127.6626,<wbr>2137.6096,2145.687,2159.7554,<wbr>2174.207,2195.0562,2226.2249,<wbr>2260.7913,2287.0708,2307.3105,<wbr>2312.5938,2307.4746,2298.0493,<wbr>1987.102,2004.7931,2023.253,<wbr>2041.4657,2057.8655,2064.5168,<wbr>2064.2078,2061.698,2071.1252,<wbr>2086.3875,2098.1528,2112.0732,<wbr>2125.5598,2136.4773,2146.965,<wbr>2156.0588,2167.3738,2185.1257,<wbr>2212.0906,2244.85,2268.741,<wbr>2285.5422,2295.896,2294.6357,<wbr>2288.5603,1995.4993,2016.2897,<wbr>2034.7843,2049.3113,2058.5432,<wbr>2060.3943,2053.7112,2055.5718,<wbr>2067.4863,2084.2322,2095.3691,<wbr>2107.2747,2116.5327,2124.7075,<wbr>2131.9592,2143.3057,2154.787,<wbr>2172.3145,2198.264,2224.1316,<wbr>2248.6714,2265.5884,2277.0962,<wbr>2282.2014,2280.196,2004.8938,<wbr>2023.8556,2040.1141,2051.5698,<wbr>2053.5295,2048.7542,2045.3044,<wbr>2056.3914,2068.8745,2081.0923,<wbr>2088.655,2094.8994,2101.6292,<wbr>2106.211,2114.5642,2127.6616,<wbr>2143.664,2161.2646,2183.5952,<wbr>2204.1248,2225.0945,2244.4893,<wbr>2257.0146,2262.2168,2269.0796,<wbr>2014.9608,2029.1981,2042.9219,<wbr>2051.0935,2045.2538,2035.5107,<wbr>2043.8187,2056.0613,2066.1675,<wbr>2072.3562,2073.8835,2070.7986,<wbr>2085.7656,2104.9216,2108.3298,<wbr>2117.675,2128.2053,2147.541,<wbr>2167.6995,2183.9353,2199.7085,<wbr>2214.299,2229.2195,2244.5652,<wbr>2269.0662,2017.8,2034.8683,<wbr>2043.3011,2045.9464,2036.3232,<wbr>2033.5167,2043.131,2054.6863,<wbr>2064.4373,2067.1729,2056.2327,<wbr>2054.6511,2077.4397,2098.7336,<wbr>2103.246,2105.6182,2115.3772,<wbr>2138.301,2153.3362,2162.965,<wbr>2170.882,2187.9282,2215.3313,<wbr>2240.9153,2264.7578,2020.3605,<wbr>2033.0834,2038.988,2030.5006,<wbr>2022.1963,2034.6848,2047.7312,<wbr>2059.3276,2065.4373,2062.5073,<wbr>2041.2263,2043.6498,2062.2124,<wbr>2075.5327,2082.5647,2090.0483,<wbr>2108.3801,2127.0955,2134.87,<wbr>2140.3257,2160.9448,2186.5564,<wbr>2214.3313,2237.928,2258.789,<wbr>2018.9486,2026.1714,2026.7267,<wbr>2012.5166,2015.9473,2036.067,<wbr>2052.4707,2063.0486,2066.776,<wbr>2057.0842,2034.4481,2030.0385,<wbr>2042.8652,2053.0193,2062.436,<wbr>2079.8264,2092.7222,2102.8894,<wbr>2108.7063,2132.9873,2162.5962,<wbr>2187.5774,2210.88,2229.6987,<wbr>2249.3657,2003.6361,2010.8589,<wbr>2008.1426,1995.7268,2012.982,<wbr>2033.9747,2051.0889,2062.2727,<wbr>2064.181,2045.4983,2026.272,<wbr>2014.5939,2022.5674,2030.3995,<wbr>2046.6017,2057.5613,2067.1567,<wbr>2077.298,2102.154,2126.4648,<wbr>2154.1426,2177.6072,2195.9993,<wbr>2213.8374,2233.289,1980.775,<wbr>1989.2188,1981.0894,1986.9666,<wbr>2007.4751,2027.3185,2041.0817,<wbr>2049.375,2047.4126,2034.9524,<wbr>2019.0543,2000.6143,2002.6018,<wbr>2019.2893,2023.2188,2027.9572,<wbr>2046.1262,2072.9626,2094.678,<wbr>2115.9912,2136.9712,2154.6533,<wbr>2167.372,2189.5737,2213.5823,<wbr>1957.3138,1966.5896,1960.7079,<wbr>1976.0359,1997.5287,2017.1229,<wbr>2026.0042,2029.5139,2027.5823,<wbr>2019.4032,2005.4827,1986.2479,<wbr>1987.7507,2000.8186,2001.2257,<wbr>2023.8855,2043.8069,2066.552,<wbr>2083.8584,2096.3289,2116.75,<wbr>2130.4963,2145.2046,2172.7944,<wbr>2197.675,1936.8396,1946.5659,<wbr>1949.7887,1970.279,1990.4562,<wbr>2001.8151,2004.6528,2004.6062,<wbr>2004.6528,2002.3289,1987.1492,<wbr>1970.6664,1969.3153,1976.6538,<wbr>1995.0889,2017.5817,2034.4153,<wbr>2052.033,2061.3418,2081.1768,<wbr>2094.8914,2107.1106,2133.0708,<wbr>2156.112,2182.9915,1921.5437,<wbr>1926.8162,1947.9292,1964.7894,<wbr>1980.9823,1987.3019,1984.8438,<wbr>1985.7916,1988.8438,1987.0743,<wbr>1971.691,1958.5194,1957.2444,<wbr>1969.8463,1987.6785,2002.3082,<wbr>2012.4036,2023.44,2043.8772,<wbr>2063.281,2079.3057,2095.511,<wbr>2125.3455,2152.0967,2174.9753,<wbr>1904.7826,1924.5084,1942.3746,<wbr>1960.2344,1969.4991,1967.9216,<wbr>1967.9305,1966.4495,1970.8224,<wbr>1976.5546,1959.4282,1946.6075,<wbr>1949.6221,1957.5348,1969.492,<wbr>1980.6858,1994.641,2012.5581,<wbr>2029.6572,2052.872,2077.477,<wbr>2098.3694,2118.1653,2142.1467,<wbr>2165.0012],<br>
                          "@solid":false,<br>
                          "@xDimension":25,<br>
                          "@xSpacing":50.750000,<br>
                          "@zDimension":33,<br>
                          "@zSpacing":50.416667,<br>
                          "-texCoord":<br>
                            { "TextureCoordinate":<br>
                              {<br>
                                "@point":[0.00391,0.00391,0.<wbr>04167,0.00391,0.08333,0.00391,<wbr>0.125,0.00391,0.16667,0.00391,<wbr>0.20833,0.00391,0.25,0.00391,<wbr>0.29167,0.00391,0.33333,0.<wbr>00391,0.375,0.00391,0.41667,0.<wbr>00391,0.45833,0.00391,0.5,0.<wbr>00391,0.54167,0.00391,0.58333,<wbr>0.00391,0.625,0.00391,0.66667,<wbr>0.00391,0.70833,0.00391,0.75,<wbr>0.00391,0.79167,0.00391,0.<wbr>83333,0.00391,0.875,0.00391,0.<wbr>91667,0.00391,0.95833,0.00391,<wbr>0.99609,0.00391,0.00391,0.<wbr>03125,0.04167,0.03125,0.08333,<wbr>0.03125,0.125,0.03125,0.16667,<wbr>0.03125,0.20833,0.03125,0.25,<wbr>0.03125,0.29167,0.03125,0.<wbr>33333,0.03125,0.375,0.03125,0.<wbr>41667,0.03125,0.45833,0.03125,<wbr>0.5,0.03125,0.54167,0.03125,0.<wbr>58333,0.03125,0.625,0.03125,0.<wbr>66667,0.03125,0.70833,0.03125,<wbr>0.75,0.03125,0.79167,0.03125,<wbr>0.83333,0.03125,0.875,0.03125,<wbr>0.91667,0.03125,0.95833,0.<wbr>03125,0.99609,0.03125,0.00391,<wbr>0.0625,0.04167,0.0625,0.08333,<wbr>0.0625,0.125,0.0625,0.16667,0.<wbr>0625,0.20833,0.0625,0.25,0.<wbr>0625,0.29167,0.0625,0.33333,0.<wbr>0625,0.375,0.0625,0.41667,0.<wbr>0625,0.45833,0.0625,0.5,0.<wbr>0625,0.54167,0.0625,0.58333,0.<wbr>0625,0.625,0.0625,0.66667,0.<wbr>0625,0.70833,0.0625,0.75,0.<wbr>0625,0.79167,0.0625,0.83333,0.<wbr>0625,0.875,0.0625,0.91667,0.<wbr>0625,0.95833,0.0625,0.99609,0.<wbr>0625,0.00391,0.09375,0.04167,<wbr>0.09375,0.08333,0.09375,0.125,<wbr>0.09375,0.16667,0.09375,0.<wbr>20833,0.09375,0.25,0.09375,0.<wbr>29167,0.09375,0.33333,0.09375,<wbr>0.375,0.09375,0.41667,0.09375,<wbr>0.45833,0.09375,0.5,0.09375,0.<wbr>54167,0.09375,0.58333,0.09375,<wbr>0.625,0.09375,0.66667,0.09375,<wbr>0.70833,0.09375,0.75,0.09375,<wbr>0.79167,0.09375,0.83333,0.<wbr>09375,0.875,0.09375,0.91667,0.<wbr>09375,0.95833,0.09375,0.99609,<wbr>0.09375,0.00391,0.125,0.04167,<wbr>0.125,0.08333,0.125,0.125,0.<wbr>125,0.16667,0.125,0.20833,0.<wbr>125,0.25,0.125,0.29167,0.125,<wbr>0.33333,0.125,0.375,0.125,0.<wbr>41667,0.125,0.45833,0.125,0.5,<wbr>0.125,0.54167,0.125,0.58333,0.<wbr>125,0.625,0.125,0.66667,0.125,<wbr>0.70833,0.125,0.75,0.125,0.<wbr>79167,0.125,0.83333,0.125,0.<wbr>875,0.125,0.91667,0.125,0.<wbr>95833,0.125,0.99609,0.125,0.<wbr>00391,0.15625,0.04167,0.15625,<wbr>0.08333,0.15625,0.125,0.15625,<wbr>0.16667,0.15625,0.20833,0.<wbr>15625,0.25,0.15625,0.29167,0.<wbr>15625,0.33333,0.15625,0.375,0.<wbr>15625,0.41667,0.15625,0.45833,<wbr>0.15625,0.5,0.15625,0.54167,0.<wbr>15625,0.58333,0.15625,0.625,0.<wbr>15625,0.66667,0.15625,0.70833,<wbr>0.15625,0.75,0.15625,0.79167,<wbr>0.15625,0.83333,0.15625,0.875,<wbr>0.15625,0.91667,0.15625,0.<wbr>95833,0.15625,0.99609,0.15625,<wbr>0.00391,0.1875,0.04167,0.1875,<wbr>0.08333,0.1875,0.125,0.1875,0.<wbr>16667,0.1875,0.20833,0.1875,0.<wbr>25,0.1875,0.29167,0.1875,0.<wbr>33333,0.1875,0.375,0.1875,0.<wbr>41667,0.1875,0.45833,0.1875,0.<wbr>5,0.1875,0.54167,0.1875,0.<wbr>58333,0.1875,0.625,0.1875,0.<wbr>66667,0.1875,0.70833,0.1875,0.<wbr>75,0.1875,0.79167,0.1875,0.<wbr>83333,0.1875,0.875,0.1875,0.<wbr>91667,0.1875,0.95833,0.1875,0.<wbr>99609,0.1875,0.00391,0.21875,<wbr>0.04167,0.21875,0.08333,0.<wbr>21875,0.125,0.21875,0.16667,0.<wbr>21875,0.20833,0.21875,0.25,0.<wbr>21875,0.29167,0.21875,0.33333,<wbr>0.21875,0.375,0.21875,0.41667,<wbr>0.21875,0.45833,0.21875,0.5,0.<wbr>21875,0.54167,0.21875,0.58333,<wbr>0.21875,0.625,0.21875,0.66667,<wbr>0.21875,0.70833,0.21875,0.75,<wbr>0.21875,0.79167,0.21875,0.<wbr>83333,0.21875,0.875,0.21875,0.<wbr>91667,0.21875,0.95833,0.21875,<wbr>0.99609,0.21875,0.00391,0.25,<wbr>0.04167,0.25,0.08333,0.25,0.<wbr>125,0.25,0.16667,0.25,0.20833,<wbr>0.25,0.25,0.25,0.29167,0.25,0.<wbr>33333,0.25,0.375,0.25,0.41667,<wbr>0.25,0.45833,0.25,0.5,0.25,0.<wbr>54167,0.25,0.58333,0.25,0.625,<wbr>0.25,0.66667,0.25,0.70833,0.<wbr>25,0.75,0.25,0.79167,0.25,0.<wbr>83333,0.25,0.875,0.25,0.91667,<wbr>0.25,0.95833,0.25,0.99609,0.<wbr>25,0.00391,0.28125,0.04167,0.<wbr>28125,0.08333,0.28125,0.125,0.<wbr>28125,0.16667,0.28125,0.20833,<wbr>0.28125,0.25,0.28125,0.29167,<wbr>0.28125,0.33333,0.28125,0.375,<wbr>0.28125,0.41667,0.28125,0.<wbr>45833,0.28125,0.5,0.28125,0.<wbr>54167,0.28125,0.58333,0.28125,<wbr>0.625,0.28125,0.66667,0.28125,<wbr>0.70833,0.28125,0.75,0.28125,<wbr>0.79167,0.28125,0.83333,0.<wbr>28125,0.875,0.28125,0.91667,0.<wbr>28125,0.95833,0.28125,0.99609,<wbr>0.28125,0.00391,0.3125,0.<wbr>04167,0.3125,0.08333,0.3125,0.<wbr>125,0.3125,0.16667,0.3125,0.<wbr>20833,0.3125,0.25,0.3125,0.<wbr>29167,0.3125,0.33333,0.3125,0.<wbr>375,0.3125,0.41667,0.3125,0.<wbr>45833,0.3125,0.5,0.3125,0.<wbr>54167,0.3125,0.58333,0.3125,0.<wbr>625,0.3125,0.66667,0.3125,0.<wbr>70833,0.3125,0.75,0.3125,0.<wbr>79167,0.3125,0.83333,0.3125,0.<wbr>875,0.3125,0.91667,0.3125,0.<wbr>95833,0.3125,0.99609,0.3125,0.<wbr>00391,0.34375,0.04167,0.34375,<wbr>0.08333,0.34375,0.125,0.34375,<wbr>0.16667,0.34375,0.20833,0.<wbr>34375,0.25,0.34375,0.29167,0.<wbr>34375,0.33333,0.34375,0.375,0.<wbr>34375,0.41667,0.34375,0.45833,<wbr>0.34375,0.5,0.34375,0.54167,0.<wbr>34375,0.58333,0.34375,0.625,0.<wbr>34375,0.66667,0.34375,0.70833,<wbr>0.34375,0.75,0.34375,0.79167,<wbr>0.34375,0.83333,0.34375,0.875,<wbr>0.34375,0.91667,0.34375,0.<wbr>95833,0.34375,0.99609,0.34375,<wbr>0.00391,0.375,0.04167,0.375,0.<wbr>08333,0.375,0.125,0.375,0.<wbr>16667,0.375,0.20833,0.375,0.<wbr>25,0.375,0.29167,0.375,0.<wbr>33333,0.375,0.375,0.375,0.<wbr>41667,0.375,0.45833,0.375,0.5,<wbr>0.375,0.54167,0.375,0.58333,0.<wbr>375,0.625,0.375,0.66667,0.375,<wbr>0.70833,0.375,0.75,0.375,0.<wbr>79167,0.375,0.83333,0.375,0.<wbr>875,0.375,0.91667,0.375,0.<wbr>95833,0.375,0.99609,0.375,0.<wbr>00391,0.40625,0.04167,0.40625,<wbr>0.08333,0.40625,0.125,0.40625,<wbr>0.16667,0.40625,0.20833,0.<wbr>40625,0.25,0.40625,0.29167,0.<wbr>40625,0.33333,0.40625,0.375,0.<wbr>40625,0.41667,0.40625,0.45833,<wbr>0.40625,0.5,0.40625,0.54167,0.<wbr>40625,0.58333,0.40625,0.625,0.<wbr>40625,0.66667,0.40625,0.70833,<wbr>0.40625,0.75,0.40625,0.79167,<wbr>0.40625,0.83333,0.40625,0.875,<wbr>0.40625,0.91667,0.40625,0.<wbr>95833,0.40625,0.99609,0.40625,<wbr>0.00391,0.4375,0.04167,0.4375,<wbr>0.08333,0.4375,0.125,0.4375,0.<wbr>16667,0.4375,0.20833,0.4375,0.<wbr>25,0.4375,0.29167,0.4375,0.<wbr>33333,0.4375,0.375,0.4375,0.<wbr>41667,0.4375,0.45833,0.4375,0.<wbr>5,0.4375,0.54167,0.4375,0.<wbr>58333,0.4375,0.625,0.4375,0.<wbr>66667,0.4375,0.70833,0.4375,0.<wbr>75,0.4375,0.79167,0.4375,0.<wbr>83333,0.4375,0.875,0.4375,0.<wbr>91667,0.4375,0.95833,0.4375,0.<wbr>99609,0.4375,0.00391,0.46875,<wbr>0.04167,0.46875,0.08333,0.<wbr>46875,0.125,0.46875,0.16667,0.<wbr>46875,0.20833,0.46875,0.25,0.<wbr>46875,0.29167,0.46875,0.33333,<wbr>0.46875,0.375,0.46875,0.41667,<wbr>0.46875,0.45833,0.46875,0.5,0.<wbr>46875,0.54167,0.46875,0.58333,<wbr>0.46875,0.625,0.46875,0.66667,<wbr>0.46875,0.70833,0.46875,0.75,<wbr>0.46875,0.79167,0.46875,0.<wbr>83333,0.46875,0.875,0.46875,0.<wbr>91667,0.46875,0.95833,0.46875,<wbr>0.99609,0.46875,0.00391,0.5,0.<wbr>04167,0.5,0.08333,0.5,0.125,0.<wbr>5,0.16667,0.5,0.20833,0.5,0.<wbr>25,0.5,0.29167,0.5,0.33333,0.<wbr>5,0.375,0.5,0.41667,0.5,0.<wbr>45833,0.5,0.5,0.5,0.54167,0.5,<wbr>0.58333,0.5,0.625,0.5,0.66667,<wbr>0.5,0.70833,0.5,0.75,0.5,0.<wbr>79167,0.5,0.83333,0.5,0.875,0.<wbr>5,0.91667,0.5,0.95833,0.5,0.<wbr>99609,0.5,0.00391,0.53125,0.<wbr>04167,0.53125,0.08333,0.53125,<wbr>0.125,0.53125,0.16667,0.53125,<wbr>0.20833,0.53125,0.25,0.53125,<wbr>0.29167,0.53125,0.33333,0.<wbr>53125,0.375,0.53125,0.41667,0.<wbr>53125,0.45833,0.53125,0.5,0.<wbr>53125,0.54167,0.53125,0.58333,<wbr>0.53125,0.625,0.53125,0.66667,<wbr>0.53125,0.70833,0.53125,0.75,<wbr>0.53125,0.79167,0.53125,0.<wbr>83333,0.53125,0.875,0.53125,0.<wbr>91667,0.53125,0.95833,0.53125,<wbr>0.99609,0.53125,0.00391,0.<wbr>5625,0.04167,0.5625,0.08333,0.<wbr>5625,0.125,0.5625,0.16667,0.<wbr>5625,0.20833,0.5625,0.25,0.<wbr>5625,0.29167,0.5625,0.33333,0.<wbr>5625,0.375,0.5625,0.41667,0.<wbr>5625,0.45833,0.5625,0.5,0.<wbr>5625,0.54167,0.5625,0.58333,0.<wbr>5625,0.625,0.5625,0.66667,0.<wbr>5625,0.70833,0.5625,0.75,0.<wbr>5625,0.79167,0.5625,0.83333,0.<wbr>5625,0.875,0.5625,0.91667,0.<wbr>5625,0.95833,0.5625,0.99609,0.<wbr>5625,0.00391,0.59375,0.04167,<wbr>0.59375,0.08333,0.59375,0.125,<wbr>0.59375,0.16667,0.59375,0.<wbr>20833,0.59375,0.25,0.59375,0.<wbr>29167,0.59375,0.33333,0.59375,<wbr>0.375,0.59375,0.41667,0.59375,<wbr>0.45833,0.59375,0.5,0.59375,0.<wbr>54167,0.59375,0.58333,0.59375,<wbr>0.625,0.59375,0.66667,0.59375,<wbr>0.70833,0.59375,0.75,0.59375,<wbr>0.79167,0.59375,0.83333,0.<wbr>59375,0.875,0.59375,0.91667,0.<wbr>59375,0.95833,0.59375,0.99609,<wbr>0.59375,0.00391,0.625,0.04167,<wbr>0.625,0.08333,0.625,0.125,0.<wbr>625,0.16667,0.625,0.20833,0.<wbr>625,0.25,0.625,0.29167,0.625,<wbr>0.33333,0.625,0.375,0.625,0.<wbr>41667,0.625,0.45833,0.625,0.5,<wbr>0.625,0.54167,0.625,0.58333,0.<wbr>625,0.625,0.625,0.66667,0.625,<wbr>0.70833,0.625,0.75,0.625,0.<wbr>79167,0.625,0.83333,0.625,0.<wbr>875,0.625,0.91667,0.625,0.<wbr>95833,0.625,0.99609,0.625,0.<wbr>00391,0.65625,0.04167,0.65625,<wbr>0.08333,0.65625,0.125,0.65625,<wbr>0.16667,0.65625,0.20833,0.<wbr>65625,0.25,0.65625,0.29167,0.<wbr>65625,0.33333,0.65625,0.375,0.<wbr>65625,0.41667,0.65625,0.45833,<wbr>0.65625,0.5,0.65625,0.54167,0.<wbr>65625,0.58333,0.65625,0.625,0.<wbr>65625,0.66667,0.65625,0.70833,<wbr>0.65625,0.75,0.65625,0.79167,<wbr>0.65625,0.83333,0.65625,0.875,<wbr>0.65625,0.91667,0.65625,0.<wbr>95833,0.65625,0.99609,0.65625,<wbr>0.00391,0.6875,0.04167,0.6875,<wbr>0.08333,0.6875,0.125,0.6875,0.<wbr>16667,0.6875,0.20833,0.6875,0.<wbr>25,0.6875,0.29167,0.6875,0.<wbr>33333,0.6875,0.375,0.6875,0.<wbr>41667,0.6875,0.45833,0.6875,0.<wbr>5,0.6875,0.54167,0.6875,0.<wbr>58333,0.6875,0.625,0.6875,0.<wbr>66667,0.6875,0.70833,0.6875,0.<wbr>75,0.6875,0.79167,0.6875,0.<wbr>83333,0.6875,0.875,0.6875,0.<wbr>91667,0.6875,0.95833,0.6875,0.<wbr>99609,0.6875,0.00391,0.71875,<wbr>0.04167,0.71875,0.08333,0.<wbr>71875,0.125,0.71875,0.16667,0.<wbr>71875,0.20833,0.71875,0.25,0.<wbr>71875,0.29167,0.71875,0.33333,<wbr>0.71875,0.375,0.71875,0.41667,<wbr>0.71875,0.45833,0.71875,0.5,0.<wbr>71875,0.54167,0.71875,0.58333,<wbr>0.71875,0.625,0.71875,0.66667,<wbr>0.71875,0.70833,0.71875,0.75,<wbr>0.71875,0.79167,0.71875,0.<wbr>83333,0.71875,0.875,0.71875,0.<wbr>91667,0.71875,0.95833,0.71875,<wbr>0.99609,0.71875,0.00391,0.75,<wbr>0.04167,0.75,0.08333,0.75,0.<wbr>125,0.75,0.16667,0.75,0.20833,<wbr>0.75,0.25,0.75,0.29167,0.75,0.<wbr>33333,0.75,0.375,0.75,0.41667,<wbr>0.75,0.45833,0.75,0.5,0.75,0.<wbr>54167,0.75,0.58333,0.75,0.625,<wbr>0.75,0.66667,0.75,0.70833,0.<wbr>75,0.75,0.75,0.79167,0.75,0.<wbr>83333,0.75,0.875,0.75,0.91667,<wbr>0.75,0.95833,0.75,0.99609,0.<wbr>75,0.00391,0.78125,0.04167,0.<wbr>78125,0.08333,0.78125,0.125,0.<wbr>78125,0.16667,0.78125,0.20833,<wbr>0.78125,0.25,0.78125,0.29167,<wbr>0.78125,0.33333,0.78125,0.375,<wbr>0.78125,0.41667,0.78125,0.<wbr>45833,0.78125,0.5,0.78125,0.<wbr>54167,0.78125,0.58333,0.78125,<wbr>0.625,0.78125,0.66667,0.78125,<wbr>0.70833,0.78125,0.75,0.78125,<wbr>0.79167,0.78125,0.83333,0.<wbr>78125,0.875,0.78125,0.91667,0.<wbr>78125,0.95833,0.78125,0.99609,<wbr>0.78125,0.00391,0.8125,0.<wbr>04167,0.8125,0.08333,0.8125,0.<wbr>125,0.8125,0.16667,0.8125,0.<wbr>20833,0.8125,0.25,0.8125,0.<wbr>29167,0.8125,0.33333,0.8125,0.<wbr>375,0.8125,0.41667,0.8125,0.<wbr>45833,0.8125,0.5,0.8125,0.<wbr>54167,0.8125,0.58333,0.8125,0.<wbr>625,0.8125,0.66667,0.8125,0.<wbr>70833,0.8125,0.75,0.8125,0.<wbr>79167,0.8125,0.83333,0.8125,0.<wbr>875,0.8125,0.91667,0.8125,0.<wbr>95833,0.8125,0.99609,0.8125,0.<wbr>00391,0.84375,0.04167,0.84375,<wbr>0.08333,0.84375,0.125,0.84375,<wbr>0.16667,0.84375,0.20833,0.<wbr>84375,0.25,0.84375,0.29167,0.<wbr>84375,0.33333,0.84375,0.375,0.<wbr>84375,0.41667,0.84375,0.45833,<wbr>0.84375,0.5,0.84375,0.54167,0.<wbr>84375,0.58333,0.84375,0.625,0.<wbr>84375,0.66667,0.84375,0.70833,<wbr>0.84375,0.75,0.84375,0.79167,<wbr>0.84375,0.83333,0.84375,0.875,<wbr>0.84375,0.91667,0.84375,0.<wbr>95833,0.84375,0.99609,0.84375,<wbr>0.00391,0.875,0.04167,0.875,0.<wbr>08333,0.875,0.125,0.875,0.<wbr>16667,0.875,0.20833,0.875,0.<wbr>25,0.875,0.29167,0.875,0.<wbr>33333,0.875,0.375,0.875,0.<wbr>41667,0.875,0.45833,0.875,0.5,<wbr>0.875,0.54167,0.875,0.58333,0.<wbr>875,0.625,0.875,0.66667,0.875,<wbr>0.70833,0.875,0.75,0.875,0.<wbr>79167,0.875,0.83333,0.875,0.<wbr>875,0.875,0.91667,0.875,0.<wbr>95833,0.875,0.99609,0.875,0.<wbr>00391,0.90625,0.04167,0.90625,<wbr>0.08333,0.90625,0.125,0.90625,<wbr>0.16667,0.90625,0.20833,0.<wbr>90625,0.25,0.90625,0.29167,0.<wbr>90625,0.33333,0.90625,0.375,0.<wbr>90625,0.41667,0.90625,0.45833,<wbr>0.90625,0.5,0.90625,0.54167,0.<wbr>90625,0.58333,0.90625,0.625,0.<wbr>90625,0.66667,0.90625,0.70833,<wbr>0.90625,0.75,0.90625,0.79167,<wbr>0.90625,0.83333,0.90625,0.875,<wbr>0.90625,0.91667,0.90625,0.<wbr>95833,0.90625,0.99609,0.90625,<wbr>0.00391,0.9375,0.04167,0.9375,<wbr>0.08333,0.9375,0.125,0.9375,0.<wbr>16667,0.9375,0.20833,0.9375,0.<wbr>25,0.9375,0.29167,0.9375,0.<wbr>33333,0.9375,0.375,0.9375,0.<wbr>41667,0.9375,0.45833,0.9375,0.<wbr>5,0.9375,0.54167,0.9375,0.<wbr>58333,0.9375,0.625,0.9375,0.<wbr>66667,0.9375,0.70833,0.9375,0.<wbr>75,0.9375,0.79167,0.9375,0.<wbr>83333,0.9375,0.875,0.9375,0.<wbr>91667,0.9375,0.95833,0.9375,0.<wbr>99609,0.9375,0.00391,0.96875,<wbr>0.04167,0.96875,0.08333,0.<wbr>96875,0.125,0.96875,0.16667,0.<wbr>96875,0.20833,0.96875,0.25,0.<wbr>96875,0.29167,0.96875,0.33333,<wbr>0.96875,0.375,0.96875,0.41667,<wbr>0.96875,0.45833,0.96875,0.5,0.<wbr>96875,0.54167,0.96875,0.58333,<wbr>0.96875,0.625,0.96875,0.66667,<wbr>0.96875,0.70833,0.96875,0.75,<wbr>0.96875,0.79167,0.96875,0.<wbr>83333,0.96875,0.875,0.96875,0.<wbr>91667,0.96875,0.95833,0.96875,<wbr>0.99609,0.96875,0.00391,0.<wbr>99609,0.04167,0.99609,0.08333,<wbr>0.99609,0.125,0.99609,0.16667,<wbr>0.99609,0.20833,0.99609,0.25,<wbr>0.99609,0.29167,0.99609,0.<wbr>33333,0.99609,0.375,0.99609,0.<wbr>41667,0.99609,0.45833,0.99609,<wbr>0.5,0.99609,0.54167,0.99609,0.<wbr>58333,0.99609,0.625,0.99609,0.<wbr>66667,0.99609,0.70833,0.99609,<wbr>0.75,0.99609,0.79167,0.99609,<wbr>0.83333,0.99609,0.875,0.99609,<wbr>0.91667,0.99609,0.95833,0.<wbr>99609,0.99609,0.99609]<br>
                              }<br>
                            },<br>
                          "-geoOrigin":<br>
                            { "GeoOrigin":<br>
                              {<br>
                                "@USE":"ORIGIN"<br>
                              }<br>
                            }<br>
                        }<br>
                      }<br>
                  }<br>
                }<br>
              ]<br>
            }<br>
          }<br>
        ]<br>
    }<br>
  }<br>
}<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
x3d-public mailing list<br>
<a href="mailto:x3d-public@web3d.org">x3d-public@web3d.org</a><br>
<a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" rel="noreferrer" target="_blank">http://web3d.org/mailman/<wbr>listinfo/x3d-public_web3d.org</a><br>
<br>
<br>
------------------------------<br>
<br>
End of x3d-public Digest, Vol 98, Issue 28<br>
******************************<wbr>************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Andreas Plesch<br>39 Barbara Rd.<br>Waltham, MA 02453</div>
</div></div></div>