libremap / libremap-api

The CouchDB server design document for LibreMap - a scalable, global and decentralized router database and map visualization for community networks, such as guifi, AlterMundi, FunkFeuer, ninux, freifunk, Commotion...
http://libremap.net/
GNU General Public License v3.0
10 stars 6 forks source link

add 'alias_local' into links #2

Closed andrenarchy closed 10 years ago

andrenarchy commented 10 years ago

Currently, there's no way to determine to which local alias is associated with a link. Thus, I suggest to add a mandatory alias_local field into each link object, e.g.

"links": [
    {
      "alias": "52:23:61:a7:a1:56",
      "alias_local": "ca:ff:ee:51:34:21",
      "type": "batman-adv",
      "quality": 0.78
    },
    ...
]
vusy-nathan commented 8 years ago

i have added the aliases but the are no links shown in the mapserver?