README.textile in geo_units-0.2.4.1 vs README.textile in geo_units-0.2.5
- old
+ new
@@ -57,9 +57,20 @@
* to_deg
* normalize_lng
* normalize_lat
* normalize_deg(shift)
+h2. Using specific GeoUnits modules
+
+The main GeoUnits module consist of various sub-modules that can be used on a case basis.
+Including the _GeoUnits_ module will include and extend the base class with all these sub-modules.
+
+class MyGeoThingy
+ include GeoUnits::Maps # various maps, mapping unit to some distance etc.
+ extend GeoUnits::Constants # useful geo constants
+
+ ...
+end
h2. Contributing to geo_units
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it