Skip to content

Commit

Permalink
#1699: Add mapviewers to filter panel (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored Mar 15, 2024
1 parent a9fdc6e commit c8737d9
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ function ResourcesGrid({
labelId: 'gnhome.maps',
type: 'filter'
},
{
id: 'mapviewer',
labelId: 'gnhome.mapviewers',
type: 'filter'
},
{
id: 'geostory',
labelId: 'gnhome.geostories',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"remoteServices": "Remote-Dienste",
"maps": "Karten",
"map": "Karte",
"mapviewers": "Kartenbetrachter",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "GeoStory erstellen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"createNew": "Create new",
"addResource": "Add Resource",
"maps": "Maps",
"mapviewers": "MapViewers",
"about": "About",
"people": "People",
"groups": "Groups",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"remoteServices": "Servicios remotos",
"maps": "Mapas",
"map": "Mapa",
"mapviewers": "Visores de mapas",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Crear geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"remoteServices": "Services à distance",
"maps": "Cartes",
"map": "Carte",
"mapviewers": "Visionneuses de cartes",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Créer une geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"remoteServices": "Servizi remoti",
"maps": "Mappe",
"map": "Mappa",
"mapviewers": "Visualizzatori di mappe",
"geostory": "Geostory",
"geostories": "GeoStories",
"createGeostory": "Crea geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"documents": "Documents",
"remoteServices": "Remote services",
"map": "Map",
"mapviewers": "MapViewers",
"geostory": "GeoStory",
"geostories": "GeoStories",
"createGeostory": "Create geostory",
Expand Down

0 comments on commit c8737d9

Please sign in to comment.