/ static / maps / metadata.json
metadata.json
 1  {
 2    "name": "CelestiumOS Offline Map - Demo",
 3    "description": "Mapa offline de demostración para CelestiumOS",
 4    "version": "1.0",
 5    "created": "2025-04-23T04:10:00.000Z",
 6    "bounds": {
 7      "north": 40.66,
 8      "south": 40.22,
 9      "east": -3.53,
10      "west": -3.9
11    },
12    "zoomLevels": [8, 9, 10, 11, 12, 13, 14],
13    "tileCount": 120,
14    "format": "png",
15    "tilesUrl": "/maps/tiles/{z}/{x}/{y}.png",
16    "attribution": "© OpenStreetMap contributors",
17    "offlineMode": {
18      "enabled": true,
19      "cacheStrategy": "progressive",
20      "storage": "localStorage"
21    }
22  }