mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-20 01:37:40 +02:00
Merge branch 'master' of https://github.com/aem-mds/tp-mds-mapscii
This commit is contained in:
commit
b716769d0f
4
main.js
4
main.js
@ -8,9 +8,9 @@
|
|||||||
TODO: params parsing and so on
|
TODO: params parsing and so on
|
||||||
#*/
|
#*/
|
||||||
'use strict';
|
'use strict';
|
||||||
const config = require('./src/config');
|
/*const config = require('./src/config');
|
||||||
const Mapscii = require('./src/Mapscii');
|
const Mapscii = require('./src/Mapscii');
|
||||||
const argv = require('yargs')
|
const argv = require('yargs')*/
|
||||||
.option('latitude', {
|
.option('latitude', {
|
||||||
alias: 'lat',
|
alias: 'lat',
|
||||||
description: 'Latitude of initial centre',
|
description: 'Latitude of initial centre',
|
||||||
|
@ -19,7 +19,7 @@ const utils = require('./utils');
|
|||||||
const asciiMap = {
|
const asciiMap = {
|
||||||
// '▬': [2+32, 4+64],
|
// '▬': [2+32, 4+64],
|
||||||
// '¯': [1+16],
|
// '¯': [1+16],
|
||||||
'▀': [1+2+16+32],
|
'8': [1 + 2 + 16 + 32],
|
||||||
'▄': [4 + 8 + 64 + 128],
|
'▄': [4 + 8 + 64 + 128],
|
||||||
'■': [2 + 4 + 32 + 64],
|
'■': [2 + 4 + 32 + 64],
|
||||||
'▌': [1 + 2 + 4 + 8],
|
'▌': [1 + 2 + 4 + 8],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user