mapmap.js
mapmap.js copied to clipboard
Cache loaded resources
Multiple maps on the same page may use the same geometry or data files, so we should cache the loaded files in the mapmap singleton to avoid multiple requests for the same resource.
Maybe this should be done in datadata?