Skip to content

fo-am/sonicmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes

setting up (spatial) database:

sudo apt-get install postgis
sudo apt-get install postgis*

sudo su - postgres
psql

create role "sonicmap";
alter user "sonicmap" with password 'xxx';
create database "sonicmap";
alter role "sonicmap" with login;

enable postgis on database:

\connect sonicmap
CREATE EXTENSION postgis;

About

Slightly massaged version of Francesca's sonic bike mapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published