-
-
Tag Cloud
dashboard desktop domino eclipse error extjs firefox freewares google install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 UNCATEGORIZED windows windows 7 wordpress xpages
gis Archive
-
Import Shapefiles (SHP) into Postgis
Posted on April 6, 2009 | 2 CommentsFollow these steps to start importing ESRI Shapefiles into Postgis database 1. Generate SQL from the shapefile using shp2pgsql shp2pgsql -W UTF-8 <file_name.shp> <schema>.<table_name> > <filename.sql> ex: shp2pgsql –W UTF-8... -
Mapnik installation on Slackware 12.1
Posted on October 5, 2008 | 2 CommentsHere are the steps that I managed to install Mapnik 0.5.1 on Slackware 12.1, it’s for personal documentation but might be helpful for some of you out there. Depends on...