The tile request API currently expects mapget's internal tile ID scheme, while users naturally try NDS Packed Tile IDs.
Mapget should transition tile requests to the NDS tile ID scheme at the API boundary, with compatibility or clear error handling for the old scheme during migration. Until then, mismatched tile IDs should be diagnosed clearly instead of looking like a valid empty tile.
The tile request API currently expects mapget's internal tile ID scheme, while users naturally try NDS Packed Tile IDs.
Mapget should transition tile requests to the NDS tile ID scheme at the API boundary, with compatibility or clear error handling for the old scheme during migration. Until then, mismatched tile IDs should be diagnosed clearly instead of looking like a valid empty tile.