• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

geosolutions-it / MapStore2 / 19764672611

27 Nov 2025 09:59AM UTC coverage: 76.663% (-0.3%) from 76.929%
19764672611

Pull #11119

github

web-flow
Fix: #11712 Support for template format on vector layers to visualize embedded conent (#11720)
Pull Request #11119: Layer Selection Plugin on ArcGIS, WFS & WMS layers

32264 of 50209 branches covered (64.26%)

3 of 3 new or added lines in 2 files covered. (100.0%)

3019 existing lines in 248 files now uncovered.

40156 of 52380 relevant lines covered (76.66%)

37.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
/web/client/components/development/Debug.jsx
1
/**
2
 * Copyright 2015, GeoSolutions Sas.
3
 * All rights reserved.
4
 *
5
 * This source code is licensed under the BSD-style license found in the
6
 * LICENSE file in the root directory of this source tree.
7
 */
8

9
import React from 'react';
10

11
import url from 'url';
12

13
const urlQuery = url.parse(window.location.href, true).query;
1✔
14

15
class Debug extends React.Component {
16
    render() {
17
        if (urlQuery && urlQuery.debug && __DEVTOOLS__ && !window.__REDUX_DEVTOOLS_EXTENSION__) {
25!
UNCOV
18
            const DevTools = require('./DevTools').default;
×
UNCOV
19
            return (
×
20
                <DevTools/>
21
            );
22
        }
23
        return null;
25✔
24
    }
25
}
26

27
export default Debug;
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc