I need to import the spatial data in shape file into MySQL tables. I am able to import into PostGreSQL. Any pointers for MySQL. I need the data in MySQL table.
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- How to reimport module with ES6 import
I have just used the ogr2ogr command line tool to import the shape file into the mysql database. Make sure that the database server allows external connections. If doesn't, then it throws all sorts of errors.
Once you have that you can use -
Select ASTEXT(Shape) POLYGON from world to get an array of the polygon coordinates etc
try this whit FWtool instaled
try install for better result in any proces Osgeo4w
http://trac.osgeo.org/osgeo4w/