Class MapParameters

MapParameters defines all the properties of the map (name, rights, data, etc..). Only the name is mandatory.

Constructors

Properties

apiKey: string

You can get the api key from the licence page of Galigeo. A valid API key is required to get a map instance.

crossDomain: boolean

Set crossdomain=true when the map is sandboxed (optional).

data: any[]

An array of data that will be loaded dynamically with map (optional). Two types of data are supported:

  • inline json features
  • link to a csv file Please see our sample page for more details how to specify the data
lang: string

Optionally specify the language. By default the browser language is used

mapId: string

This ID is used to identify the map. When this property is not defined, then the ID is generated based on the name of the map.

name: string

Name of the map. If a name is specified but not a mapId, then the mapId is generated from the name.

oauth2Enabled: boolean

When true, the oauth2 of the organization is applied (optional, default=true). This option is useful only if oauth2 is enabled on the organization.

oauth2Popup: boolean

When true, the oauth2 is opened in a popup (optional, default=false). This option is useful only if oauth2 is enabled on the organization and the parameter oauth2Enabled is set to true.

parent: string

Specify the entity using the API (optional).

profile: string

Used to force the user profile (optional). Default profiles are Viewer, Explorer, Creator and Designer. It is possible to add custom profiles in the user management of the Galigeo admin page.

redirect: boolean

When true, redirect to the map url instead of using an iframe (optional, default=false). This option is useful in some specific sandbox environment where the creation of an iframe is forbidden.

skipAutoCreateLayer: boolean

When true, no layer is created by default on an empty maps (defaut false)

url: string

URL of Galigeo. When not defined, the url is https://showcase.galigeo.com

user: string

Used to force the username (optional). If the username is not defined, then currently logged used will be used. This is done by checking the cookie "GaligeoToken". If no active session is detected and the user property is not defined, then the default value is anonymous.

Generated using TypeDoc