@@ -1,4 +1,4 @@ |
-The Geo Package is a simple Liberty Service that a package that extends Liberty Content by adding a table for geo locational data. It provides a table for lat, lng, elivation, and elevation unit of measure. It automatically provides hooks for load, list load, storage, and expunge - so that geo data can automatically be added to any content in bitweaver.
|
+The Geo Package is a simple Liberty Service that extends Liberty Content by adding a table for geo locational data. It provides a table for lat, lng, elevation, and elevation unit of measure, and it provides service methods for load, list load, storage, and expunge - so that geo data can automatically be added to any content in bitweaver. |
|
!!!What the Geo Package is ''NOT''
|
The Geo Package does not do geocoding, it does not store addresses, and it does not provide map visualization. The Geo Package only stores lat/lng pairs and elevation values. Geocoding must be obtained from outside the Geo Package, likewise if you have an address you want to store, it must be stored somewhere other than in the Geo Package table. If you are looking for map visualization, you may find the GmapPackage, which uses the Google Maps API, will suite your needs.
|
|
|