Commit Graph

  • ac1ab0369b 🔖 bumping 0.1.4 v0.1.4 Michael Straßburger 2017-04-29 00:54:56 +0200
  • ba74aeede2 Merge pull request #11 from rastapasta/mouse Michael Straßburger 2017-04-29 00:48:57 +0200
  • 9c6afe2ffe 🐁 welcome back, drop + drag! Michael Straßburger 2017-04-29 00:39:20 +0200
  • d2c0c993cb 🐁 showing lat/lon under cursor, center on click Michael Straßburger 2017-04-29 00:15:31 +0200
  • cf757772f2 🔖 bumping 0.1.3 v0.1.3 Michael Straßburger 2017-04-28 04:06:34 +0200
  • 8e93900475 🎨 using mapscii.me as osm2vectortiles source Michael Straßburger 2017-04-28 03:55:11 +0200
  • ba037e421a Merge pull request #8 from rastapasta/asciicast Michael Straßburger 2017-04-27 13:19:38 +0200
  • a363cf06dc 📝 opening asciinema in new window Michael Straßburger 2017-04-27 13:17:25 +0200
  • 4b3f47753c 📝 replacing animated gif with link to assciicast Michael Straßburger 2017-04-27 13:12:56 +0200
  • 1e545aa85a Merge pull request #7 from derhuerst/fetch Michael Straßburger 2017-04-27 00:36:55 +0200
  • e59384e53b
    request-promise -> node-fetch Jannis R 2017-04-26 23:39:02 +0200
  • 345d1d51c7 ⬆️ adding dependency check for node >=4.5 Michael Straßburger 2017-04-26 18:22:07 +0200
  • 3706ec75b6 📝 renaming termap -> mapscii v0.1.0 Michael Straßburger 2017-04-26 18:06:28 +0200
  • a583244b9b 📝 updating todos Michael Straßburger 2017-04-26 17:59:59 +0200
  • f4f2b4f540 📝 adding animated c-base demo to readme Michael Straßburger 2017-04-26 17:55:03 +0200
  • 07fcdf7d3a 📝 adding note about openmaptiles Michael Straßburger 2017-04-26 17:35:47 +0200
  • f9554ddedf 🎨 set start position to the c-base! <3 Michael Straßburger 2017-04-26 17:33:44 +0200
  • b222512e7e 🐛 adding empty callback to async writeFile Michael Straßburger 2017-04-26 17:33:13 +0200
  • 26aa2450e1 📚 adding simplifyPolylines to the configuration Michael Straßburger 2016-11-13 05:40:26 +0100
  • 5f29780c7d 📚 using the config module in TileSource Michael Straßburger 2016-11-13 05:38:03 +0100
  • 8e0b976ae0 🔎 ordering labels by scalerank before trying to place them Michael Straßburger 2016-11-13 05:35:08 +0100
  • ef6ab82376 🐁 working on mouse projection Michael Straßburger 2016-11-10 18:43:35 +0100
  • f9c16f2d6d 🎨 pulling and using individual tile extents in preperation for reduced tiles Michael Straßburger 2016-11-10 08:00:36 +0100
  • 6a1eb8afe8 🌐 adding global config file, centralizing options Michael Straßburger 2016-11-10 07:09:32 +0100
  • 2d7cff71eb 🎨 adding simplify-js to readme, adapting canvas Michael Straßburger 2016-11-10 06:14:20 +0100
  • ae65f95e24 🏃 implementing polyline simplification, label buffering, cleanup Michael Straßburger 2016-11-10 06:11:14 +0100
  • caea4c6aec 🎨 adding ref(erence) support for layer styles Michael Straßburger 2016-11-10 02:20:44 +0100
  • e3f42e46c9 🏃 optimizing draw order based on zoom level Michael Straßburger 2016-11-09 03:35:43 +0100
  • d10ed9159f 🎨 adding landuse and new base dark style Michael Straßburger 2016-11-09 03:08:40 +0100
  • 74a4dffbe7 📐 don't try to paint post-reduction-invalid polygons Michael Straßburger 2016-11-08 21:50:20 +0100
  • f2cbeb465e 📐 adding hole support to polygon triangulation Michael Straßburger 2016-11-08 18:32:10 +0100
  • 73a56dce9d 📖 updating readme, cleaning up finished ToDos Michael Straßburger 2016-11-08 15:10:57 +0100
  • c206055596 🏃 massive speed gain after a night of node profiling and lessons learned Michael Straßburger 2016-11-08 06:44:53 +0100
  • 461a4ab049 🏃 using rbush's bulk load (2-3 times faster), working on polygon speed Michael Straßburger 2016-11-07 16:23:22 +0100
  • 7ed86ceed4 🏃 converting colors on Tile load, not on every feature draw Michael Straßburger 2016-11-07 02:49:07 +0100
  • e69321dfb6 🚱 bringing polygon rendering back, todo: holes Michael Straßburger 2016-11-06 22:13:50 +0100
  • cfd8e24342 🏃 adding tile feature padding to improve edge clipping Michael Straßburger 2016-11-06 18:56:57 +0100
  • 329f6fc26b 🏃 removing matrix translations, combinding reduce/move/scale in one loop Michael Straßburger 2016-11-06 17:14:38 +0100
  • 2e7f9abfeb 🎨 respecting feature type set in style (line, fill or symbol) Michael Straßburger 2016-11-06 16:04:32 +0100
  • e9d92a71fa 🎨 adding style color constants for place_label_* Michael Straßburger 2016-11-06 16:03:23 +0100
  • 8aa29a9e28 🏃 applying styles on tile load, filtering unstyled features, caching style Michael Straßburger 2016-11-06 15:34:36 +0100
  • 59b64e8dd2 👷 cleanup, testing tiles with an extent of 512, config params Michael Straßburger 2016-11-06 14:15:30 +0100
  • a21d172a2c 👷 making mbtiles library optional (install via npm install -g mbtiles) Michael Straßburger 2016-11-06 00:21:31 +0100
  • ac1494636a 📖 updating readme, adding install & run instructions Michael Straßburger 2016-11-05 22:02:51 +0100
  • 401335049d 🎨 adding any, none, has, !has, >, < and <= style filters Michael Straßburger 2016-11-05 20:24:49 +0100
  • f705cf4cd4 🛀 cleaning up, removing obsolete dev tiles and scripts Michael Straßburger 2016-11-05 18:28:12 +0100
  • d229842a0f 🎨 adding style constants for poi_label_* colors Michael Straßburger 2016-11-05 18:05:31 +0100
  • 0bc0d3a980 👷 preparing benchmark, moving output to main & headless mode Michael Straßburger 2016-11-05 17:45:25 +0100
  • 69b946b85c 🔍 limiting tile repetion to x axis, optimizing moveBy Michael Straßburger 2016-11-04 21:22:56 +0100
  • ccad39cf77 🎨 supporting style based minzoom, adding sepertae admin_level_4 style Michael Straßburger 2016-11-04 04:00:23 +0100
  • cc97cfd095 🏠 persiting downloaded tiles in $home/.mapscii/cache/ Michael Straßburger 2016-11-04 01:42:23 +0100
  • 4ba7c08755 ➡️ global linking of 'mapscii' Michael Straßburger 2016-11-03 23:13:44 +0100
  • 24434052cb 🔍 endless magnification zoomability after max tile zoom level is reached Michael Straßburger 2016-11-03 07:04:53 +0100
  • ea879a77f7 💼 canvas matrix save/store lifo buffer Michael Straßburger 2016-11-03 06:27:23 +0100
  • 61be4181fd implementing zoom level based map movement Michael Straßburger 2016-11-03 05:54:38 +0100
  • ae9507d4e3 🚦 uniting layer rendering + label buffering across tiles Michael Straßburger 2016-11-03 05:39:44 +0100
  • 6c2819a89c 🎊 multi tile support! endless left/right scroll, promise refactor Michael Straßburger 2016-11-03 04:29:50 +0100
  • c5ae3a4963 📗 updating modules&todos in README Michael Straßburger 2016-11-03 02:41:08 +0100
  • d460421eea 📡 implementing HTTP source handling for TileSource Michael Straßburger 2016-11-03 02:14:47 +0100
  • 3895fd1fd3 🎭 more async refactoring in preperation for multitile support Michael Straßburger 2016-11-03 01:25:09 +0100
  • da6c398e6d 🍺 comitting current dev stage of various refactors Michael Straßburger 2016-11-02 13:19:46 +0100
  • eb88d231a9 🔳 calculating visible tiles Michael Straßburger 2016-10-03 22:09:04 +0200
  • e841d634f9 📐 adding support for holes in polygon triangulation Michael Straßburger 2016-10-03 20:01:30 +0200
  • c0da2871d6 🔳 accurate calculation of current viewport bbox Michael Straßburger 2016-10-03 19:19:41 +0200
  • d2f182c2b2 🎨 clearing screen right before first draw Michael Straßburger 2016-10-03 17:05:14 +0200
  • 043e271985 🔍 calculating minZoom based on terminal width, fit map on startup Michael Straßburger 2016-10-03 16:42:14 +0200
  • dd755ba8a8 🔍 adapting to "real" zoom levels, starting with full tile fit Michael Straßburger 2016-10-03 16:26:41 +0200
  • f24ebc9ac0 🎨 starting work on basic dark theme Michael Straßburger 2016-10-03 05:30:59 +0200
  • 89f4521251 🎨 adding support for style.constants Michael Straßburger 2016-10-03 05:29:40 +0200
  • afe7a53009 ↔️ adding config for used input/output stream Michael Straßburger 2016-10-01 21:05:16 +0200
  • d0ada3f13d Merge branch 'master' of github.com:rastapasta/termap Michael Straßburger 2016-10-01 05:01:35 +0200
  • 3b05be5f14 🎨 allow specific feature selection in render order (road->water->road:bridge) Michael Straßburger 2016-10-01 04:47:10 +0200
  • 7556357b46 📖 updating readme's todo Michael Strassburger 2016-09-30 15:19:00 +0200
  • bc2d050581 🎨 respecting style.minzoom Michael Straßburger 2016-09-29 23:27:58 +0200
  • bdfcae4fa0 ↪️ implemting Canvas.rotate and prototype degree control (k & l) Michael Straßburger 2016-09-29 20:35:22 +0200
  • 0e481bf5c9 🐁 adding Renderer.featuresAt to return features for mouse positions Michael Straßburger 2016-09-29 20:03:53 +0200
  • 80edcc3f04 🐁 keep drawing the map while dragging it Michael Straßburger 2016-09-29 13:32:08 +0200
  • df6c6fd932 📷 adding screenshot to readme Michael Straßburger 2016-09-29 01:25:47 +0200
  • bd83950eeb 🎨 optimizing label/marker rendering Michael Straßburger 2016-09-29 01:24:00 +0200
  • f493a48e34 🎨 applying style.paint['line-width'] Michael Straßburger 2016-09-29 01:02:21 +0200
  • 7bfe9bb57b 💖 adding stroke-width support for (poly)lines! Michael Straßburger 2016-09-29 00:57:28 +0200
  • 410d3aba4f 🔨 json style merge helper script, merged line-width into bright style Michael Straßburger 2016-09-29 00:55:05 +0200
  • 814d698203 🎨 setting bright's background to black Michael Straßburger 2016-09-28 22:51:28 +0200
  • a7c8a4206b 🎨 supporting global background color via style definition Michael Straßburger 2016-09-28 19:39:00 +0200
  • 334032da59 🎨 optimizing canvas size calculation Michael Straßburger 2016-09-28 19:29:54 +0200
  • 3f01b85e81 🔍 using markers for labels that won't fit on the screen anymore Michael Straßburger 2016-09-28 18:43:53 +0200
  • a2232a53dd 🚤 clamping polygon points to visible area, reducing points afterwards Michael Straßburger 2016-09-28 18:18:16 +0200
  • 05558f0cdf 🚤 reducing points after scaling to speed up rendering Michael Straßburger 2016-09-28 18:06:24 +0200
  • f5fdd8dea5 🎨 working on background color based polygon filling Michael Straßburger 2016-09-28 14:11:05 +0200
  • 22907f4168 📐 adding utils.pointInPolygon Michael Straßburger 2016-09-28 13:39:34 +0200
  • bfe6abadd7 🎨 adding support for background color Michael Straßburger 2016-09-28 13:38:47 +0200
  • 64b03e3422 🔍 adding house numbers and custom label margin per layer Michael Straßburger 2016-09-27 23:45:26 +0200
  • 6fbd676a2e 👍 using readline's cursorTo, thanks to @alangecker Michael Straßburger 2016-09-27 23:42:24 +0200
  • f56b37d3b0 📖 switching to refactored text renderer Michael Straßburger 2016-09-27 17:23:58 +0200
  • cfe063cf2e 🔍 using spatial indexing to determain which features to render Michael Straßburger 2016-09-27 14:53:47 +0200
  • 06528f488d 📐 using earcut for triangulation, implementing own Canvas Michael Straßburger 2016-09-27 13:57:59 +0200
  • a3fb7149f2 🐃 finishing BrailleBuffer! Michael Straßburger 2016-09-23 21:06:24 +0200
  • 719b099cdc 🐃 working on own BrailleBuffer implementation Michael Straßburger 2016-09-23 03:53:39 +0200
  • 11c2f1f544 🔮 abstracting tile handling, preparing usage of spatial indexing Michael Straßburger 2016-09-22 05:09:07 +0200
  • 0877eaca86 🎨 implementing mapbox style compiler, turning filter into call chains Michael Straßburger 2016-09-21 23:40:08 +0200