Documentation of eduGAIN database access API

Method: show_map

Description:

Show eduGAIN maps as a PNG image

Supported formats: png

Arguments used:

opt (optional)
default: 0
allowed values: 0, 1
with value 1 only show production federations
map_type (optional)
default: world
allowed values: europe, world
Defines if the Europe or a full world map is to be shown
map_size (optional)
default: large
allowed values: large, small
The map size, only matters for the world map

Examples:

the default - large worl map
https://technical.edugain.org/new/api.php?action=show_map&format=print_r
the Europe map
https://technical.edugain.org/new/api.php?action=show_map&format=print_r&map_type=europe
small world map
https://technical.edugain.org/new/api.php?action=show_map&format=print_r&map_size=small

Show full action list