Commit Graph

843 Commits

Author SHA1 Message Date
stebifan
4fd562b84b
Update config.js 2019-11-10 15:02:45 +01:00
stebifan
e448b02bb4
Add FFRS tile Server 2019-11-09 18:00:37 +01:00
stebifan
3a3a3e014c
Update config.js 2019-05-07 16:42:11 +02:00
stebifan
e083ed13a7
Update config.js 2019-05-07 16:39:07 +02:00
stebifan
8a89c0f5db
Update config.js 2019-05-07 16:36:06 +02:00
stebifan
ec0e0e5445
Removed tdf7 2019-04-27 21:53:17 +02:00
stebifan
b6f1dd066e
Update config.js 2019-02-08 14:43:13 +01:00
stebifan
98e7a55f6f
Update config.js 2019-02-03 12:29:31 +01:00
stebifan
2736461604
Update config.js 2019-01-31 19:36:27 +01:00
stebifan
c0ea13a8fa
Update config.js 2019-01-26 20:24:31 +01:00
stebifan
2200c4bc19
Update config.js 2019-01-26 19:52:09 +01:00
stebifan
69e37f779f
Update config.default.js 2018-11-06 19:32:56 +01:00
stebifan
5d1d72d95d
Merge pull request #3 from ffrgb/develop
merge upstream
2018-08-06 22:27:57 +02:00
Xaver Maierhofer
8bf3498744
[TASK] Prevent XSS in tooltip 2018-08-06 17:50:57 +02:00
Xaver Maierhofer
2192500d05
[TASK] Remove unnecessary moment 2018-08-06 16:50:27 +02:00
Xaver Maierhofer
712c3f21ce
[TASK] Remove obsolete windows, rename macosx to osx 2018-08-03 21:02:06 +02:00
Xaver Maierhofer
3d113c6247
[TASK] Remove bithound 2018-08-03 20:50:47 +02:00
Xaver Maierhofer
9c596531e2
[TASK] Optimize code 2018-08-03 20:08:08 +02:00
Xaver Maierhofer
e1aa152055
[BUGFIX] Gulp html inject order 2018-08-02 02:14:31 +02:00
Xaver Maierhofer
d29bb31311
[TASK] Remove localStorage 2018-08-02 01:58:41 +02:00
Xaver Maierhofer
2c6303d820
[TASK] Add dynamic title to offline html and multiple metatags 2018-08-02 01:15:19 +02:00
Xaver Maierhofer
2a7e1cdaa6
[TASK] No startup browser 2018-08-02 00:58:50 +02:00
Xaver Maierhofer
3311e70296
[BUGFIX] Fullscreen icon switch 2018-08-01 21:16:41 +02:00
Xaver Maierhofer
e1d3a3d7b2
[BUGFIX] Fullscreen firefox legacy & chrome 2018-08-01 16:05:50 +02:00
Xaver Maierhofer
25212adb81
[TASK] Add optional fullscreen mode 2018-07-31 23:25:23 +02:00
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
Xaver Maierhofer
bfb1111744
[TASK] Improve night colors 2018-07-25 23:46:32 +02:00
Xaver Maierhofer
81a26b5560
[!!!][TASK] Indexable urls 2018-07-22 15:30:09 +02:00
Xaver Maierhofer
02e02f9219
[BUGFIX] URL router can fail at high load 2018-07-22 14:44:34 +02:00
Xaver Maierhofer
20a8c4583a
[TASK] Update leaflet map to 1.3.3 2018-07-20 16:42:56 +02:00
Xaver Maierhofer
51be472ce4
[BUGFIX] Use polygot 2.2 with AMD support 2018-07-13 21:53:01 +02:00
Xaver Maierhofer
e75d865fbf
[TASK] Update github issue templates 2018-07-13 20:08:23 +02:00
Xaver Maierhofer
4f078f4b56
[TASK] Update to eslint 5 2018-07-13 17:00:25 +02:00
Xaver Maierhofer
15f8f4bd74
[TASK] Add nodejs 10 and remove 9 from travis 2018-07-09 02:09:46 +02:00
stebifan
3c72e12c3a
Update config.js 2018-06-25 22:07:47 +02:00
stebifan
28df47c15f
Update config.js 2018-06-25 22:04:50 +02:00
stebifan
ded730f36c
Update config.js 2018-06-25 21:59:48 +02:00
stebifan
ad4ee19344
Update config.js 2018-06-25 21:59:11 +02:00
stebifan
48aa3a486b
Merge pull request #2 from ffrgb/develop
Update Fork
2018-06-25 21:53:09 +02:00
Xaver Maierhofer
ad89c910ab
[TASK] Move to v8 promies polyfill & eslint5 2018-06-25 20:45:29 +02:00
stebifan
7aab2f1462
Update config.js 2018-06-10 11:27:38 +02:00
stebifan
61b9e9d351
Update config.js 2018-06-10 11:20:03 +02:00
Xaver Maierhofer
3085c14c3b
[TASK] Add posibility for links DSGVO 2018-05-24 00:51:41 +02:00
Xaver Maierhofer
100cf626a5
[TASK] Update favicon generation 0.15 to 0.16 2018-05-11 22:22:37 +02:00
Xaver Maierhofer
6d57ad35c3
[TASK] Update moment, promies polyfill & gulp utilities 2018-05-11 22:10:42 +02:00
stebifan
0c03efbfff
Update config.js 2018-04-19 12:06:43 +02:00
stebifan
ef9b9c3c3f
Update config.js 2018-04-19 12:01:26 +02:00
stebifan
1b89f86d74
Update config.js 2018-04-18 00:51:47 +02:00
stebifan
b294a5d405
Update config.js 2018-04-18 00:27:32 +02:00
stebifan
957cc892a9
Update config.js 2018-04-17 23:52:35 +02:00