dynamic/silverstripe-locations

A Location DataObject for Silverstripe. Includes the ability to generate coordinates based on an address.

Installs: 211

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:silverstripe-vendormodule

dev-master / 1.x-dev 2024-09-13 19:43 UTC

This package is auto-updated.

Last update: 2024-09-13 19:43:29 UTC


README

A Location DataObject for Silverstripe. Includes the ability to generate coordinates based on an address.

CI

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

  • dynamic/silverstripe-geocoder: ^3.0
  • silverstripe/recipe-cms: ^5.0
  • silverstripe/linkfield: ^4.0
  • silverstripe/tagfield: ^3.0

Installation

composer require dynamic/silverstripe-locations

License

See License

Usage

Use the Locations Admin to create Location records.

Configuration

This module uses dynamic/silverstripe-geocoder to generate coordinates for Locations. To enable geocoding, add the following to mysite.yml:

Dynamic\SilverStripeGeocoder\GoogleGeocoder:
  geocoder_api_key: 'your-key-here'
  map_api_key: 'your-2nd-key-here'

For more information about why 2 keys are required, see Silverstripe Geocoder Documentation

Maintainers

Bugtracker

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

  • Create a new issue
  • Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
  • Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.