SphereMap.PhotoContextLoaderGeoJson

new PhotoContextLoaderGeoJson(options)

Class for loading contexts of sphere photos in GeoJSON format with points. Each point represents one sphere photo.

Points must have these attributes:

z - height above see
att_omega - pitch angle
att_kappa - heading angle
att_phi - roll angle

Parameters:
Name Type Description
options smx.PhotoContextLoaderGeoJsonOptions
Source:
  • PhotoContextLoaderGeoJson.js, line 31

Extends

Methods