Hi folks, I am writing a web application using MySQL/OpenLayers/AJAX/PHP; this app must enable some users to draw a vector shape and then import it in a Spatial-aware MySQL database.
Now, everything is theoretically fine, till I have to put the actual polygonal data in the database; 'cause I use for this the WKT format exported string, but the resulting string is calculated on the Google base layer projection (EPSG:900913). That won't do, because my database holds data in UTM33S projection (EPSG:32733), and I want data to be consistent among already existing pre-defined shapes. Is there a way to force the point coordinates to show up in the other EPSG projection, so I can put them directly in the DB with a single and straightforward query (obviously without performing boring string parsing and coord conversion routines)? -- View this message in context: http://www.nabble.com/WKT-reprojection-tp16807918p16807918.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
