Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions geonode_mapstore_client/client/js/utils/AppUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,6 @@ function setupLocale(locale) {
.then((localeDataMod) => {
const localeData = localeDataMod.default;
addLocaleData([...localeData]);
if (!global.Intl) {
return import('intl')
.then((intlMod) => {
global.Intl = intlMod.default;
return import(`intl/locale-data/jsonp/${locale}.js`).then(() => {
return locale;
});
});
}
// setup locale for moment
moment.locale(locale);
return locale;
Expand Down
6 changes: 6 additions & 0 deletions geonode_mapstore_client/client/themes/geonode/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,10 @@ div.chart-color-class-modal {
white-space: nowrap;
}
}
}

.page-viewer {
footer {
z-index: 10;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,12 @@ div#mapstore-globalspinner {
.divider {
margin: 0.25rem 0;
}
}

#navigationBar .mapToolbar {
margin-bottom: 6px;
}

#mapstore-map-footer #mapstore-mouseposition {
height: auto;
}
52 changes: 41 additions & 11 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"md": 420
},
"bottom": {
"sm": 30
"sm": 0
}
}
},
Expand Down Expand Up @@ -180,7 +180,10 @@
}
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Notifications"
Expand Down Expand Up @@ -246,7 +249,10 @@
}
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Timeline"
Expand Down Expand Up @@ -326,7 +332,10 @@
"name": "Expander"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Notifications"
Expand Down Expand Up @@ -409,7 +418,10 @@
"name": "Expander"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "TOC",
Expand Down Expand Up @@ -753,7 +765,10 @@
"name": "Expander"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Measure"
Expand Down Expand Up @@ -1349,7 +1364,10 @@
"name": "ScaleBox"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Notifications"
Expand Down Expand Up @@ -1409,7 +1427,10 @@
}
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Map",
Expand Down Expand Up @@ -1649,7 +1670,10 @@
"name": "Expander"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Measure"
Expand Down Expand Up @@ -2918,7 +2942,10 @@
"name": "Expander"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "TOC",
Expand Down Expand Up @@ -3047,7 +3074,10 @@
"name": "Expander"
},
{
"name": "MapFooter"
"name": "MapFooter",
"cfg": {
"containerPosition": "footer"
}
},
{
"name": "Legend"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
{
"name": "MapFooter",
"mandatory": true,
"hidden": true
"hidden": true,
"defaultConfig": {
"containerPosition": "footer"
}
},
{
"name": "Widgets",
Expand Down