not really either will definitely work. Originally the 4 smaller segments were a little faster to download with multiple computers than the one single.
Welcome to GPSFileDepot!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuALTER TABLE fs_pts ADD COLUMN mp_type character varying(50);
ALTER TABLE fs_pts ALTER COLUMN mp_type SET STORAGE EXTENDED;
UPDATE fs_pts SET mp_type = '0x2B03' WHERE cff='36' or cff='37' or cff='38';
UPDATE fs_pts SET mp_type = '0x5200' WHERE cff='46' or cff='47';
UPDATE fs_pts SET mp_type = '0x5904' WHERE cff='61' or cff='62';
UPDATE fs_pts SET mp_type = '0x4800' WHERE cff='63' or cff='64'or cff='924' or cff='925';
UPDATE fs_pts SET mp_type = '0x6410' WHERE cff='166' or cff='167';
UPDATE fs_pts SET mp_type = '0x6404' WHERE cff='168' or cff='169';
UPDATE fs_pts SET mp_type = '0x640C' WHERE cff='183' or cff='184' or cff='185' or cff='186';
UPDATE fs_pts SET mp_type = '0x6414' WHERE cff='194' or cff='426';
UPDATE fs_pts SET mp_type = '0x6403' WHERE cff='213';
UPDATE fs_pts SET mp_type = '0x4A00' WHERE cff='256' or cff='530';
UPDATE fs_pts SET mp_type = '0x4900' WHERE cff='257';
UPDATE fs_pts SET mp_type = '0x6509' WHERE cff='461';
UPDATE fs_pts SET mp_type = '0x6412' WHERE cff='921';
UPDATE fs_pts SET mp_type = '0x2c06' WHERE cff='926';
DELETE FROM fs_pts WHERE mp_type IS NULL;
© 2007 - 2022 GPSFileDepot.com
A Division of OzTheory
Privacy Policy | Usage Agreement