Skip to content

CLOSER-Cohorts/nada-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nada-map

NADA Map extension

Installation

  1. Copy the mapfiles folder to the root directory of your NADA installation
  2. Install the Map_viewer NADA library:
    Copy the application/libraries/Map_viewer folder to {nada-root}/application/libraries/Map_viewer
  3. Install the custom homepage controller:
    Copy application/controllers/custom/Homepage.php to {nada-root}/application/controllers/custom/Homepage.php
  4. Install the custom homepage view:
    Copy application/views/static/custom/home.php to {nada-root}/application/views/static/custom/home.php
  5. Add the following rule to your routing configuration file {nada-root}/application/config/routes.php:

    $route['home'] = 'custom/homepage';

Releases

No releases published

Packages

No packages published