Closed rclark closed 9 years ago
As part of preprocessing, we should:
DELETE from map where tile_id is null
... followed by vacuum on the database.
@BergWerkGIS let me know if you have time to take this on, otherwise I'll tackle it.
@rclark I'm deep into the sprint this week. Would be great if you could tackle it.
Should even work as a one liner:
DELETE from map where tile_id is null; VACUUM;
Let me know if you need anything else.
As part of preprocessing, we should:
... followed by vacuum on the database.
@BergWerkGIS let me know if you have time to take this on, otherwise I'll tackle it.