Hello,<br><br>last time i get shapefile witp Porto Portugal streets. <br>I convert it to SQL an there was a column with data in SRID 27492.<br>I added this data to database, create another column with 4326 SRID and transform data from 27492 to 4326 using:<br>
<br><span style="font-family: courier new,monospace;">UPDATE axes SET the_geom_wgs = Transform(the_geom,4326);</span><br><br>ok later i expotr file to KML to se it in google earth but the geom is not shown in perfect position. It is moved to west south about 80 meters.<br>
<br>I'm sure that data in 27492 is ok. So why after conversion it is not so good in google earth? Did I do something wrong? Or forgot about something? Maybe there are some additional options to correct it?<br><br>Simon<br>