rastapasta / mapscii

🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.75k stars 251 forks source link

load map points #110

Closed pedroelbanquero closed 2 years ago

pedroelbanquero commented 3 years ago

any way to load map points ?

if no, can somebody tell me where in the source i can modify ?

jaller94 commented 2 years ago

One would need to add features with style.type === 'symbol' to a tile's data or render a new layer.

The drawing functions are all in Renderer.js. https://github.com/rastapasta/mapscii/blob/76f541db465e50755fbf1781c6d1b92f919b8edb/src/Renderer.js#L183

Closing as duplicate of #35 and #97.