Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Maps of where people & resources reside and where your events are held are available in the system. These can be fine-tuned if needed (at times the location has been approximated, and should be checked for accuracy) (by clicking the 'Change' link when viewing the map in the small popup window).

Authentication

Mapping information about your events isn't available to the general public, and as-such, you need to provide some credentials to access them. See API Keys for more info.

Events

Event maps can also be edited to include other information such where entrances & emergency exits have been placed (points), as well as secured areas, car-parks, event spaces, meeting areas, road-closures, and more (rectangles & other shapes). This can be done by clicking the 'map location' icon next to the event address, and clicking 'Edit' or 'Full screen'.

...

Panel
https://<your address>/other/gis/get.geojson?filter[resources][group][]=<group id>
https://<your address>/other/gis/get.geojson?filter[resources][group][]=<group id>&filter[resources][group][]=<2nd group id>

 


Combinations

Filters for addresses beginning with the following can be combined;

Panel
https://<your address>/other/gis/get.geojson

 


Eg. to get all people and resources for a group;

Panel
https://<your address>/other/gis/get.geojson?filter[members][group][]=1&filter[resources][group][]=1

...


Or to get all people from one group, and resources from two groups;

...