mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-21 10:08:11 +02:00
lint
This commit is contained in:
parent
cc00dddfec
commit
f7e50fcf41
@ -5,9 +5,9 @@ module.exports = {
|
|||||||
// mapscii.me hosts the last available version, 2016-06-20
|
// mapscii.me hosts the last available version, 2016-06-20
|
||||||
source: 'http://mapscii.me/',
|
source: 'http://mapscii.me/',
|
||||||
|
|
||||||
//source: __dirname+"/../mbtiles/regensburg.mbtiles",
|
// source: __dirname+"/../mbtiles/regensburg.mbtiles",
|
||||||
|
|
||||||
styleFile: __dirname+'/../styles/dark.json',
|
styleFile: __dirname + '/../styles/dark.json',
|
||||||
|
|
||||||
initialZoom: null,
|
initialZoom: null,
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
@ -38,14 +38,14 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
poi_label: {
|
poi_label: {
|
||||||
cluster: true,
|
cluster: true,
|
||||||
margin: 5,
|
margin: 5
|
||||||
},
|
},
|
||||||
place_label: {
|
place_label: {
|
||||||
cluster: true,
|
cluster: true
|
||||||
},
|
},
|
||||||
state_label: {
|
state_label: {
|
||||||
cluster: true,
|
cluster: true
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
input: process.stdin,
|
input: process.stdin,
|
||||||
@ -55,5 +55,5 @@ module.exports = {
|
|||||||
|
|
||||||
delimeter: '\n\r',
|
delimeter: '\n\r',
|
||||||
|
|
||||||
poiMarker: '◉',
|
poiMarker: '◉'
|
||||||
};
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user