A query string allows you to navigate to the location of a particular building or control the display of various information on the Campus Map by simply adding or 'appending' one or more expressions to the end of the URL (https://map.utah.edu/).
To navigate to a building the query string expression takes the form '?buildingnumber=90' or '?code=jhc'.
Examples:
https://map.utah.edu/?buildingnumber=90
https://map.utah.edu/?code=jhc
Building numbers and codes(abbreviations) can be found here.
To control the display of information the query string expression takes the form '?coffee=on' or '?coffee=on&bikerack=on'
Examples:
To display Coffee Shop locations, append '?coffee=on' to the URL
https://map.utah.edu/?coffee=on
To display both Bike Rack and Secure Bike Locker locations, append '?bikerack=on&bikelocker=on' to the URL
https://map.utah.edu/?bikerack=on&bikelocker=on
You can append as many expressions as is meaningful for display.