Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/envylabs/refinerycms-map
RefineryCMS plugin for displaying locations on a Google map.
https://github.com/envylabs/refinerycms-map
Last synced: about 1 month ago
JSON representation
RefineryCMS plugin for displaying locations on a Google map.
- Host: GitHub
- URL: https://github.com/envylabs/refinerycms-map
- Owner: envylabs
- License: mit
- Created: 2010-07-29T18:48:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-22T13:17:03.000Z (almost 14 years ago)
- Last Synced: 2024-11-27T20:35:54.844Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 793 KB
- Stars: 16
- Watchers: 15
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Refinery CMS Map Plugin
## About
__This plugin adds a Google map with any number of flagged locations.__
Key features:
* Admin interface allows you to set the locations that will be displayed on the map.
* Clicking a location on the map shows address, phone number, and url for that location.## How do I use it?
To install the map plugin, you can either include the gem or install as a plugin.
## Requirements
[RefineryCMS](http://refinerycms.com) version 0.9.8 or later.
### Gem Installation using Bundler
Include the latest [gem](http://rubygems.org/gems/refinerycms-map) into your Refinery CMS application's Gemfile:
gem "refinerycms-map", '~> 0.2.0'
Then type the following at command line inside your Refinery CMS application's root directory:
bundle install
script/generate refinerycms_map
rake db:migrate