cu-boulder / ucb_campus_map
Enables the CU Boulder Campus Map.
Package info
github.com/CuBoulder/ucb_campus_map
Type:drupal-custom-module
pkg:composer/cu-boulder/ucb_campus_map
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-08 22:14:45 UTC
README
This is a custom Drupal module developed specifically for the Campus Map site. Do not enable on any other sites! Features for other sites such as the map CKEditor plugin are located elsewhere.
CU Boulder Campus Map displays a campus map in a fullscreen frame. The page intentionally omits the default headers and footers coming from the base theme.
The path that displays the map is configurable at
Configuration → System → Campus Map
(/admin/config/system/ucb-campus-map). By default the map replaces the site
homepage. Set the map path to something else (for example /map) to use the
homepage as a landing page.
CU Boulder Campus Map also handles redirects from outdated links containing
legacy building codes. The configuration for this feature can be found in the
ucb_campus_map.configuration config object.
Major Releases
- Fall 2024: Initial release to migrate from the Drupal 7 Campus Map Bundle.
- The “Campus Map URL Builder” tool offered previously in the Drupal 7 bundle was removed, as there are more reliable ways of getting the current URL for a location on the map.
- An undocumented
/location-lookupAPI and/locationredirects, both using the legacy building codes, were also removed.