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.
Installs: 1 519
Dependents: 3
Suggesters: 0
Security: 0
Stars: 10
Watchers: 5
Forks: 17
Open Issues: 12
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
Suggests
- 3.2.x-dev
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.0
- dev-upgradess4
- dev-updatewebpack
- dev-silverstripe4
- dev-upgrade/ss4
- dev-master
- dev-3.1-WIP
- dev-AUTOMATED_TESTING
- dev-scrutinizer-patch-2
- dev-scrutinizer-patch-1
- dev-EXTRACTPOI
- dev-ISSUE26
- dev-WIP-3.1
- dev-ISSUE25
- dev-scripts
- dev-screenshots
- dev-ISSUE18
- dev-ISSUE8b
- dev-JSON
- dev-ISSUE19
- dev-ISSUE16
- dev-ISSUE6
- dev-ISSUE8
- dev-REPACKAGEJSRB
- dev-REPACKAGEJS
- dev-CLUSTERERCHANGE
- dev-WHITESPACEWIP
- dev-WHITESPACE
- dev-FULLSCREEN
- dev-docs
- dev-POINTS_OF_INTEREST
- dev-3.1.beta
- dev-dev31
- dev-dev30
This package is auto-updated.
Last update: 2024-10-27 07:37:13 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