<div>I&#39;m looking to make a small application with google maps and postgis, where I would enter spatial data into postgis via an interface that would use a (google) map to define lat/long points.&nbsp; I&#39;m pretty familiar with databases, and know just enough about projection systems to know I don&#39;t know that much.&nbsp; ;)&nbsp; I am concerned about getting the following right, as I know if I don&#39;t I will be introducing errors into any calculations I attempt with postigs queries.
</div>
<div>&nbsp;</div>
<div>I&#39;m not completely sure which SRID to use with Google maps point data.&nbsp; I have found the following helpful message, but I was hoping to confirm that.</div>
<div>&nbsp;</div>
<div><a href="http://postgis.refractions.net/pipermail/postgis-users/2005-November/009920.html">http://postgis.refractions.net/pipermail/postgis-users/2005-November/009920.html</a></div>
<div>&nbsp;</div>
<div>If google maps does use the GRS 80 projection and a mercator projection, which SRID should I use when creating postgis tables to store said data?&nbsp; There are quite a few GRS 80 types in the spatial_ref_sys table.&nbsp; I know enough to know that choosing the correct one is important, but am really in the dark as&nbsp;to which one I should actually choose!&nbsp; :)
</div>
<div>&nbsp;</div>
<div>Also, I will be interested in doing distance based queries (like everyone) on this data once it&#39;s in the database.&nbsp; The postgis function length uses the project you associate with the geometry data, correct?&nbsp; And the units of the number it returns is specified by the SRID?&nbsp; 
</div>
<div>&nbsp;</div>
<div>Thanks for the help,</div>
<div>&nbsp;</div>
<div>Robert Y</div>