test note

This commit is contained in:
mapsam
2018-01-08 12:04:24 -08:00
parent 1b5ff6ebfe
commit bb4970815d
+6
View File
@@ -71,3 +71,9 @@ Add a new tile buffer to a specific ZXY. This can be a raster tile or a _gzipped
**`putInfo(data, callback)`** **`putInfo(data, callback)`**
Put an information object into the metadata table. Any nested JSON will be stringified and stored in the "json" row of the metadata table. This will replace any matching key/value fields in the table. Put an information object into the metadata table. Any nested JSON will be stringified and stored in the "json" row of the metadata table. This will replace any matching key/value fields in the table.
# Test
```
npm test
```