Hi there,<br><br>i think the SRID for WGS84 is 4326, i&#39;m using it for all my maps that don&#39;t have the prj files and so far its fine. as for floating the mouse over the image in a web browser and have it report the GPS co-ordinates of the mouse cursor, i&#39;m using geoserver + openlayers to do that, geoserver comes with svg support. hope this help.<br>
<br>stephen<br><br><div class="gmail_quote">On Wed, May 7, 2008 at 8:13 PM, James Dominy &lt;<a href="mailto:james@sun.ac.za">james@sun.ac.za</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I have some GIS data in &quot;GCS_WGS_1984&quot;. It&#39;s currently stored in shape files.<br>
I&#39;ve successfully imported it into postgis using SRID = -1 (because I can&#39;t find<br>
GCS_WGS_1984 in SPATIAL_REF_SYS). I can generate an SVG file containing features<br>
matching a query and it looks okay. But, what I would like to be able to do is<br>
float the mouse over the image in a web browser and have it report the GPS<br>
co-ordinates of the mouse cursor. I figure this means I need to re-project the<br>
image in the relevant GPS co-ordinate system, which as far as I can tell means I<br>
actually have to store the features with a valid SRID (i.e. not -1)... So I<br>
guess this boils down to<br>
<br>
a) What is the SRID for GCS_WGS_1984, and if there isn&#39;t one, how do I go about<br>
creating one from the info in the .prj of a shape file?<br>
<br>
b) More generally, if I have a shape file with a .prj not listed in<br>
SPATIAL_REF_SYS, how do I go about importing it into postgis such that I can<br>
re project it later?<br>
<br>
b) In what SRID should I project the SVG, such that I can calculate GPS<br>
coordinates of the mouse cursor in a user selectable GPS system, preferably<br>
without reproducing the entire SVG in a different projection?<br>
<br>
Thanks,<br>
James<br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br>