This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/lib
Xaver Maierhofer 4fd4e27a8b
[TASK] Add GeoJSON support
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
          }
        }
      }
    ]
2018-07-27 20:04:47 +02:00
..
filters [TASK] Remove outdated code 2017-10-29 20:52:17 +01:00
forcegraph [TASK] Show rectangle gateway in forcegraph 2018-01-19 22:53:59 +01:00
infobox [TASK] Add source/target address to link variables 2018-02-25 18:01:49 +01:00
map [TASK] Zoom in visible area 2017-12-26 15:06:29 +01:00
utils [!!!][TASK] Indexable urls 2018-07-22 15:30:09 +02:00
about.js [TASK] Different colors on map and forcegraph for clients 2017-10-29 15:11:40 +01:00
container.js [TASK] Reduce complexity 2017-03-05 14:16:58 +01:00
datadistributor.js [TASK] Remove instead of add filter twice 2017-03-29 11:22:52 +02:00
forcegraph.js [TASK] Show offline nodes in forcegraph 2018-01-19 22:27:42 +01:00
gui.js [TASK] Zoom in visible area 2017-12-26 15:06:29 +01:00
legend.js [TASK] Add posibility for links DSGVO 2018-05-24 00:51:41 +02:00
linklist.js [TASK] Add link type in lists 2018-01-05 22:28:30 +01:00
main.js [TASK] Wait for loaded language 2017-11-05 16:58:41 +01:00
map.js [TASK] Add GeoJSON support 2018-07-27 20:04:47 +02:00
nodelist.js [TASK] Add title for icons 2018-01-05 22:28:55 +01:00
proportions.js [BUGFIX] URL router can fail at high load 2018-07-22 14:44:34 +02:00
sidebar.js [BUGFIX] Support CustomEvent in IE 2017-12-26 18:14:23 +01:00
simplenodelist.js [TASK] Add title for icons 2018-01-05 22:28:55 +01:00
sorttable.js [TASK] Use snabbdom for DOM 2017-04-25 23:21:55 +02:00
tabs.js [TASK] Add translations 2017-01-30 01:17:21 +01:00
title.js [TASK] Add multiple links to link infobox 2017-11-14 17:37:20 +01:00