This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Xaver Maierhofer 73f2307011
[BUGFIX] Gulp serve html/config reload
2017-03-31 22:44:58 +02:00
.github [DOC] Add github templates 2017-02-07 10:32:18 +01:00
assets [TASK] Add favicon generator (incl. app tiles) and logo 2017-03-28 15:50:57 +02:00
gulp [BUGFIX] Gulp serve html/config reload 2017-03-31 22:44:58 +02:00
html [TASK] Add favicon generator (incl. app tiles) and logo 2017-03-28 15:50:57 +02:00
lib [TASK] Remove instead of add filter twice 2017-03-29 11:22:52 +02:00
locale [TASK] Update locale ru 2017-03-13 21:42:20 +01:00
scss [TASK] Add favicon generator (incl. app tiles) and logo 2017-03-28 15:50:57 +02:00
.bithoundrc [TASK] Bithound file length & unused modules 2017-02-25 16:49:22 +01:00
.editorconfig [TASK] Add .yml and .md to editorconfig 2017-02-12 19:21:39 +01:00
.eslintrc [TASK] Add node filter 2017-02-01 22:13:06 +01:00
.gitignore [TASK] Use npm/yarn for JS libarys instead of bower 2017-01-16 17:48:31 +01:00
.sass-lint.yml [TASK] Remove sass lint exceptions 2017-02-04 03:01:17 +01:00
.travis.yml [!!!][TASK] Replace grunt with gulp 2017-03-27 21:02:18 +02:00
CHANGELOG.md [DOC] Add information about development in CHANGELOG.md 2017-01-14 01:21:36 +01:00
LICENSE.md [TASK] LICENSE formatted with Markdown 2017-02-12 19:09:02 +01:00
README.md [!!!][TASK] Replace grunt with gulp 2017-03-27 21:02:18 +02:00
app.js [TASK] Migrate to leaflet client & labellayer 2017-03-18 19:37:06 +01:00
config.default.json [TASK] Default and custom config - merge 2017-03-30 22:22:24 +02:00
config.json [TASK] Default and custom config - merge 2017-03-30 22:22:24 +02:00
crowdin.yml [TASK] Add translations 2017-01-30 01:17:21 +01:00
gulpfile.js [TASK] Add favicon generator (incl. app tiles) and logo 2017-03-28 15:50:57 +02:00
package.json [TASK] Add favicon generator (incl. app tiles) and logo 2017-03-28 15:50:57 +02:00
yarn.lock [TASK] Add favicon generator (incl. app tiles) and logo 2017-03-28 15:50:57 +02:00

README.md

Meshviewer

Build Status Scrutinizer Code Quality Documentation License: AGPL v3

A web-app to visualize nodes and links on a map for Freifunk open mesh network.

Main differences to https://github.com/ffnord/meshviewer

Some similar features might have been implemented/merged

  • Leaflet upgraded to v1 - faster on mobile
  • Forcegraph rewrite with d3.js v4
  • Map layer modes (Allow to set a default layer based on time combined with a stylesheet)
  • Automatic updates for selected node or list (incl. image stats cache-breaker)
  • Node filter
  • Zoom level for clicking on a node (nodeZoom) is definable independently from the maximum zoom level 22
  • Formatted Code
  • Translation support - https://crowdin.com/project/meshviewer - Contact us for new languages
    • Currently available: en, de, fr & ru
  • Gulp inline for some css and js - less requests and instant load indicator
  • Icon font with needed icons only
  • Switch to Gulp (Tested with Node.js 4/6 LTS, 7 on Linux, 7 OSX & W**)
    • css and some js moved inline
  • Yarn/npm in favour of bower
    • Load only moment.js without languages (Languages are included in translations)
    • unneeded components removed (es6-shim, tablesort, numeraljs, leaflet-providers, leaflet-label jshashes, chroma-js)
  • RBush v2 - performance boost in last versions (positions, labels and clients on the map)
  • Ruby dependency removed
  • FixedCenter is required
  • Sass-lint, scss and variables rewritten for easy customizations/adjustments
  • Cross browser/device support improved (THX@BrowserStack)
  • Yarn package manager in favour of npm (npm still works)
  • Configurable reverse geocoding server
  • A lot more in the commit history

Demo

Embedded: https://regensburg.freifunk.net/netz/karte/
Standalone: https://regensburg.freifunk.net/meshviewer/

Documentation

Documentation moved to meshviewer.gitbooks.io.

Why move the documentation?

  • Search available
  • Multiple pages
  • Less doc commits, faster changes
  • Export as PDF, Mobi, ePub

Sponsoring / Supporting

  • BrowserStack for providing an awesome testing service for hundreds of browsers
  • Travis CI for building meshviewer on every push and pull request
  • Scrutinizer CI for testing code quality on every push and pull request
  • Crowdin for providing an easy non-developer translation environment

These tools need a lot of infrastructure and provide a free account for open source software.