XJTUmg / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
http://www.pgrouting.org
GNU General Public License v2.0
2 stars 0 forks source link

Meeting: June 8 #12

Open XJTUmg opened 7 years ago

XJTUmg commented 7 years ago

load the sample data to a database

createdb sampledata 
psql sampledata -- the following commands are in the psql: 
create extension postgis; 
create extension pgrouting; 
\i tools/testers/sampledata.sql