Proof of concept: load map data from tile server #495
Annotations
10 errors and 2 warnings
test:
node_mbtiles/poc/main.js#L1
Replace `'http'` with `"http"`
|
test:
node_mbtiles/poc/main.js#L1
Strings must use doublequote
|
test:
node_mbtiles/poc/main.js#L2
Unable to resolve path to module 'sqlite3'
|
test:
node_mbtiles/poc/main.js#L5
Expected 1 empty line after require statement not followed by another require
|
test:
node_mbtiles/poc/main.js#L5
Replace `'morgan'` with `"morgan"`
|
test:
node_mbtiles/poc/main.js#L5
Unable to resolve path to module 'morgan'
|
test:
node_mbtiles/poc/main.js#L5
Strings must use doublequote
|
test:
node_mbtiles/poc/main.js#L6
Replace `'combined'` with `"combined"`
|
test:
node_mbtiles/poc/main.js#L6
Strings must use doublequote
|
test:
node_mbtiles/poc/main.js#L8
Replace `'source-configs'` with `"source-configs"`
|
test:
node_mbtiles/poc/main.js#L34
Unexpected unnamed function
|
test:
node_mbtiles/poc/main.js#L35
Unexpected unnamed function
|