spatial indexing mysql

Posted by shaiju on Stack Overflow See other posts from Stack Overflow or by shaiju
Published on 2010-03-17T11:07:41Z Indexed on 2010/03/17 11:11 UTC
Read the original article Hit count: 244

Filed under:
|
|
|

i have to integrate spatial indexing in mysql .i got an example i almost done it.in that example INSERT INTO address VALUES('Foobar street 12', GeomFromText('POINT(2671 2500)'));

inplace of 2671 and 2500 i have to insert latitude and longitude in below format

35.177 ,-77.11. How is it possibe .Please help me

© Stack Overflow or respective owner

Related posts about spatial

Related posts about indexing