dynamic / silverstripe-locator
SilverStripe Locator Module. Show locations on a map. Search by geoposition.
Installs: 12 790
Dependents: 1
Suggesters: 0
Security: 0
Stars: 21
Watchers: 9
Forks: 7
Open Issues: 29
Type:silverstripe-vendormodule
Requires
Requires (Dev)
Suggests
- axllent/silverstripe-bootstrap-forms: Add CSS classes to Silverstripe forms to play nicer with Twitter Bootstrap
- 4.x-dev
- 4.0.2
- 4.0.1
- 4.0.0
- 3.x-dev
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-alpha7
- 3.0.0-alpha6
- 3.0.0-alpha5
- 3.0.0-alpha4
- 3.0.0-alpha3
- 3.0.0-alpha2
- 3.0.0-alpha1
- 2.0.x-dev
- 2.0.0
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 2.0.0-alpha2
- 2.0.0-alpha1
- 1.2.x-dev
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.5
- 1.0.0
- dev-patch-3-geocoder
- dev-bugfix/namespace-mixup
- dev-master
- dev-ci/githubActions
This package is auto-updated.
Last update: 2024-10-24 04:02:44 UTC
README
SilverStripe Locator displays a filterable map of locations. You can choose whether to show all locations on load, or enable auto geocoding to filter the initial list based on the visitor's location.
Requirements
- SilverStripe ^4.0
- muskie9/data-to-arraylist ^2.0
- dynamic/silverstripe-geocoder ^1.0
- symbiote/silverstripe-gridfieldextensions ^3.0
License
See License
Installation
composer require dynamic/silverstripe-locator 3.0.x-dev
Example usage
Displays a filterable list of locations on a map. Users can filter by address or category to find the location nearest them.
With auto geocoding enabled in the CMS, the map will display the nearest 26 locations to the user.
Documentation
See the docs/en folder.
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.