Skip to content

Commit

Permalink
ajout bbox geo et noms alternatifs
Browse files Browse the repository at this point in the history
  • Loading branch information
cquest committed May 7, 2018
1 parent 959207e commit ef7c36f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ CREATE TABLE poi(
id VARCHAR,
lon DECIMAL,
lat DECIMAL,
bbox VARCHAR,
name VARCHAR,
alt_name VARCHAR,
short_name VARCHAR,
name_fr VARCHAR,
local_name VARCHAR,
official_name VARCHAR,
old_name VARCHAR,
aerialway VARCHAR,
aerodrome VARCHAR,
aeroway VARCHAR,
Expand Down

0 comments on commit ef7c36f

Please sign in to comment.