JSON needs to be added as array in config.js oder config.default.js
It needs a json and a option part (for style)
e.g.
geo: [
{
json: [
{
'type': 'Feature',
'geometry': {
'type': 'Polygon',
'coordinates': [
[
[
12.04925537109375,
49.036517514836994
],
[
12.033462524414062,
49.021660359632115
],
[
12.058181762695312,
48.99553703238219
],
[
12.11311340332031,
49.001843917978526
],
[
12.122726440429686,
49.03381654386847
],
[
12.04925537109375,
49.036517514836994
]
]
]
}
}
],
option: {
style: {
color: '#e23535',
weight: 5,
opacity: 0.4,
fillColor: '#6de922',
fillOpacity: 0.1
}
}
}
]
|
||
|---|---|---|
| .github | ||
| assets | ||
| gulp | ||
| html | ||
| lib | ||
| locale | ||
| scss | ||
| .bithoundrc | ||
| .editorconfig | ||
| .eslintrc | ||
| .gitignore | ||
| .sass-lint.yml | ||
| .travis.yml | ||
| app.js | ||
| config.default.js | ||
| config.js | ||
| gulpfile.js | ||
| LICENSE.md | ||
| package.json | ||
| polyfill.js | ||
| README.md | ||
| service-worker.js | ||
| yarn.lock | ||
Meshviewer
Meshviewer is an online visualization app to represent nodes and links on a map for Freifunk open mesh network.
Demo
Embedded: https://regensburg.freifunk.net/netz/karte/
Standalone: https://regensburg.freifunk.net/meshviewer/
Documentation
Documentation moved to doc.meshviewer.org.
- Read online
- Export as
Changelog
Why move the documentation/changelog?
- Search available
- Multiple pages
- Less doc commits, faster changes
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
- POEditor for providing an easy non-developer translation environment
- Netlify preview for every PR and also provide a page with current develop branch
These tools need a lot of infrastructures and provide a free account for open source software.