[GeoNode-users] GeoExplorer customization

Jeffrey Johnson ortelius at gmail.com
Thu Oct 15 09:34:23 PDT 2015


On Thu, Oct 15, 2015 at 2:53 AM, Francesco Marigliano
<f.marigliano.it at ieee.org> wrote:
> Hi all,
> I've two questions.
>
> I'm going to customize GeoExplorer (styles, buttons, etc) and I need to know
> if someone has already did that.
>
> 1 - Change the GeoExplorer default style: how can I set it to "gray"
> (folder: /var/www/geonode/static/geoexplorer/externals/ext/resources/images)

that’s a general Ext question, just change the css style tag

<link rel="stylesheet" type="text/css"
href="../externals/ext/resources/css/xtheme-gray.css">

> 2 - It is possible to change the "Query" field with a more "user-friendly"
> interface? I assure that most users doesn't know how to query, so I need a
> more simply "search box" field

This would take some development effort on your end to change things.
The 2 relevant classes are here

https://github.com/GeoNode/geonode/blob/master/geonode/static/geonode/js/extjs/GeoNode-GeoExplorer.js
https://github.com/boundlessgeo/gxp/blob/master/src/script/plugins/GeoNodeCatalogueSource.js

>
> Cheers,
> Francesco
>
> ---
> Questa e-mail è stata controllata per individuare virus con Avast antivirus.
> https://www.avast.com/antivirus
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users


More information about the geonode-users mailing list