Michael Straßburger

Results 40 comments of Michael Straßburger

License info got added to the readme as well (#19) - I'm all in for most possible publicity for OSM!

Hey @Iambecomeroot, thanks for checking in - which version of node are you using? (`node -v`)

@LWFlouisa Setting the position of the map is one of the API functions already implemented and in use in the telnet server (which sets the location after doing a GeoIP...

Nice idea which actually was kinda implemented at some point with mixed results (especially the feature-borders as you guessed) - had all water surfaces filled with background colors once with...

Thank you for all your wonderful high quality input @verdy-p ! Based on it, i just started to work on a mapping logic for the currently 2x4 sized, bit operation...

This looks already so much better than i expected 😮 mapper works, just finishing up -> push ;) preview: so vivid!

You can try it on the [`ascii`](https://github.com/rastapasta/mapscii/tree/ascii) branch - [algorithm](https://github.com/rastapasta/mapscii/blob/ascii/src/BrailleBuffer.coffee#L82-L97) needs tweaking. [Tried to](https://github.com/rastapasta/mapscii/blob/ascii/src/BrailleBuffer.coffee#L21-L29) use the full available set of block characters, but couldn't get it rendered nicely. Commented all...

made the algorithm smooth and working well, merged to master! currently used charset is for now: [▀]2580, [▄]2584, [█]2588, [▌]258C, [▐]2590, [■] 25A0

Updated the telnet cluster as well, try out the current implementation by connecting and pressing `c` - cheers!

> It would be better to out "clear screen" (or moveto row1/col1) before refreshing the map over the existing page, instead of scrolling text. This is very irritating to see...