[GeoNode-users] geonode-users Digest, Vol 34, Issue 55
Admire Nyakudya
addloe at gmail.com
Sat Nov 25 22:13:43 PST 2017
On Nov 25, 2017 22:00, <geonode-users-request at lists.osgeo.org> wrote:
Send geonode-users mailing list submissions to
geonode-users at lists.osgeo.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/geonode-users
or, via email, send a message with subject or body 'help' to
geonode-users-request at lists.osgeo.org
You can reach the person managing the list at
geonode-users-owner at lists.osgeo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of geonode-users digest..."
Today's Topics:
1. Change the welcome page to a pre saved MAP (Leonardo Jauregui)
2. Re: problem with sld (Ivan Marchesini)
3. can't see the layers preview in the "explore layer" page
(Ivan Marchesini)
----------------------------------------------------------------------
Message: 1
Date: Fri, 24 Nov 2017 17:09:41 -0400
From: Leonardo Jauregui <leojauregui.geog at gmail.com>
To: geonode-users at lists.osgeo.org
Subject: [GeoNode-users] Change the welcome page to a pre saved MAP
Message-ID:
<CA+SjRdH=WgNEpEEsxyUktexC6KSv=JWzPkwTpKXLVmM8Q8YyNw at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Change the welcome page to a pre saved MAP
How can I redirect the Welcome page to make a map saved the default page.
Leonardo Jauregui From Bolivia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/
attachments/20171124/6bd1aa6d/attachment-0001.html>
------------------------------
Message: 2
Date: Sat, 25 Nov 2017 15:13:32 +0100
From: Ivan Marchesini <ivan.marchesini at gmail.com>
To: Ariel Neri <ariel.neriw at gmail.com>
Cc: geonode-users at lists.osgeo.org
Subject: Re: [GeoNode-users] problem with sld
Message-ID: <a4ce5517-5797-30cc-54b2-0f3f2dbb7296 at gmail.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Thank you Ariel
It is useful to know that some others have found the same problem and
thank you for the workaround
In case I do not find another solution I will try to write a python code
to do this..
thank you
Ivan
On 24/11/2017 19:31, Ariel Neri wrote:
> Hi, I had to adapt many complicated, hundred of clases simbology sld
> made in qgis to be used in Geoserver some time ago. I tried some
> programs with no luck, so finally I changed a few things in the QGis
> sld file to make it work in Geoserver.
>
> Basically it´s just 3 steps, using the "search and replace" tool:
>
> 1- i replaced the first line with one from an existing geoserver sld:
> <?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor
> xmlns="http://www.opengis.net/sld"
> xmlns:sld="http://www.opengis.net/sld"
> xmlns:ogc="http://www.opengis.net/ogc"
> xmlns:gml="http://www.opengis.net/gml" version="1.0.0">
>
> 2- Also copy the first lines raplacing the "****" with your own
>
> <sld:NamedLayer>
>
> <sld:Name>******</sld:Name>
>
> <sld:UserStyle>
>
> <sld:Name>*****</sld:Name>
>
> <sld:Title>******</sld:Title>
>
> <sld:Abstract>******</sld:Abstract>
>
> <sld:FeatureTypeStyle>
>
> <sld:Name>name</sld:Name>
>
> and do the same with the closings
>
> </sld:FeatureTypeStyle>
>
> </sld:UserStyle>
>
> </sld:NamedLayer>
>
> </sld:StyledLayerDescriptor>
>
>
> 3- Use the search and replace tool: replace “<se:” and“</se:”
> with“<sld: (…)” and“</sld: (…)” respectivly. And replace
> “SvgParameter” with “CssParameter”
>
>
> Sorry if i don´t use correct vocabulary, i´m not so much into coding,
> neather into english language.
> A co-worker made a script to do the steps before automatically with
> RStudio and made it even simpler for me.
>
> This was a good enough work-around for me and solved my problem.
> Probably now there´s a better way (i hope so). I share anyway in case
> it helps you.
The main difference between geoserver and qgis sld is the versions. QGIS
exports sld to the newest version.
In order to generate a sld that you do not have to change anything try
using Udig GIS. That also handles some geoserver sld extensions like
priority.
Regards
>
>
> 2017-11-24 14:43 GMT-03:00 Ivan Marchesini <ivan.marchesini at gmail.com
> <mailto:ivan.marchesini at gmail.com>>:
>
> Dear geonode users and developer
>
> I apologize if this is a well known problem but browsing on
> Internet (including the mailing list) I wasn't able to find a good
> solution
>
> I have recently installed geonode2.6 (ubuntu, ppa) for a project
> where multiple and not skilled users will be involved.
>
> I have tried to do a couple of things:
>
> 1) I uploaded a shapefile (separate files) together with a sld
> file exported from qgis. It happened to me that (i) the
> corresponding sld file created in geoserver is very different from
> the original one (tipicaly the colors are lost) and (ii) since
> the <Title> tag is not present geonode is only able to show me a
> style called "none"
>
> 2) I uploaded a shapefile (separate files) together with a sld
> file exported from udig. It happened to me that (ii) since the
> <Title> tag is not present geonode is only able to show me a style
> called "none"
>
> is there a way for creating a well formatted sld file for
> geoserver/geonode using some desktop GIS or some other tools with
> a GUI?
> It is very important to me since I can't ask the other colleagues
> to edit directly the xml files.. they will be too much scared by
> that!!
>
> thank you for your answers
>
> Ivan
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org <mailto:geonode-users at lists.osgeo.org>
> https://lists.osgeo.org/mailman/listinfo/geonode-users
> <https://lists.osgeo.org/mailman/listinfo/geonode-users>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/
attachments/20171125/5ed79ae1/attachment-0001.html>
------------------------------
Message: 3
Date: Sat, 25 Nov 2017 18:19:39 +0100
From: Ivan Marchesini <ivan.marchesini at gmail.com>
To: geonode-users at lists.osgeo.org
Subject: [GeoNode-users] can't see the layers preview in the "explore
layer" page
Message-ID: <a52ee523-8cc1-b518-5875-bf0f5efaac8e at gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Dear Geonode users,
after a fresh installation of Geonode 2.6 on ubuntu 16.04 I'm doing some
tests and it seems I can't see the thumbnail of the uploaded layers in
the "explore later" page...
is this something that you have already observed?
many thanks
Ivan
------------------------------
Subject: Digest Footer
_______________________________________________
geonode-users mailing list
geonode-users at lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geonode-users
------------------------------
End of geonode-users Digest, Vol 34, Issue 55
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20171126/b8d1d189/attachment-0001.html>
More information about the geonode-users
mailing list