|
@@ -108,7 +108,7 @@ obceIndexLayer.set('popUp', {
|
|
|
],
|
|
],
|
|
|
});
|
|
});
|
|
|
obceIndexLayer.set('editable', false);
|
|
obceIndexLayer.set('editable', false);
|
|
|
-//obceLayer.set('queryable', false);
|
|
|
|
|
|
|
+obceIndexLayer.set('queryable', false);
|
|
|
|
|
|
|
|
export const AppConfig = {
|
|
export const AppConfig = {
|
|
|
//proxyPrefix: '../8085/',
|
|
//proxyPrefix: '../8085/',
|
|
@@ -131,7 +131,9 @@ export const AppConfig = {
|
|
|
url: getHostname(),
|
|
url: getHostname(),
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
- panelWidths: {},
|
|
|
|
|
|
|
+ panelWidths: {
|
|
|
|
|
+ datasource_selector: 400,
|
|
|
|
|
+ },
|
|
|
panelsEnabled: {
|
|
panelsEnabled: {
|
|
|
composition_browser: false,
|
|
composition_browser: false,
|
|
|
feature_crossfilter: false,
|
|
feature_crossfilter: false,
|
|
@@ -145,6 +147,7 @@ export const AppConfig = {
|
|
|
feature_table: false,
|
|
feature_table: false,
|
|
|
draw: false,
|
|
draw: false,
|
|
|
},
|
|
},
|
|
|
|
|
+ sidebarPosition: 'right',
|
|
|
sizeMode: 'fullscreen',
|
|
sizeMode: 'fullscreen',
|
|
|
translationOverrides: i18n,
|
|
translationOverrides: i18n,
|
|
|
};
|
|
};
|