[DOC] Update differnces & add help section
This commit is contained in:
parent
4347db2c3a
commit
f4073784a1
15
README.md
15
README.md
@ -6,7 +6,7 @@
|
|||||||
- Formatted Code
|
- Formatted Code
|
||||||
- Grunt inline for some css and js - less requests
|
- Grunt inline for some css and js - less requests
|
||||||
- Icon font with only needed icons
|
- Icon font with only needed icons
|
||||||
- Upgrade to grunt v1.x (NodeJS 6.2+ compatible)
|
- Upgrade to grunt v1.x (NodeJS 0.11 - 6.2+ compatible)
|
||||||
- Inline some css and js
|
- Inline some css and js
|
||||||
- Bower update all components
|
- Bower update all components
|
||||||
- Load only german locale from 101 languages from moment.js
|
- Load only german locale from 101 languages from moment.js
|
||||||
@ -14,6 +14,9 @@
|
|||||||
- Remove ruby dependency
|
- Remove ruby dependency
|
||||||
- FixedCenter is required
|
- FixedCenter is required
|
||||||
- Rewrite Scss, SASS lint and variables for easy customization/adjustments
|
- Rewrite Scss, SASS lint and variables for easy customization/adjustments
|
||||||
|
- Improved cross browser/device support THX@BrowserStack
|
||||||
|
- Leaflet with patch to avoid IE/Edge crashes
|
||||||
|
- [A lot more in commit history](https://github.com/ffrgb/meshviewer/commits/develop)
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
||||||
@ -50,6 +53,11 @@ This will generate `build/` containing all required files.
|
|||||||
|
|
||||||
Use `grunt serve` for development.
|
Use `grunt serve` for development.
|
||||||
|
|
||||||
|
## Support/Help
|
||||||
|
|
||||||
|
- IRC: irc.hackint.org #freifunkRGB
|
||||||
|
- Feel free to open an issue for a problem or a idea.
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
|
|
||||||
Change `config.json`to match your community.
|
Change `config.json`to match your community.
|
||||||
@ -70,11 +78,6 @@ It may help with firewall problems too.
|
|||||||
|
|
||||||
Change this to match your communities' name. It will be used in various places.
|
Change this to match your communities' name. It will be used in various places.
|
||||||
|
|
||||||
## mapSigmaScale (float)
|
|
||||||
|
|
||||||
This affects the initial scale of the map. Greater values will show a larger
|
|
||||||
area. Values like 1.0 and 0.5 might be good choices.
|
|
||||||
|
|
||||||
## showContact (bool)
|
## showContact (bool)
|
||||||
|
|
||||||
Setting this to `false` will hide contact information for nodes.
|
Setting this to `false` will hide contact information for nodes.
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
// String or array of data provider are supported
|
// String or array of data provider are supported
|
||||||
"dataPath": "https://regensburg.freifunk.net/data/",
|
"dataPath": "https://regensburg.freifunk.net/data/",
|
||||||
"siteName": "Freifunk Regensburg",
|
"siteName": "Freifunk Regensburg",
|
||||||
"mapSigmaScale": 0.5,
|
|
||||||
"showContact": false,
|
"showContact": false,
|
||||||
"maxAge": 14,
|
"maxAge": 14,
|
||||||
"mapLayers": [
|
"mapLayers": [
|
||||||
|
Loading…
Reference in New Issue
Block a user