nathancox / mapfield
A field for managing a Google Map on a page or dataobject
Installs: 2 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 6
Open Issues: 13
Type:silverstripe-module
Requires
- silverstripe/framework: >=3.1
This package is not auto-updated.
Last update: 2024-10-26 14:23:41 UTC
README
This module gives the ability to manage a google map attached to a page or dataobject in SilverStripe. It as two main parts:
- A GoogleMap dataobject that stores all the map's properties (center, marker, zoom etc)
- The MapField form field for creating and editing a GoogleMap
Maintainer Contacts
Nathan Cox (me@nathan.net.nz)
Requirements
- SilverStripe 3.1+
Documentation
Installation Instructions
- Place the files in a directory called mapfield in the root of your SilverStripe installation
- Visit yoursite.com/dev/build to rebuild the database
Usage Overview
See https://github.com/nathancox/silverstripe-mapfield/wiki for instructions and examples.