Code Monkey home page Code Monkey logo

Comments (3)

AppWerft avatar AppWerft commented on August 21, 2024

Danke, habe es gefixt.

Am 29/07/15 um 11:43 schrieb Tobias Hachmer:

Hallo,

der Parser für den Meshviewer ist falsch. Der wurde anscheinend für
die nodes.json gebaut und nicht für die standardisierte nodelist.json:

/// meshviewer
Object.getOwnPropertyNames(nodes).forEach(function(key) {
var node = nodes[key];
node.nodeinfo && node.nodeinfo.location && allnodes.push({
name : node.nodeinfo.hostname,
lat : node.nodeinfo.location.latitude,
lon : node.nodeinfo.location.longitude,
id : key,
online : node.flags && node.flags.online,
clients : node.statistics && node.statistics.clients
});
});

Als Beispiel für die standardisierte nodelist.json siehe:
http://map.wiesbaden.freifunk.net/data/nodelist.json

Das Datenformat der nodelist.json ist hier spezifiziert:
https://github.com/ffansbach/nodelist


Reply to this email directly or view it on GitHub
#33.

Dipl.-Ing. Rainer Schleevoigt
Certified TYPO3 Integrator
Certified Titanium App Developer

Novalisweg 10

22303 Hamburg
℡ 040 60812460
|Ust-ID: DE239491976|||||||

from freifunker.

kokel avatar kokel commented on August 21, 2024

Vielen Dank, ich seh auf Github die Korrekturen noch nicht, letzter Commit ist von vor 2 Tagen ;-)

from freifunker.

AppWerft avatar AppWerft commented on August 21, 2024

Habe unüberlegt eienm Pullrequest zugestimmt und jetzt muss ich mergen.
Bin mir nicht ganz klar, wie das geht.

Am 29/07/15 um 12:37 schrieb Tobias Hachmer:

Vielen Dank, ich seh auf Github die Korrekturen noch nicht, letzter
Commit ist von vor 2 Tagen ;-)


Reply to this email directly or view it on GitHub
#33 (comment).

Dipl.-Ing. Rainer Schleevoigt
Certified TYPO3 Integrator
Certified Titanium App Developer

Novalisweg 10

22303 Hamburg
℡ 040 60812460
|Ust-ID: DE239491976|||||||

from freifunker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.