Moodle Plugins directory: Latlong (map plugin version): Versions: 0.1 | Moodle.org
Latlong (map plugin version)
Database fields ::: datafield_latlongmap
Maintained by
Dave Balch
Part of set Maps.
Modified version of the latlong field, to enable use of the local_map geographical map API.
Latlong (map plugin version) 0.1
Moodle 2.5, 2.6
Released: jueves, 5 de diciembre de 2013, 19:14
= latlongmap database activity field =
Thanks for downloading! Please send feedback to:
david.balch@conted.ox.ac.uk
http://www.tall.ox.ac.uk/
== Quick start ==
1. You also need these plugins:
* local_map (provides a map API)
* infomap_latlongmap database preset (provides javascript plumbing to show maps from the "view list")
2. Place the unzipped "latlongmap" directory in [site_root]/mod/data/field/
3. (Not essential) Currently database plugin strings aren't fully modularised; add these to [site_root]/mod/data/lang/en/data.php:
$string['latlongmap'] = 'Latitude/longitude (with map)';
$string['namelatlongmap'] = 'Latitude/longitude field (with map)';
4. Visit [site_root]/admin and install the three plugins (local/maps, latlongmap field, infomap_latlongmap preset).
5. Create a database activity from the "Infomap" preset; customise and enjoy!
Have fun!
== Documentation ==
See local_map README.txt
Thanks for downloading! Please send feedback to:
david.balch@conted.ox.ac.uk
http://www.tall.ox.ac.uk/
== Quick start ==
1. You also need these plugins:
* local_map (provides a map API)
* infomap_latlongmap database preset (provides javascript plumbing to show maps from the "view list")
2. Place the unzipped "latlongmap" directory in [site_root]/mod/data/field/
3. (Not essential) Currently database plugin strings aren't fully modularised; add these to [site_root]/mod/data/lang/en/data.php:
$string['latlongmap'] = 'Latitude/longitude (with map)';
$string['namelatlongmap'] = 'Latitude/longitude field (with map)';
4. Visit [site_root]/admin and install the three plugins (local/maps, latlongmap field, infomap_latlongmap preset).
5. Create a database activity from the "Infomap" preset; customise and enjoy!
Have fun!
== Documentation ==
See local_map README.txt
Version information
- Version build number
- 2013110500
- Version release name
- 0.1
- Maturity
- Alpha
- MD5 Sum
- 253737cb563eb55ff2d96e6b995f93b3
- Supported software
- Moodle 2.5, Moodle 2.6
- Latest release for Moodle 2.5
- Latest release for Moodle 2.6
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master-maps
Default installation instructions for plugins of the type Database fields
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myfield") in the "mod/data/field" subdirectory.
- Visit http://yoursite.com/admin to finish the installation