This commit is contained in:
fitsum 2024-07-04 01:39:30 -04:00
parent cc00dddfec
commit f7e50fcf41

View File

@ -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: '◉'
}; }