Run CreateSpatialIndex() in db/nexrad.sql
This commit is contained in:
parent
b4f81848cc
commit
32d7f25eaa
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ select AddGeometryColumn(
|
|||
'nexrad_radar', 'coord', 4326, 'POINT', 'XY'
|
||||
);
|
||||
|
||||
select CreateSpatialIndex('nexrad_radar', 'coord');
|
||||
|
||||
commit;
|
||||
|
|
Loading…
Add table
Reference in a new issue