nathancox/mapfield

A field for managing a Google Map on a page or dataobject

Installs: 2 130

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 6

Open Issues: 13

Type:silverstripe-module

1.0.0 2016-03-04 22:22 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:25:42 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

GitHub

Installation Instructions

  1. Place the files in a directory called mapfield in the root of your SilverStripe installation
  2. Visit yoursite.com/dev/build to rebuild the database

Usage Overview

See https://github.com/nathancox/silverstripe-mapfield/wiki for instructions and examples.

example mapfield

Known Issues

Issue Tracker