weboftalent / mappable
Fork of Uncle Cheese's original Mappable module. Inline JavaScript is minimal, and templated such that other mapping systems can be added later. A map editing interface is also included, addable by a one line configuration call.
Package info
github.com/gordonbanderson/Mappable
Type:silverstripe-module
pkg:composer/weboftalent/mappable
Requires
- silverstripe/cms: ~3.1
Suggests
This package is auto-updated.
Last update: 2026-05-27 10:50:44 UTC
README
Maintainers
- Gordon Anderson (Nickname: nontgor) gordon.b.anderson@gmail.com
##Introduction
This module provides mapping functionality for SilverStripe DataObjects in a manner that is simple as possible for both the programmer and content editor. Short codes are also provided to render Google Street View and Google maps.
##Documentation
- Installation
- Adding a Map to a DataObject
- Multiple Maps on the Same Page
- Mapping a DataList
- Map Layers
- Adding Lines to Maps
- Google Map Short Codes
- Google Streeview Short Codes
For more documentation about the module see the provided documentation located inside the docs folder.
##Requirements
- SilverStripe 3.1 or 3.2
##TODO
- Add other mapping services such as Leaflet