From: Kaj-Michael Lang Date: Thu, 1 Nov 2007 00:44:16 +0000 (+0200) Subject: Update poi table definition X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3eb10688ff626e1b5045958d663bae503ff2fa;p=mapper Update poi table definition --- diff --git a/src/poi.c b/src/poi.c index 5f41560..eebbf23 100644 --- a/src/poi.c +++ b/src/poi.c @@ -165,9 +165,12 @@ if (SQLITE_OK != sqlite3_get_table(db, "select label from poi limit 1", "elev real, " "label text, " "desc text, " - "public int, " + "url text, " + "public int default 1, " "source int default 0, " "osm_id int default 0, " + "isin_c int default 0, " + "isin_p int default 0, " "priority int default 2, " "cat_id int);" "create table category (cat_id INTEGER PRIMARY KEY AUTOINCREMENT,"