Hacker News new | ask | show | jobs
by maxerickson 1479 days ago
That's mostly what people do.

The current format stores locations and references to locations, so for example, a line feature only stores references to locations, so to realize it on a map, you have to go through the data and find all the locations it references and build up the actual geometric feature. So people do caching and so on, for sure.

The proposed changes would make that sort of data transformation easier and less resource intensive.