{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.3",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.3.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "component": [
          {
            "@name":"Geospatial",
            "@level":1
          }
        ],
        "meta": [
          {
            "@name":"title",
            "@content":"A2_AnimatedGeoViewpoint.x3d"
          },
          {
            "@name":"creator",
            "@content":"Martin Reddy SRI, original example"
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman NPS, X3D encoding"
          },
          {
            "@name":"created",
            "@content":"26 June 2000"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"description",
            "@content":"Specification example shows animated GeoViewpoint, using GeoPositionInterpolator between latitude/longitude locations for London, Paris, and New York."
          },
          {
            "@name":"reference",
            "@content":"http://www.geovrml.org/1.0/doc/examples.html"
          },
          {
            "@name":"reference",
            "@content":"originals/viewanim.wrl"
          },
          {
            "@name":"reference",
            "@content":"VRML 97 encoding http://www.geovrml.org/1.0/doc/examples/viewanim.wrl"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/Geospatial/A2_AnimatedGeoViewpoint.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"20 April 2026"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "WorldInfo":
            {
              "@title":"A2_AnimatedGeoViewpoint.x3d"
            }
          },
          { "Group":
            {
              "-children":[
                { "GeoViewpoint":
                  {
                    "@DEF":"V",
                    "@description":"Animating GeoViewpoint",
                    "@orientation":[1,0,0,-1.57],
                    "@position":[51.5122,-0.065,10000000]
                  }
                },
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.8,1.0,0.3]
                              }
                            },
                          "-texture":
                            { "ImageTexture":
                              {
                                "@url":["images/earth.jpg","https://www.web3d.org/x3d/content/examples/Basic/images/earth.jpg","http://www.geovrml.org/1.0/doc/images/earth.jpg"]
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "GeoElevationGrid":
                        {
                          "@creaseAngle":1.05,
                          "@geoGridOrigin":[-90,-180,0],
                          "@height":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
                          "@xDimension":11,
                          "@xSpacing":36,
                          "@zDimension":11,
                          "@zSpacing":18
                        }
                      }
                  }
                },
                { "GeoPositionInterpolator":
                  {
                    "@DEF":"GPI",
                    "@key":[0.0,0.1,0.55,1.0],
                    "@keyValue":[51.5122,-0.065,10000000,48.865,2.35,10000000,40.6698,-73.943849,10000000,51.5122,-0.065,10000000]
                  }
                },
                { "TimeSensor":
                  {
                    "@DEF":"TS",
                    "@cycleInterval":8.0,
                    "@loop":true
                  }
                },
                { "Background":
                  {
                    "@groundColor":[0.3,0.3,0.3],
                    "@skyColor":[0.3,0.3,0.3]
                  }
                }
              ]
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"TS",
              "@toField":"set_fraction",
              "@toNode":"GPI"
            }
          },
          { "ROUTE":
            {
              "@fromField":"geovalue_changed",
              "@fromNode":"GPI",
              "@toField":"set_position",
              "@toNode":"V"
            }
          }
        ]
    }
  }
}