Skip to content

Commit 7cab49f

Browse files
committed
Some fixes
1 parent 81bbbcb commit 7cab49f

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

web/client/api/__tests__/WFS-test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,6 @@ describe('Test WFS ogc API functions', () => {
122122
done();
123123
});
124124
});
125-
it('toDescribeURL with URL array', () => {
126-
const _url = [
127-
'http://gs-stable.geosolutionsgroup.com:443/geoserver1',
128-
'http://gs-stable.geosolutionsgroup.com:443/geoserver2',
129-
'http://gs-stable.geosolutionsgroup.com:443/geoserver3'
130-
];
131-
132125
it('getSupportedFormat without text/html format', (done) => {
133126
mockAxios.onGet().reply(200, `
134127
<wfs:WFS_Capabilities>

web/client/configs/localConfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"authenticationProviders": [
6060
{
6161
"type": "openID",
62-
"provider": "keycloak"
62+
"provider": "keycloak",
63+
"title": "Autenticazione con ARPA"
6364
},
6465
{
6566
"type": "basic",

web/client/product/plugins/Attribution.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ import React from 'react';
1010
import PropTypes from 'prop-types';
1111
import src from '../assets/img/logo-regione-toscana.png';
1212
import assign from 'object-assign';
13-
import PropTypes from 'prop-types';
14-
15-
import src from '../assets/img/mapstorelogo.png';
1613

1714
class Attribution extends React.Component {
1815
static propTypes = {

0 commit comments

Comments
 (0)