Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] SRID to CRS

Congratulations! (and thanks). I should be able to take a look and play with it very soon. Looking to forward to that.

Jesse

On 19-Apr-08, at 12:03 AM, Harry Bullen wrote:

Thanks.  That was a big help I now have functioning, if somewhat
untested mysql plugin.

On Fri, Apr 18, 2008 at 3:54 PM, Jody Garnett <jgarnett@xxxxxxxxxxxxxxx > wrote:
I just saw you on IRC - for reference:
- CRS.decode( "EPSG:"+srid ); // does the trick if srid == crs code

Jody



Hey, I've been working on making a plugin for MySQL in udig.  It
pretty much works at this point execpt for many of the editing tools
that don't work because they can't get a CRC from the FeatureStore.
MySQL spatial doesn't actually store information about about CRSs in
it's database, just a SRID.  So I need to know how I can convert an
SRID to a CRS.  Thanks a bunch.




_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel




--
Harry William Bullen IV
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top