Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/jifty-plugin-googlemap
https://github.com/bestpractical/jifty-plugin-googlemap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/jifty-plugin-googlemap
- Owner: bestpractical
- Created: 2009-12-10T18:14:44.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-11T05:28:27.000Z (about 15 years ago)
- Last Synced: 2023-04-13T18:31:26.385Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://search.cpan.org/dist/jifty-plugin-googlemap
- Size: 113 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Jifty::Plugin::GoogleMap - GoogleMap pluginSYNOPSIS
# In your jifty config.yml under the framework section:Plugins:
- GoogleMap:
apikey: ABQIAAAA66LEkTHjdh-UhDZ_NkfdjBTb-vLQlFZmc2N8bgWI8YDPp5FEVBTjCfxPSocuJ53SPMNQDO7Sywpp_wNote that this is an api for http://localhost:8888/ -- you will need to
provide your own API key for your own site.In your model class schema description, add the following:
column location => is GeoLocation;
DESCRIPTION
This plugin provides a Google-map widget for Jifty, as well as a new
GeoLocation column type.init
AUTHOR
Alex VandiverLICENSE
Copyright 2005-2009 Best Practical Solutions, LLC.This program is free software and may be modified and distributed under
the same terms as Perl itself.