You can get the api key from the licence page of Galigeo. A valid API key is required to get a map instance.
Set crossdomain=true when the map is sandboxed (optional).
An array of data that will be loaded dynamically with map (optional). Two types of data are supported:
Optionally specify the language. By default the browser language is used
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 of the map. If a name is specified but not a mapId, then the mapId is generated from the name.
When true, the oauth2 of the organization is applied (optional, default=true). This option is useful only if oauth2 is enabled on the organization.
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.
Specify the entity using the API (optional).
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.
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.
When true, no layer is created by default on an empty maps (defaut false)
Define the timeout for the map to be loaded (optional, default=30000).
URL of Galigeo. When not defined, the url is https://showcase.galigeo.com
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.
MapParameters defines all the properties of the map (name, rights, data, etc..). Only the name is mandatory.