[GeoNode-users] problem with sld
Ivan Marchesini
ivan.marchesini at gmail.com
Mon Nov 27 06:51:23 PST 2017
Hi Alessio..
thank you
I have installed geonode 2.6 from scratch using the ubuntu repository...
I see that the installation process has installed the geoserver version
2.9-SNAPSHOT
do you think it is better to upgrade it? but how can I do this upgrade
maintaining the settings needed for geonode?
Thank you again
Ivan
On 27/11/2017 10:32, Alessio Fabiani wrote:
> Hi guys,
> those SLD issues have been solved with latest GeoNode / GeoServer
> versions. Also with GeoServer 2.12.x SLDs are compatible with QGIs
> exported ones also.
>
> Regards,
>
> Alessio Fabiani
>
> ==GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.==Ing. Alessio Fabiani
>
> @alfa7691Founder/Technical Lead
>
> GeoSolutions S.A.S.Via di Montramito 3/A55054 Massarosa
> (LU)Italyphone: +39 0584 962313fax: +39 0584 1660272mob: +39 331
> 6233686http://www.geo-solutions.ithttp://twitter.com/geosolutions_it-------------------------------------------------------
>
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate.
> Il loro utilizzo è consentito esclusivamente al destinatario del
> messaggio, per le finalità indicate nel messaggio stesso. Qualora
> riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
> cortesemente di darcene notizia via e-mail e di procedere alla
> distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
> Conservare il messaggio stesso, divulgarlo anche in parte,
> distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
> diverse, costituisce comportamento contrario ai principi dettati dal
> D.Lgs. 196/2003.
>
> The information in this message and/or attachments, is intended solely
> for the attention and use of the named addressee(s) and may be
> confidential or proprietary in nature or covered by the provisions of
> privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
> Data Protection Code).Any use not in accord with its purpose, any
> disclosure, reproduction, copying, distribution, or either
> dissemination, either whole or partial, is strictly forbidden except
> previous formal approval of the named addressee(s). If you are not the
> intended recipient, please contact immediately the sender by
> telephone, fax or e-mail and delete the information in this message
> that has been received in error. The sender does not give any warranty
> or accept liability as the content, accuracy or completeness of sent
> messages and accepts no responsibility for changes made after they
> were sent or for other risks which arise as a result of e-mail
> transmission, viruses, etc.
>
>
> On Sat, Nov 25, 2017 at 3:13 PM, Ivan Marchesini
> <ivan.marchesini at gmail.com <mailto:ivan.marchesini at gmail.com>> wrote:
>
> 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 <http://www.opengis.net/sld>"
>> xmlns:sld="http://www.opengis.net/sld
>> <http://www.opengis.net/sld>"
>> xmlns:ogc="http://www.opengis.net/ogc
>> <http://www.opengis.net/ogc>"
>> xmlns:gml="http://www.opengis.net/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.
>>
>>
>> 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>
>>
>>
>
>
> _______________________________________________
> 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/20171127/0e687606/attachment-0001.html>
More information about the geonode-users
mailing list