[Jifty-commit] r3655 - in jifty/trunk: lib/Jifty/Plugin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 10 21:41:40 EDT 2007


Author: jesse
Date: Tue Jul 10 21:41:40 2007
New Revision: 3655

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm

Log:
 r60363 at pinglin:  jesse | 2007-07-10 18:40:21 -0700
  * Doc updates


Modified: jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm	Tue Jul 10 21:41:40 2007
@@ -19,18 +19,16 @@
 
 # note that this is an api for http://localhost:8888/
 
+
+In your model class schema description, add the following:
+
+    column location => is GeoLocation;
+
+
 =head1 DESCRIPTION
 
-This plugin provides auto-compilation and on-wire compression of your
-application's CSS and Javascript. It is enabled by default, unless
-your C<ConfigFileVersion> is greater or equal than 2.
-
-It also supports js minifier, you will need to specify the full path.
-The jsmin can be obtained from
-L<http://www.crockford.com/javascript/jsmin.html>.
+This plugin provides a Google-map widget for Jifty, as well as a new GeoLocation column type.
 
-Note that you will need to use C<ConfigFileVersion> 2 to be able to
-configure jsmin feature.
 
 =cut
 


More information about the Jifty-commit mailing list