MySQL Forums
Forum List  »  GIS

Re: Importing OsMastermap Itn data to Mysql Database
Posted by: n p
Date: December 02, 2007 11:15AM

I don't have time to read your link but I did this recently. I imported the data using MM Import into a PostGIS database. I then modified the postgre SQL to MySQL using a simple 'find and replace' method. For the tables that stored geometry data, I converted them to shapefiles using pgsql2shp and then shp2mysql.


MMImport:
http://www.edonica.com/MMImport/

pgsql2shp:
http://www.postgis.fr/tarball/postgis-cvs/loader/README.pgsql2shp

shp2mysql:
http://kartoweb.itc.nl/RIMapper/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Importing OsMastermap Itn data to Mysql Database
3451
n p
December 02, 2007 11:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.