There should be a .prj file included with the set that describes the reference system in use. A really easy way to handle virtually any shapefile and reference system is PostGIS (an extension of the open source database Postgresql). Import the shapefile into PostGIS then use the ST_Transform function to convert it into WGS84, which is the reference that Google Maps uses.
-John Coryat http://maps.huge.info http://www.usnaviguide.com http://www.zipmaps.net -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
