Advertisement
Guest User

Untitled

a guest
May 31st, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. {
  2. "dataPath": [
  3. "http://flix.freifunk-lippe.de/data/d01/",
  4. "http://flix.freifunk-lippe.de/data/d02/",
  5. "http://flix.freifunk-lippe.de/data/d03/",
  6. "http://flix.freifunk-lippe.de/data/d04/"
  7. ],
  8. "siteName": "Freifunk Lippe",
  9. "mapSigmaScale": 0.5,
  10. "showContact": true,
  11. "maxAge": 14,
  12. "mapLayers": [
  13. {
  14. "name": "OpenStreetMap (DE)",
  15. "url": "http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png",
  16. "config": {
  17. "attribution": "Tiles &copy; <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a>, OpenStreetMap DE",
  18. "maxZoom": 18
  19. }
  20. },
  21. { "name": "MapQuest (OSM)",
  22. "url": "https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg",
  23. "config": {
  24. "subdomains": "1234",
  25. "type": "osm",
  26. "attribution": "Tiles &copy; <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
  27. "maxZoom": 18
  28. }
  29. },
  30. {
  31. "name": "Esri World Imagery",
  32. "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
  33. "config": {
  34. "attribution": "Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community",
  35. "maxZoom": 18
  36. }
  37. },
  38. {
  39. "name": "CartoDB (DarkMatter)",
  40. "url": "http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",
  41. "config": {
  42. "subdomains": "abcd",
  43. "attribution": "Tiles &copy; <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a> &copy; <a href=\"http://cartodb.com/attributions/\">CartoDB</a>",
  44. "maxZoom": 18
  45. }
  46. },
  47. {
  48. "name": "Stamen (TonerLite)",
  49. "url": "http://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png",
  50. "config": {
  51. "subdomains": "abcd",
  52. "attribution": "Map tiles by <a href=\"http://stamen.com/\">Stamen Design</a>, <a href=\"http://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a> &mdash; Map data &copy; <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a>",
  53. "maxZoom": 18
  54. }
  55. },
  56. {
  57. "name": "MtbMap (Profil)",
  58. "url": "http://tile.mtbmap.cz/mtbmap_tiles/{z}/{x}/{y}.png",
  59. "config": {
  60. "attribution": "&copy; <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a> &amp; USGS",
  61. "maxZoom": 18
  62. }
  63. },
  64. {
  65. "name": "OpenTopoMap (Profil)",
  66. "url": "http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
  67. "config": {
  68. "attribution": "Map data: &copy; <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a>, <a href=\"http://viewfinderpanoramas.org/\">SRTM</a> | Map style: &copy; <a href=\"https://opentopomap.org/\">OpenTopoMap</a> (<a href=\"https://creativecommons.org/licenses/by-sa/3.0/\">CC-BY-SA</a>)",
  69. "maxZoom": 16
  70. }
  71. }
  72. ],
  73. "nodeInfos": [
  74. { "name": "Clientstatistik",
  75. "href": "http://www.freifunk-en.de",
  76. "grafana": "http://xxxx.xx/dashboard-solo/db/ff-router?panelId=1&fullscreen&var-clients=ffnode_{NODE_ID}_clients&theme=light",
  77. "caption": "Clients"
  78. },
  79. { "name": "Datendurchsatz",
  80. "href": "http://www.freifunk-en.de",
  81. "grafana": "http://xxxx.xx/dashboard-solo/db/ff-router?panelId=2&fullscreen&var-traffic=ffnode_{NODE_ID}_traffic&theme=light",
  82. "caption": "Durchsatz"
  83. }
  84. ],
  85. "globalInfos": [
  86. { "name": "Clientstatistik",
  87. "href": "http://www.freifunk-en.de",
  88. "grafana": "http://xxxx.xx/dashboard-solo/db/ff-stats?panelId=16&fullscreen&theme=light",
  89. "caption": "Soon(tm)"
  90. }
  91. ],
  92. "siteNames": [
  93. { "site": "d01", "name": "Domaene 01" },
  94. { "site": "d02", "name": "Domaene 02" },
  95. { "site": "d03", "name": "Domaene 03" },
  96. { "site": "d04", "name": "Domaene 04" }
  97. ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement