Re: [Geoserver-users] GeoServer Graphic OnlineResource Xlink

2019-01-24 Thread Julierme Pinheiro
Hi Andrea

Hi got it. I appreciated your time.

Kind regards

Julierme

On Thu, Jan 24, 2019 at 9:52 AM Andrea Aime 
wrote:

> On Thu, Jan 24, 2019 at 12:47 PM Julierme Pinheiro <
> juliermeopensourcedevelo...@gmail.com> wrote:
>
>> Dear Andrea Aime,
>>
>> Thank you very much for reply.What about the issue related to dynamic
>> symbols? I am running GeoServer@2.14.1 and configuring
>> http://mysite.com/images/$%7Bgraphic%7D.svg>
>> http://localhost:8080/geoserver/styles/${graphic}.svg";
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/> , I can make a layer
>> preview with openlayers, map rendering works, but legend graphic. The
>> legend graphic returns a grey pattern for all symbols. Find the legend
>> graphic in attached.
>>
>
> That is not a code issue, it's simply impossible to build a legend not
> knowing what to put inside ${graphic}.
> The only thing I could think of, would be for those making the request
> passing values to be used for feature values. That would have to be
> implemented, see this guide for it:
>
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
> Cheers
> Andrea
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
> Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
> (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
> http://www.geo-solutions.it http://twitter.com/geosolutions_it
> --- *Con riferimento
> alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
> Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto, gli eventuali
> allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
> sarei comunque grato se potesse darmene notizia. This email is intended
> only for the person or entity to which it is addressed and may contain
> information that is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European Regulation 2016/679
> “GDPR” - copying, dissemination or use of this e-mail or the information
> herein by anyone other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify us immediately by
> telephone or e-mail.*
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Graphic OnlineResource Xlink

2019-01-23 Thread Julierme Pinheiro
Hi all,

Regarding my previous e-mail, Mauro Bartolomeoli-3 says in here
<http://osgeo-org.1560.x6.nabble.com/Dynamic-url-s-is-not-working-for-external-graphics-in-SLD-td5030289.html>
that:
*Unfortunately GetLegendGraphic doesn't support dynamic symbolizers in
ExternalGraphic hrefs.*
*The reason is quite simple: the legend builder doesn't have access to the
Feature data, so it wouldn't be possible for it to get a concrete value for
Ikon attribute to build an existing url for the image.*
*Your alternative SLD allows the legend to be drawn, because you are using
static urls.*
*Maybe for dynamic symbolizers we should support pre-rendered images, as
asked in http://jira.codehaus.org/browse/GEOS-3747
<http://jira.codehaus.org/browse/GEOS-3747>.*

Could someone tell me if this issue remains in present GeoServer versions
as in GeoServer@2.14.1?

Kind regards


On Wed, Jan 23, 2019 at 5:52 PM Julierme Pinheiro <
juliermeopensourcedevelo...@gmail.com> wrote:

> Hi all,
>
> By configuring http://mysite.com/images/$%7Bgraphic%7D.svg>
> http://localhost:8080/geoserver/styles/${graphic}.svg";
> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>map rendering works, but
> the legend graphic fails. I do no see any reason to check for null values
> in the attribute . But I entered a PropertyIsNull check on the SLD
> file, and the Legend Graphic still not working.
>
> Kind regards
>
> Julierme
>
> On Wed, Jan 23, 2019 at 5:15 PM Julierme Pinheiro <
> juliermeopensourcedevelo...@gmail.com> wrote:
>
>> Dear Malena and Olyster.
>>
>> It is actually working with
>> http://localhost:8080/geoserver/styles/${graphic}.svg. The reason I
>> thought it was not working because I am facing the same issue on the legend
>> graphic as Miles Jordan in here
>> <http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/>:
>>
>> *This works great with one small caveat: GetLegendGraphic will not return
>> a legend graphic. In order to make it work, you need to specify a default
>> icon to use with an ElseFilter in your SLD.*
>>
>> *So your Rules should check to see if STATE_ABBR is null and if so
>> display the default icon. i.e.*
>>
>> I need to figure out how to insert a if condition to check when the
>> attribute  is null in order to have the legend working. The way it
>> is, without the if condition , the legend just shows a long gray line.
>>
>> Any comment will be very appreciated.
>>
>>
>> Kind regards
>>
>>
>> Julierme
>>
>>
>>
>>
>>
>> On Wed, Jan 23, 2019 at 4:54 PM Julierme Pinheiro <
>> juliermeopensourcedevelo...@gmail.com> wrote:
>>
>>> Hi Malena,
>>>
>>> Thank you very much for your reply.
>>>
>>> It does work for http://localhost:8080/geoserver/styles/rainy-7.svg
>>>
>>> but not for http://localhost:8080/geoserver/styles/${graphic}.svg
>>>
>>> Any additional comment will be very appreciated
>>>
>>> Kind regards
>>>
>>> Julierme
>>>
>>> On Wed, Jan 23, 2019 at 4:20 PM Malena Libman 
>>> wrote:
>>>
>>>> Hi!
>>>>
>>>> Have you tried the full URI? Mine locally is:
>>>> http://localhost:8082/geoserver/styles/filename.svg
>>>>
>>>> Cheers
>>>>
>>>> Malena
>>>>
>>>> El mié., 23 ene. 2019 a las 14:48, Julierme Pinheiro (<
>>>> juliermeopensourcedevelo...@gmail.com>) escribió:
>>>>
>>>>> Dear all
>>>>>
>>>>> I am running GeoServer@2.14.1 on an Ubuntu@18.04LTS. I have some
>>>>> *.svg images stored in ./webapps/geoserver/data/styles/${graphic}.svg
>>>>>
>>>>> I have a postgres attribute table named  and it contains the
>>>>> name of the images as: cloudy, rainy, snowy, sunny, day, night , etc
>>>>>
>>>>> My sld file does not make reference to any workspace. And I have tried
>>>>> all the settings bellow to reach the images, but I have gotten no success:
>>>>>
>>>>> >>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>>>
>>>>> >>>> "/var/lib/tomcat8/webapps/data/styles/
>>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>>>
>>>>> >>>> "./web

Re: [Geoserver-users] GeoServer Graphic OnlineResource Xlink

2019-01-23 Thread Julierme Pinheiro
Hi all,

By configuring http://mysite.com/images/$%7Bgraphic%7D.svg>
http://localhost:8080/geoserver/styles/${graphic}.svg";
<http://mysite.com/images/$%7Bgraphic%7D.svg>/>map rendering works, but the
legend graphic fails. I do no see any reason to check for null values in
the attribute . But I entered a PropertyIsNull check on the SLD
file, and the Legend Graphic still not working.

Kind regards

Julierme

On Wed, Jan 23, 2019 at 5:15 PM Julierme Pinheiro <
juliermeopensourcedevelo...@gmail.com> wrote:

> Dear Malena and Olyster.
>
> It is actually working with
> http://localhost:8080/geoserver/styles/${graphic}.svg. The reason I
> thought it was not working because I am facing the same issue on the legend
> graphic as Miles Jordan in here
> <http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/>:
>
> *This works great with one small caveat: GetLegendGraphic will not return
> a legend graphic. In order to make it work, you need to specify a default
> icon to use with an ElseFilter in your SLD.*
>
> *So your Rules should check to see if STATE_ABBR is null and if so display
> the default icon. i.e.*
>
> I need to figure out how to insert a if condition to check when the
> attribute  is null in order to have the legend working. The way it
> is, without the if condition , the legend just shows a long gray line.
>
> Any comment will be very appreciated.
>
>
> Kind regards
>
>
> Julierme
>
>
>
>
>
> On Wed, Jan 23, 2019 at 4:54 PM Julierme Pinheiro <
> juliermeopensourcedevelo...@gmail.com> wrote:
>
>> Hi Malena,
>>
>> Thank you very much for your reply.
>>
>> It does work for http://localhost:8080/geoserver/styles/rainy-7.svg
>>
>> but not for http://localhost:8080/geoserver/styles/${graphic}.svg
>>
>> Any additional comment will be very appreciated
>>
>> Kind regards
>>
>> Julierme
>>
>> On Wed, Jan 23, 2019 at 4:20 PM Malena Libman 
>> wrote:
>>
>>> Hi!
>>>
>>> Have you tried the full URI? Mine locally is:
>>> http://localhost:8082/geoserver/styles/filename.svg
>>>
>>> Cheers
>>>
>>> Malena
>>>
>>> El mié., 23 ene. 2019 a las 14:48, Julierme Pinheiro (<
>>> juliermeopensourcedevelo...@gmail.com>) escribió:
>>>
>>>> Dear all
>>>>
>>>> I am running GeoServer@2.14.1 on an Ubuntu@18.04LTS. I have some *.svg
>>>> images stored in ./webapps/geoserver/data/styles/${graphic}.svg
>>>>
>>>> I have a postgres attribute table named  and it contains the
>>>> name of the images as: cloudy, rainy, snowy, sunny, day, night , etc
>>>>
>>>> My sld file does not make reference to any workspace. And I have tried
>>>> all the settings bellow to reach the images, but I have gotten no success:
>>>>
>>>> >>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>>
>>>> >>> "/var/lib/tomcat8/webapps/data/styles/
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>>
>>>> >>> "./webapps/geoserver/data/styles/
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>>
>>>> >>> xlink:type="simple" xlink:href="./data/styles/
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>>
>>>> Any comment on this matter will be very appreciated.
>>>>
>>>> Kind regards
>>>>
>>>> Julierme
>>>> ___
>>>> Geoserver-users mailing list
>>>>
>>>> Please make sure you read the following two resources before posting to
>>>> this list:
>>>> - Earning your support instead of buying it, but Ian Turton:
>>>> http://www.ianturton.com/talks/foss4g.html#/
>>>> - The GeoServer user list posting guidelines:
>>>> http://geoserver.org/comm/userlist-guidelines.html
>>>>
>>>> If you want to request a feature or an improvement, also see this:
>>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>>
>>>>
>>>> Geoserver-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>>
>>>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Graphic OnlineResource Xlink

2019-01-23 Thread Julierme Pinheiro
Dear Malena and Olyster.

It is actually working with
http://localhost:8080/geoserver/styles/${graphic}.svg. The reason I thought
it was not working because I am facing the same issue on the legend graphic
as Miles Jordan in here
<http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/>:

*This works great with one small caveat: GetLegendGraphic will not return a
legend graphic. In order to make it work, you need to specify a default
icon to use with an ElseFilter in your SLD.*

*So your Rules should check to see if STATE_ABBR is null and if so display
the default icon. i.e.*

I need to figure out how to insert a if condition to check when the
attribute  is null in order to have the legend working. The way it
is, without the if condition , the legend just shows a long gray line.

Any comment will be very appreciated.


Kind regards


Julierme





On Wed, Jan 23, 2019 at 4:54 PM Julierme Pinheiro <
juliermeopensourcedevelo...@gmail.com> wrote:

> Hi Malena,
>
> Thank you very much for your reply.
>
> It does work for http://localhost:8080/geoserver/styles/rainy-7.svg
>
> but not for http://localhost:8080/geoserver/styles/${graphic}.svg
>
> Any additional comment will be very appreciated
>
> Kind regards
>
> Julierme
>
> On Wed, Jan 23, 2019 at 4:20 PM Malena Libman 
> wrote:
>
>> Hi!
>>
>> Have you tried the full URI? Mine locally is:
>> http://localhost:8082/geoserver/styles/filename.svg
>>
>> Cheers
>>
>> Malena
>>
>> El mié., 23 ene. 2019 a las 14:48, Julierme Pinheiro (<
>> juliermeopensourcedevelo...@gmail.com>) escribió:
>>
>>> Dear all
>>>
>>> I am running GeoServer@2.14.1 on an Ubuntu@18.04LTS. I have some *.svg
>>> images stored in ./webapps/geoserver/data/styles/${graphic}.svg
>>>
>>> I have a postgres attribute table named  and it contains the
>>> name of the images as: cloudy, rainy, snowy, sunny, day, night , etc
>>>
>>> My sld file does not make reference to any workspace. And I have tried
>>> all the settings bellow to reach the images, but I have gotten no success:
>>>
>>> >> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>
>>> >> "/var/lib/tomcat8/webapps/data/styles/
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>
>>> >> "./webapps/geoserver/data/styles/
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>
>>> >> xlink:type="simple" xlink:href="./data/styles/
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>>
>>> Any comment on this matter will be very appreciated.
>>>
>>> Kind regards
>>>
>>> Julierme
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Graphic OnlineResource Xlink

2019-01-23 Thread Julierme Pinheiro
Hi Malena,

Thank you very much for your reply.

It does work for http://localhost:8080/geoserver/styles/rainy-7.svg

but not for http://localhost:8080/geoserver/styles/${graphic}.svg

Any additional comment will be very appreciated

Kind regards

Julierme

On Wed, Jan 23, 2019 at 4:20 PM Malena Libman 
wrote:

> Hi!
>
> Have you tried the full URI? Mine locally is:
> http://localhost:8082/geoserver/styles/filename.svg
>
> Cheers
>
> Malena
>
> El mié., 23 ene. 2019 a las 14:48, Julierme Pinheiro (<
> juliermeopensourcedevelo...@gmail.com>) escribió:
>
>> Dear all
>>
>> I am running GeoServer@2.14.1 on an Ubuntu@18.04LTS. I have some *.svg
>> images stored in ./webapps/geoserver/data/styles/${graphic}.svg
>>
>> I have a postgres attribute table named  and it contains the
>> name of the images as: cloudy, rainy, snowy, sunny, day, night , etc
>>
>> My sld file does not make reference to any workspace. And I have tried
>> all the settings bellow to reach the images, but I have gotten no success:
>>
>> > <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>
>> > "/var/lib/tomcat8/webapps/data/styles/
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>
>> > "./webapps/geoserver/data/styles/
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>
>> > xlink:type="simple" xlink:href="./data/styles/
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>svg"
>> <http://mysite.com/images/$%7Bgraphic%7D.svg>/>
>>
>> Any comment on this matter will be very appreciated.
>>
>> Kind regards
>>
>> Julierme
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer Graphic OnlineResource Xlink

2019-01-23 Thread Julierme Pinheiro
Dear all

I am running GeoServer@2.14.1 on an Ubuntu@18.04LTS. I have some *.svg
images stored in ./webapps/geoserver/data/styles/${graphic}.svg

I have a postgres attribute table named  and it contains the name
of the images as: cloudy, rainy, snowy, sunny, day, night , etc

My sld file does not make reference to any workspace. And I have tried all
the settings bellow to reach the images, but I have gotten no success:

http://mysite.com/images/$%7Bgraphic%7D.svg>/>

http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
svg"
/>

http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
svg"
/>

http://mysite.com/images/$%7Bgraphic%7D.svg>${graphic}.
svg"
/>

Any comment on this matter will be very appreciated.

Kind regards

Julierme
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Making links to Graphic Images and Labels

2019-01-23 Thread Julierme Pinheiro
Dear Olyster,

Thank you very much for your reply.

What I would like to do is to make this link 
over a label

and an image

🌍

used as a layer mark.

Appreciated your time

Kind regards

Julierme



On Wed, Jan 23, 2019 at 12:00 PM Olyster  wrote:

> Hi,
>
> just type "geoserver svg" in Google.
>
>
> https://docs.geoserver.org/stable/en/user/styling/sld/extensions/pointsymbols.html
>
> You can use local or remote (http) image.
>
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Making links to Graphic Images and Labels

2019-01-23 Thread Julierme Pinheiro
Dear all,

I wonder if it is possible to make a link on a label or a graphic (.svg
image) through SLD.
If so, could someone point me on GeoServer documentation how to fulfill
that.

I appreciated your time.

Kind regards

Julierme
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Retrieving SVG files from Postgres Table and Making Images Links

2019-01-18 Thread Julierme Pinheiro
Hi GeoServer users,

Looking at GeoServer documentation
,
I got the piece of SLD bellow, but burg02.svg is being retrieved from
$GEOSERVER_DATA_DIR/styles.


I would like to have:
1 - burg02.svg being retrieved from a postgres table;
2 - make a webpage link on burg02.svg through the  SLD file


   
 
   
   image/svg+xml
 
 20
   
 


Any hint on how I could achieve items 1 and 2 will be very appreciated.

Kind regards
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver WFS Authentication

2018-05-07 Thread Julierme Pinheiro
ethod of securing data will work, as the default service roles
> allow ADMIN to do anything.
>
> If not, I’m not able to help anymore…
>
>
>
>- 2 - Allow download data (wms/raster) and (wfs/vector) only for a
>specific user as  only after his authentication passing through
>http-basic authentication request as showed in the picture attached to the
>previous e-mail.
>
> This might depend on how you request the data… But I think it should work
> as long a the request is a query (GET) URL (not sure if a post will work)….
>
> Regards,
>
> Ronald Hoek
>
> Application Developer
> ComponentAgroB.V.
> Oud-Beijerland - The Netherlands
>
> Website: http://www.componentagro.nl
>
> KvK: H24264020
>
>
>
> *Van:* Julierme Pinheiro 
> *Verzonden:* woensdag 2 mei 2018 20:01
> *Aan:* Ronald Hoek ; Ian Turton <
> ijtur...@gmail.com>
> *CC:* GeoServer Mailing List List 
> *Onderwerp:* Re: [Geoserver-users] Geoserver WFS Authentication
>
>
>
> Hi Ronald Hoek,
>
> Thank you very much for your reply. That is right: I need that a
> htttp-basic authentication must be required by geoserver for a specific
> user named .
>
> It is being very difficult for me to understand how to set a http-basic
> authentication for an specific user  and disable the wms download
> (raster) and wfs download (vector) for anonymous users. I tried the
> following:
>
> 1 - Not allow download of wms (geotiff) and neither download of wfs
> (shapefile, csv, etc) for anonymous users;
>
> I tried disabling Anonymous authentication  from all filters
> and I ended up crashing geoserver.
>
> 2 - I created an user 
>
> 3 - I created a service role: wfs.*=ROLE_WFS
>
> 4 - I created a data role: topp.states.w=ROLE_Authentication
>
> 5 - Looking at the default filter in Filter Chains,  basic and anonymous
> are selected
>
> I removed anonymous from selected and anonymous users still downloading
> data (wfs (vector)/wms(raster))
>
>
>
> So, I what I would like to do is to learn how:
>
> 1 - Disable download data wms (geotiff), but keeping  view with openlayers
> and disable download data wfs (shapefile, csv, etc) for anonymous users
>
> 2 - Allow download data (wms/raster) and (wfs/vector) only for a specific
> user as  only after his authentication passing through http-basic
> authentication request as showed in the picture attached to the previous
> e-mail.
>
> There is the Basic HTTP Authentication among Authentication Filters but I
> do not know how to set it for a specific user in case of data download.
>
> I appreciated your time.
>
> Kind regards
>
> Julierme
>
>
>
>
>
>
>
>
>
> 2018-04-30 5:37 GMT-03:00 Ronald Hoek - ComponentAgro B.V. <
> ronald.h...@componentagro.nl>:
>
> Hi Julierme,
>
>
>
> I’m not sure what you are using to test/access the GeoServer (aka the
> dialog you showed in the screenshot), but I expect you just want some
> http-basic authentication.
>
>
>
> By default this is available in GeoServer (see ‘Security’ ->
> ‘Authentication’ -> ‘Authentication Filters’).
>
>
>
> To secure your data, then go the ‘Data’ part of the section ‘Security’
> section.
>
> There you can protect your data by linking adding the appropriated data
> rules.
>
>
>
> Info: http://docs.geoserver.org/latest/en/user/security/webadmin/
> data.html#security-webadmin-data
>
>
>
> Or protect your data based on the available services (as we did) by going
> to the ‘Service’ part op the ‘Security’ section.
>
>
>
> Info: http://docs.geoserver.org/latest/en/user/security/webadmin/
> services.html#security-webadmin-services
>
>
>
>
>
> NOTE!
>
> Don’t forget to remove the default rules, as these will allow everbody the
> use the data/services.
>
> But read the documentation carefully!
>
> Regards,
>
> Ronald Hoek
>
> Application Developer
>
>
>
> *Van:* Julierme Pinheiro 
> *Verzonden:* maandag 23 april 2018 17:37
> *Aan:* GeoServer Mailing List List 
> *Onderwerp:* [Geoserver-users] Geoserver WFS Authentication
>
>
>
> HI all,
>
> I have been hitting my head in a wall trying to figure out how I can
> create a web framework for Geoserver WFS Authentication  as showed in
> attached.
>
> I tried to configure the Credentials From Request Headers Filters, but
> still no achieving my goal.
>
> So, I want to set up a user and password and only who has them can
> download raster (Geotiff) and vector data.
>
> Thank you for your time in advance.
>
> Julierme
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Redirecting Geoserver URL IP to DNS

2018-05-03 Thread Julierme Pinheiro
Hi All,

I have geoserver running in http://geoservicos.gov.eu/geoserver/web/ and
when I open a layer with openlayers it links to server IP

http://XXX.XX.X.XXX:8080/geoserver/sisprenav/wms?service=WMS&version=1.1.0&request=GetMap&layers=sisprenav:s1a-iw-grd-vv-20180331t093902-20180331t093927-021257-024901-001&styles=&bbox=-60.77304528595049,-3.7230154653153935,-58.20325915923362,-1.7216958113707623&width=768&height=598&srs=EPSG:4326&format=application/openlayers

How I could redirect the IP in the server to  geoservicos.gov.eu (IP =
XXX.XX.X.XXX = geoservicos.gov.eu)?


Thank you for your time in advance

Kind regards

Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver WFS Authentication

2018-05-03 Thread Julierme Pinheiro
HI Ronald Hoek,

Thank you very much for this great tutorial and class. Following your guide
I got the answer for all my questions and got solved all my issues.

I have no words to thank you for your time and patience.

I hope to contribute here with any question related to this topic.

I appreciated it.

Kind regards.

Julierme



2018-05-03 9:32 GMT-03:00 Ronald Hoek - ComponentAgro B.V. <
ronald.h...@componentagro.nl>:

> Hi Julierme,
>
>
>
>- It is being very difficult for me to understand how to set a
>http-basic authentication for an specific user  and disable the
>wms download (raster) and wfs download (vector) for anonymous users
>
>
>
> With protecting resources, I al starts with making sure you don’t have
> anounymous access your data.
>
> This directly implies that all users need to authenticate before they can
> use the data/services.
>
>
>
> Out of the box, GeoServer allows everybody to use all services (read-only)
> and modification of data (using the UI/webservices) is only possible for
> the ADMIN user.
>
>
>
> Having said these two things, you need to start protecting the
> data/services:
>
>
>
> Looking at your needs, I think it’s best to protect the access to your
> GeoServer based on the webservices
>
>- Starting with a clean
>- Go to ‘Security’ – ‘Services’
>   - Modify (not delete) the rule ‘*.*’
>  - Remove the check ‘All roles’
>  - Add the ‘available’ role ‘GROUP_ADMIN’ and/or ‘ADMIN’ to the
>  selected roles
>  - At this point only the ADMIN user(s) can access the services
> - Now test to see if you need to authenticate for a request
> (in my case the browser did)
>  - Now add a new role
>  - Select service ‘wfs’ en method ‘*’
>  - Do not check the ‘all roles’ check
>  - Now you can two multiple things, depending on your security
>  wishes
> - Add the role ‘ROLE_AUTHENTICATED’ to the selected role, so
> any user that logs in, can use the WFS service
> - Create a new role ‘WFS’ en add the role to the selected
> roles
>  - Now create the user(s) which need to access the services
>  - Is you added the role ‘ROLE_AUTHENTICATED’, then your done
>  - If you’ve created a new rolw (WFS) then you need to add the
>  role to these new users
> - Alternatively you can als create an usergroup and add users
> to that group and asssing the role to the group, but this al 
> depends on how
> complex your security requirements are.
> - But I think you should only use what’s needed at this time
> and review your needs while time goes by.. 😉
>
>
>
>- 1 - Not allow download of wms (geotiff) and neither download of wfs
>(shapefile, csv, etc) for anonymous users;
>
> I tried disabling Anonymous authentication  from all filters
> and I ended up crashing geoserver.
>
>- 5 - Looking at the default filter in Filter Chains,  basic and
>anonymous are selected
>I removed anonymous from selected and anonymous users still
>downloading data (wfs (vector)/wms(raster))
>
> I would not mess with the filters for now, as this will require some very
> good understanding of what the do, without breaking things (I’ve only read
> about this, as I’m also a newbie and therefor never tried this).
>
>
>
>- keeping  view with openlayers
>
>
>
> Is this required for the user or only when your logged in as admin?
>
> If so, my method of securing data will work, as the default service roles
> allow ADMIN to do anything.
>
> If not, I’m not able to help anymore…
>
>
>
>- 2 - Allow download data (wms/raster) and (wfs/vector) only for a
>specific user as  only after his authentication passing through
>http-basic authentication request as showed in the picture attached to the
>previous e-mail.
>
> This might depend on how you request the data… But I think it should work
> as long a the request is a query (GET) URL (not sure if a post will work)….
>
> Regards,
>
> Ronald Hoek
>
> Application Developer
> ComponentAgroB.V.
> Oud-Beijerland - The Netherlands
>
> Website: http://www.componentagro.nl
>
> KvK: H24264020
>
>
>
> *Van:* Julierme Pinheiro 
> *Verzonden:* woensdag 2 mei 2018 20:01
> *Aan:* Ronald Hoek ; Ian Turton <
> ijtur...@gmail.com>
> *CC:* GeoServer Mailing List List 
> *Onderwerp:* Re: [Geoserver-users] Geoserver WFS Authentication
>
>
>
> Hi Ronald Hoek,
>
> Thank you very much for your reply. That is right: I need that a
> htttp-b

Re: [Geoserver-users] Geoserver WFS Authentication

2018-05-02 Thread Julierme Pinheiro
Hi Ronald Hoek,

Thank you very much for your reply. That is right: I need that a
htttp-basic authentication must be required by geoserver for a specific
user named .

It is being very difficult for me to understand how to set a http-basic
authentication for an specific user  and disable the wms download
(raster) and wfs download (vector) for anonymous users. I tried the
following:

1 - Not allow download of wms (geotiff) and neither download of wfs
(shapefile, csv, etc) for anonymous users;

I tried disabling Anonymous authentication  from all filters and
I ended up crashing geoserver.

2 - I created an user 

3 - I created a service role: wfs.*=ROLE_WFS

4 - I created a data role: topp.states.w=ROLE_Authentication

5 - Looking at the default filter in Filter Chains,  basic and anonymous
are selected

I removed anonymous from selected and anonymous users still downloading
data (wfs (vector)/wms(raster))

So, I what I would like to do is to learn how:

1 - Disable download data wms (geotiff), but keeping  view with openlayers
and disable download data wfs (shapefile, csv, etc) for anonymous users

2 - Allow download data (wms/raster) and (wfs/vector) only for a specific
user as  only after his authentication passing through http-basic
authentication request as showed in the picture attached to the previous
e-mail.

There is the Basic HTTP Authentication among Authentication Filters but I
do not know how to set it for a specific user in case of data download.

I appreciated your time.

Kind regards

Julierme






2018-04-30 5:37 GMT-03:00 Ronald Hoek - ComponentAgro B.V. <
ronald.h...@componentagro.nl>:

> Hi Julierme,
>
>
>
> I’m not sure what you are using to test/access the GeoServer (aka the
> dialog you showed in the screenshot), but I expect you just want some
> http-basic authentication.
>
>
>
> By default this is available in GeoServer (see ‘Security’ ->
> ‘Authentication’ -> ‘Authentication Filters’).
>
>
>
> To secure your data, then go the ‘Data’ part of the section ‘Security’
> section.
>
> There you can protect your data by linking adding the appropriated data
> rules.
>
>
>
> Info: http://docs.geoserver.org/latest/en/user/security/
> webadmin/data.html#security-webadmin-data
>
>
>
> Or protect your data based on the available services (as we did) by going
> to the ‘Service’ part op the ‘Security’ section.
>
>
>
> Info: http://docs.geoserver.org/latest/en/user/security/
> webadmin/services.html#security-webadmin-services
>
>
>
>
>
> NOTE!
>
> Don’t forget to remove the default rules, as these will allow everbody the
> use the data/services.
>
> But read the documentation carefully!
>
> Regards,
>
> Ronald Hoek
>
> Application Developer
>
>
>
> *Van:* Julierme Pinheiro 
> *Verzonden:* maandag 23 april 2018 17:37
> *Aan:* GeoServer Mailing List List 
> *Onderwerp:* [Geoserver-users] Geoserver WFS Authentication
>
>
>
> HI all,
>
> I have been hitting my head in a wall trying to figure out how I can
> create a web framework for Geoserver WFS Authentication  as showed in
> attached.
>
> I tried to configure the Credentials From Request Headers Filters, but
> still no achieving my goal.
>
> So, I want to set up a user and password and only who has them can
> download raster (Geotiff) and vector data.
>
> Thank you for your time in advance.
>
> Julierme
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] SLD ColorMapEntry label is returning junk symbols

2018-04-25 Thread Julierme Pinheiro
Hi All,

I have configured a sld for a raster in Geoserver 2.13.0 as showed bellow:


  
  
  

The labels are displayed as junk symbols.

Did anyone have the same issue and could tell me how to solve it?

Thank you for your time in advance.

Kind regards

Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver WFS Authentication

2018-04-23 Thread Julierme Pinheiro
HI all,

I have been hitting my head in a wall trying to figure out how I can create
a web framework for Geoserver WFS Authentication  as showed in attached.

I tried to configure the Credentials From Request Headers Filters, but
still no achieving my goal.

So, I want to set up a user and password and only who has them can download
raster (Geotiff) and vector data.

Thank you for your time in advance.

Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver Layer Style SLD: MinScaleDenominator and MaxScaleDenominator

2018-04-02 Thread Julierme Pinheiro
Dear all,

I have faced an issue while setting a geoserver 2.12.2 style using min and
max scale to display a layer. I need to set min and max scale, but when I
add the configuration bellow, nothing works.

I show two different styles configuration bellow. Everything works fine,
but without the two lines for min and max scale in example1
1000
100

and without the two lines min and max scales in example2

1000
100



*Example 1*http://www.opengis.net/sld"; xmlns:sld="http://www.opengis.net/sld";
xmlns:gml="http://www.opengis.net/gml"; xmlns:ogc="http://www.opengis.net/ogc";
version="1.0.0">
  
desmatamento

  desmatamento
  desmatamento
  0
  A sample style that draws a polygon
  
slddesmatamento

  rule1
  Gray Polygon with Black Outline
  A polygon with a gray fill and a 1 pixel black
outline
  1000
  100
  

  #00
  1


  #00
  2

  

  

  


*Example 2*


http://www.opengis.net/sld StyledLayerDescriptor.xsd" xmlns="
http://www.opengis.net/sld"; xmlns:ogc="http://www.opengis.net/ogc";
xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>
  
Transparent polygon

  SLD Cook Book: Transparent polygon
  

  1000
  100
  

  #80
  0.5


  #FF
  2

  

  

  


Any help on this issue will be very appreciated.

Thank you for your time in advance.

Julierme Pinheiro
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Tile expiration Geoserver/Geowebcache

2018-02-27 Thread Julierme Pinheiro
Hi all,

I have read the documentation about Geoserver/Geowebcache Tile Expiration
Doc1

and Doc2 . I
want to find out how:

Item 1

1 - to set a period of time  that cache expires globally in the server and
client (delete all tiles been cached).

Item 2

2 -  to set a period of time that every zoom level expires as shown in
Doc1.

My attempts were:

1 - I am running Geoserver 2.12.2 and I could not find  in
the geowebcache.xml. I also checked the xml files in gwc-layers directory
and they do not bring  configuration either.

2 - I set the Expiration server cache after n seconds  to ( 60 seconds),
but I realized that the tiles are not deleted. They stay in the cache
forever.

I know that truncating the layers could be a solution. But could anyone
help me on this tile expiration  configuration for item 1 and item 2?

Thank you for your time in advance

Kind regards

Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] gdal xml files for the wmts and tms in geoserver

2018-02-22 Thread Julierme Pinheiro
Hi all,

I am creating gdal xml files for the wmts and tms services in order to load
the layers in Qgis.

I have several sar images that cover areas up to 1850 km2. Seeding one
layer is taking over 20 hours using the following configuration
(amazoniasar_amapanorth_covmingrad:'$filenamenoextension$'43261021image/pngseed10).

 I wonder whether or not I need to seed the layers in order to improve Qgis
rendering layers for the wmts and tms services in the gdal xml file?

Also, one seeding layer is consuming over 11GB hard disk  with active
enable direct integration with GeoServer WMS.

Is there any way to reduce the hard disk usage while seeding?

Any feedback on that please?

Kind regards

Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Coverage Band Details

2018-02-08 Thread Julierme Pinheiro
Hi Jukka Rahkonen,

I got the problem solved. Thanks to Mr. Bovermyer.
<http://osgeo-org.1560.x6.nabble.com/Trying-to-get-nodata-in-GeoTIFF-to-display-as-transparent-td3853784.html>

In my case, the pixel value 255 for each band was causing me a headache.
So, I solved the issue using gdalwarp function:

gdalwarp -srcnodata 255 -dstalpha input.tif output.tif


Now, make sure the type is -dstalpha


I hope it helps

Regards

Julierme



2018-02-08 4:56 GMT-02:00 Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi>:

> Hi,
>
>
>
> I have noticed the same. The alpha band appears also for the demo layer
> nurc:mosaic at least with Geoserver 2.12.2. Did you configure an image
> mosaic or a single image?
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* Julierme Pinheiro [mailto:juliermeopensourcedeve
> lo...@gmail.com]
> *Lähetetty:* 7. helmikuuta 2018 21:36
> *Vastaanottaja:* GeoServer Mailing List List  sourceforge.net>
> *Aihe:* [Geoserver-users] Image Coverage Band Details
>
>
>
> Hi all,
>
> I am configuring a  3 Band image in GS and after configuration, the image
> gets another Band (4) with pixel value = 255 in and out of the image
> boundaries.
>
> I am using the Raster default style. The Coverage Band Details and Band 4
> are in attached.
>
> Even setting the InputTransparentColor = FF, GS is unable to make
> RGB(255, 255, 255) transparent.
>
> Thank you for your time in advance
>
> Julierme
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Converting Geoserver TMS to

2018-02-06 Thread Julierme Pinheiro
Hi all,

I need to have a GDAL_WMS  (Service name = "TMS") XML file for each TMS
layer in Geoserver.

Does Geoserver create these GDAL_WMS automatically or is it necessary to
use a GDAL function to convert from Geoserver TMS (xml) to GDAL_WMS (xml)?

One thing I got confused is about finding the path for every Geoserver TMS
file:

First, looking in the geoserver directory
(/var/lib/tomcat7/webapps/geoserver/data/workspaces), I found the layer.xml
files, but I could not find the xml for the TMS layer.

Secondly, I tried saving the the xml in
http://localhost:8080/geoserver/gwc/service/tms/1.0.0/ and I got the file
"tms-getcapabilities.xml", but I did the same for a TMS layer in
http://localhost:8080/geoserver/gwc/service/tms/1.0.0/amazoniasar_amapa_covmingrad%3ACSKS4_20161124093252_CSKS3_20170124093228_3_CovMinGrad_rgb@EPSG%3A4326@png
and I got the file "tms-getcapabilities.xml".

Last, I looked for the file "tms-getcapabilities.xml" find . -name
'tms-getcapabilites.xml' in the geoserver directory and I did not find any.

So, if geoserver does not create automatically the GDAL_WMS (Service
name="TMS"), I need some how to convert geoserver TMS layer to  GDAL_WMS.


Any help would be greatly received.

Thank you for your time in advance.

Best Regards


Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] wmts layer request

2018-02-05 Thread Julierme Pinheiro
Hi Brad and Andrea,

Thank you very much for your reply. Andre got my point, "better
performance" means that Qgis renders WMTS services faster than WMS which is
Integrated in GWC. Andrea, thank you very much for the explanation.

I appreciated your time

Regards

Julierme





2018-02-03 7:50 GMT-02:00 Andrea Aime :

> On Fri, Feb 2, 2018 at 7:49 PM, Julierme Pinheiro <
> juliermeopensourcedevelo...@gmail.com> wrote:
>
>> I am loading theses services in QGIS and realized that the wms connection
>> is slower than the wmts. I did not understand why wms is slower because I
>> set Caching Defaults (box checked) Enable direct integration with GeoServer
>> WMS.
>>
>> In my case, the wmts is having a better performance in Qgis.
>>
>> Could someone explain me why wmts has a better performance, even though
>> is integrated with the wms?
>>
>
> I'm assuming you're saying it's slower because it takes more time to
> render the maps, by the naked eye, right?
> The reason is actually quite simple, WMS has to draw the map every time,
> WMTS caches tiles and renders them.
>
> The "integration" is not doing you any good in QGIS, because QGIS does not
> know about it and does not leverage it.
> The integration works by having GWC intercept requests, and if they happen
> to exactly match a cached tile, the tile
> will be sent back immediately and the WMS will be dodged.
> However QGIS think it's talking to a normal WMS and does not know about
> the supported tile structures, so it's probably
> doing a singe screen wise request (or tiled requests that are not matching
> the cached tiles).
>
> GWC also has a "full WMS" mode where it builds non tiled WMS responses by
> stitching and rescalilng cached tiles,
> see here on how to enable it (there is no UI for it as far as I know,
> you'll have to edit config files manually):
> http://docs.geoserver.org/latest/en/user/geowebcache/
> using.html#geowebcache-endpoint-url
>
> Mind though, if you want to use it, you'll have to send QGIS the URL of
> the WMS-C protocol (the WMS managed by GWC),
> the quality of the outputs will be lower, due to the rescaling, and
> performance will be somewhere in between a WMTS
> and a WMS that renders on the fly.
>
> Hope this helps
>
> Cheers
> Andrea
>
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> <https://maps.google.com/?q=Via+di+Montramito+3/A+55054+%C2%A0Massarosa&entry=gmail&source=g>
> 55054  Massarosa
> <https://maps.google.com/?q=Via+di+Montramito+3/A+55054+%C2%A0Massarosa&entry=gmail&source=g>
> (LU)
> phone: +39 0584 962313 <+39%200584%20962313>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
> http://www.geo-solutions.it
> http://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 o

[Geoserver-users] wmts layer request

2018-02-02 Thread Julierme Pinheiro
Dear all,

First of all, my apologies if my question has been already discussed here.

I created some wms/wmts services for GeoTIFF files using geoserver. My
computer is running Ubuntu 14.04 LTS (Memory: 23 GB e Processor: Intel®
Xeon(R) CPU X5660 @ 2.80GHz × 12).

I am loading theses services in QGIS and realized that the wms connection
is slower than the wmts. I did not understand why wms is slower because I
set Caching Defaults (box checked) Enable direct integration with GeoServer
WMS.

In my case, the wmts is having a better performance in Qgis.

Could someone explain me why wmts has a better performance, even though is
integrated with the wms?

Thank you for your time in advance

Julierme
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver GeoTIFF Image Composition

2018-01-29 Thread Julierme Pinheiro
Hi all,

I have hit my head in a wall trying to figure out an issue in geoserver.

I have published a Geotiff (3 bands RGB EPSG: 4326). This geotiff has a
white border (R=255,G=255, B=255). After publishing in geoserver, the layer
translates N and rotates NE. It seems that this RGB white border which has
an (X,Y) information is causing the image move.

Does anyone has experienced this problem and could share a solution?

Thank you for your time in advance.

Julierme Pinheiro
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Download Link for GeoTiff, KML, GeoJSON, Shapefile, CSV and GML

2016-09-30 Thread pinheiro
Dear All, 

When I select one format do download data in Geoserver , it opens the 
download box, but I can not see the download link being used. So, I want 
to find the link in Geoserver and add it to a button link in order to make 
the data downloadable from an API or another application as Geonetwork. Is 
it possible to do that? If so, could someone show me how to retrieve and 
see the link in Geoserver? 

Thank you very much in advance for your time.

Julierme Pinheiro--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Download Link for GeoTiff, KML, GeoJSON, Shapefile, CSV and GML

2016-09-30 Thread pinheiro
Dear All,

When I select one format do download data in Geoserver , it opens the 
download box, but I can not see the download link being used. So, I want 
to find the link in Geoserver and add it to a button link in order to make 
the data downloadable from an API or another application as Geonetwork. Is 
it possible to do that? If so, could someone show me how to retrieve and 
see the link in Geoserver?

Thank you very much in advance for your time.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver-users Digest, Vol 120, Issue 28

2016-05-11 Thread pinheiro
Hi Rahkonen Jukka,

Thank you very much for your reply. I set the configuration for the 
wrapper.conf bellow. I restarted the service after changing the file, but 
my wms cascade connection still unsuccessful. could you tell me if I 
missed any important configration detail?

wrapper.java.additional.1=-Djetty.home=.
wrapper.java.additional.2=-DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%"
wrapper.java.additional.3=-Dhttp.proxySet=true
wrapper.java.additional.4=-Dhttp.proxyHost=proxy-xx.com
wrapper.java.additional.5=-Dhttp.proxyPort=6060
wrapper.java.additional.6=-Dhttps.proxyHost=proxy-xx.com
wrapper.java.additional.7=-Dhttps.proxyPort=6060
wrapper.java.additional.8=-Dhttp.nonProxyHosts=”mait*|dpi*”
wrapper.java.additional.9=-Dhttp.proxyUser=spiderman
wrapper.java.additional.10=-Dhttp.proxyPassword=spider

Thank you in advance

Julierme





geoserver-users-requ...@lists.sourceforge.net 
11/05/2016 13:57
Favor responder a
geoserver-users@lists.sourceforge.net


Para
geoserver-users@lists.sourceforge.net
cc

Assunto
Geoserver-users Digest, Vol 120, Issue 28





Send Geoserver-users mailing list submissions to
 geoserver-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
 
https://lists.sourceforge.net/lists/listinfo/geoserver-users
or, via email, send a message with subject or body 'help' to
 geoserver-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
 geoserver-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Geoserver-users digest..."


Today's Topics:

   1. Re: WMS Cascade Connection behind proxyand 
authentication
  (Rahkonen Jukka (MML))


--

Message: 1
Date: Wed, 11 May 2016 16:56:33 +
From: "Rahkonen Jukka (MML)" 
Subject: Re: [Geoserver-users] WMS Cascade Connection behind proxy  and
 authentication
To: "pinhe...@chm.mar.mil.br" ,
 "geoserver-users@lists.sourceforge.net"
 
Message-ID:
 <5b2f184641d8406e82df3fc59eed3...@c119s212vm022.msvyvi.vaha.local>
Content-Type: text/plain; charset="utf-8"

Hi,

Read instructions from 
http://docs.geoserver.org/stable/en/user/data/cascaded/wfs.

-Jukka Rahkonen-

Lãhettãjã: pinhe...@chm.mar.mil.br
Lãhetetty: ?11.ã5.ã2016 19:42
Vastaanottaja: geoserver-users@lists.sourceforge.net<
mailto:geoserver-users@lists.sourceforge.net>
Aihe: [Geoserver-users] WMS Cascade Connection behind proxy and 
authentication


Dear all,

I am trying to create a store through wms cascade.  I have geoserver 2.8.2 
installed and it is running in a network that has proxy and requires user 
and password authentication in order to use the 
internet. The connection fails and gives the following error: "Connection 
test failed: Connection timed out: connect"
However the connection works fine in a network without proxy and 
authentication.

Could someone help me to find a way to configure geoserver in order to 
have proxy and internet authentication, pleaseã

Julierme

[cid:_2_087D9374087D88AC005B8A1583257FB0]
-- next part --
An HTML attachment was scrubbed...
-- next part --
A non-text attachment was scrubbed...
Name: ATT1.jpg
Type: image/jpeg
Size: 54684 bytes
Desc: ATT1.jpg

--

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data 
untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j

--

___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


End of Geoserver-users Digest, Vol 120, Issue 28



--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] WMS Cascade Connection behind proxy and authentication

2016-05-11 Thread pinheiro
Dear all,

I am trying to create a store through wms cascade.  I have geoserver 2.8.2 
installed and it is running in a network that has proxy and requires user 
and password authentication in order to use the internet. The connection 
fails and gives the following error: "Connection test failed: Connection 
timed out: connect"
However the connection works fine in a network without proxy and 
authentication.

Could someone help me to find a way to configure geoserver in order to 
have proxy and internet authentication, please?

Julierme

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Openstreetmap Mapnik WMS

2016-05-05 Thread pinheiro
Dear All,

I am in need to use a basemap (openstreetmap mapnik) wms service for 
geoserver/openlayers.  All the wms that I have tested won't work. Could 
someone give me reference for a wms service available that works fine?

Thank you in advance for your time.
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver-users Digest, Vol 118, Issue 85

2016-04-10 Thread pinheiro
Dear Chris Snider

Thank you very much for your reply.

Cheers

Julierme




geoserver-users-requ...@lists.sourceforge.net 
30/03/2016 11:38
Favor responder a
geoserver-users@lists.sourceforge.net


Para
geoserver-users@lists.sourceforge.net
cc

Assunto
Geoserver-users Digest, Vol 118, Issue 85





Send Geoserver-users mailing list submissions to
 geoserver-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
 
https://lists.sourceforge.net/lists/listinfo/geoserver-users
or, via email, send a message with subject or body 'help' to
 geoserver-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
 geoserver-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Geoserver-users digest..."


Today's Topics:

   1. Re: WFS-T: Strange problems with QGIS as a client, data are
  not saved but SUCCESS is returned (Alessandro Pasotti)
   2. Re: Managing WFS and WMS Services (Chris Snider)


--

Message: 1
Date: Wed, 30 Mar 2016 14:05:37 +0200
From: Alessandro Pasotti 
Subject: Re: [Geoserver-users] WFS-T: Strange problems with QGIS as a
 client, data are not saved but SUCCESS is returned
To: Andrea Aime 
Cc: Justin Deoliveira ,  GeoServer Mailing 
List
 List 
Message-ID:
 
Content-Type: text/plain; charset="utf-8"

2016-03-30 14:00 GMT+02:00 Andrea Aime :

> On Wed, Mar 30, 2016 at 12:58 PM, Alessandro Pasotti 

> wrote:
>
>> Hi All,
>>
>> I'm testing the official geoserver 2.8.2 on Linux, I've enabled WFS-T
>> transactional on all workspaces.
>> I'm doing some insert tests using topp: roads, state_boundaries and
>> cities as test layers for linestrings, polygons and points.
>>
>> Using QGIS as a client, this works:
>> - insert on cities
>>
>> This doesn't:
>> - insert on roads and state_boundaries
>>
>> First issue: geoserver returns  (no errors and no 
warnings
>> in the logs)  but data are not inserted in the shapefiles.
>>
>> By comparing example XML I've tracked down the problem (at least for
>> linestrings) to the simple GML used by QGIS, compared with the multi
>> geometry GML used in the geoserver demo requests (which works):
>>
>> QGIS (silently fails):
>> http://www.openplans.org/topp";>
>> 
>> 146.1911
>>
>>
>> GeoServer Demo Requests (works):
>> 
>> http://www.opengis.net/gml/srs/epsg.xml#4326";>
>>   
>> 
>>   146.1911
>>
>>
>>
> What geometry type is GeoServer declaring in DescribeFeatureTypeã If 
they
> do not match you'll
> get the result you are describing.
>
> As far as I know the original developer of the WFS-T subsystem said we
> cannot xml validate the
> request for some reason, but at the same time the parser is 
unfortunately
> schema driven,
> meaning that it will only look for the elements it expects to find,
> ignoring the others.
> So if it's looking for a attribute that's not mandatory, and does not 
find
> it because it's mis-encoded,
> the transaction will succeeded ignoring the unexpected attributes.
>
> We have had a number of reports due to this issue over the years, with a
> few variants (e.g., people encoding
> geometries in gml 2 in wfs 1.1 transactions), and I agree it would be 
best
> if the
> system validated the input xml against the expected schema and threw an
> error,
> but apparently it's not  an easy thing to fix (meaning, not a spare time
> deal),
> and one that nobody has gathered funds to use working hours to fix so 
far.
>
> Cheers
> Andrea
>
>
Thank you Andrea,

I have clear picture now, and you are right, the problem is in that
DescribeFeatureType returns  type="gml:MultiLineStringPropertyType" while
QGIS thinks that is a simple geometry.

I'll have a look into QGIS if we can do something to fix this.


-- 
Alessandro Pasotti
w3:   www.itopen.it
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Wed, 30 Mar 2016 14:23:48 +
From: Chris Snider 
Subject: Re: [Geoserver-users] Managing WFS and WMS Services
To: Jonathan Moules ,
 "pinhe...@chm.mar.mil.br" 
Cc: "geoserver-users@lists.sourceforge.net"
 
Message-ID:
 

 
Content-Type: text/plain; charset="utf-8"

Hi,

If you restrict your output to openlayers (which isnãt ?reallyã an output 
format), you wonãt be able to even use the resulting output.  The 
openlayers output format is what generates the layer 
previewer which is actually an html page with embedded javascript. 
Ultimately, the page makes WMS requests for the jpg/png etc formats.  So, 
you would want to have them available as well.

Chris Snider
Senior Software Engineer
Intelligent Software Solutions, Inc.
[Description: Description: Description: 
cid:image001.png@01CA1F1F.CBC9

Re: [Geoserver-users] Geoserver-users Digest, Vol 118, Issue 83

2016-04-10 Thread pinheiro
Dear Jonathan Moules


Thank you very much for your reply. 

Cheers




geoserver-users-requ...@lists.sourceforge.net 
30/03/2016 08:05
Favor responder a
geoserver-users@lists.sourceforge.net


Para
geoserver-users@lists.sourceforge.net
cc

Assunto
Geoserver-users Digest, Vol 118, Issue 83





Send Geoserver-users mailing list submissions to
 geoserver-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
 
https://lists.sourceforge.net/lists/listinfo/geoserver-users
or, via email, send a message with subject or body 'help' to
 geoserver-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
 geoserver-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Geoserver-users digest..."


Today's Topics:

   1. Re: Styling when points symbols are overlapping (Martin Davis)
   2. WFS-T: Strange problems with QGIS as a client, data are not
  saved but SUCCESS is returned (Alessandro Pasotti)
   3. Re: Managing WFS and WMS Services (Jonathan Moules)


--

Message: 1
Date: Tue, 29 Mar 2016 21:04:30 -0700
From: Martin Davis 
Subject: Re: [Geoserver-users] Styling when points symbols are
 overlapping
To: Stephanos Charalambous 
Cc: "geoserver-users@lists.sourceforge.net"
 
Message-ID:
 
Content-Type: text/plain; charset="utf-8"

Perhaps the PointStacker rendering transformation could helpã

http://docs.geoserver.org/latest/en/user/styling/sld-extensions/rendering-transform.html

https://wiki.state.ma.us/confluence/display/massgis/GeoServer+-+WMS+and+WPS+-+Rendering+Transformations+-+Point+Clustering



On Tue, Mar 29, 2016 at 7:04 AM, Stephanos Charalambous <
stephanos...@yahoo.gr> wrote:

> Hello,
>
> I would like to ask if is there a way to handle the points styling when
> points symbol (not labels) are overlapping.
> Is there a way to display only one point of the group or ever none of 
the
> groupã
> Or is there a way to display the point with the higher priority even if
> the points of the group lets say belong to the same categoryã
>
> Any help appreciated.
>
> Stephanos
>
>
> 
--
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clkãid=278785471&iu=/4140
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Wed, 30 Mar 2016 12:58:35 +0200
From: Alessandro Pasotti 
Subject: [Geoserver-users] WFS-T: Strange problems with QGIS as a
 client, data are not saved but SUCCESS is returned
To: geoserver-users@lists.sourceforge.net
Message-ID:
 
Content-Type: text/plain; charset="utf-8"

Hi All,

I'm testing the official geoserver 2.8.2 on Linux, I've enabled WFS-T
transactional on all workspaces.
I'm doing some insert tests using topp: roads, state_boundaries and cities
as test layers for linestrings, polygons and points.

Using QGIS as a client, this works:
- insert on cities

This doesn't:
- insert on roads and state_boundaries

First issue: geoserver returns  (no errors and no warnings 
in
the logs)  but data are not inserted in the shapefiles.

By comparing example XML I've tracked down the problem (at least for
linestrings) to the simple GML used by QGIS, compared with the multi
geometry GML used in the geoserver demo requests (which works):

QGIS (silently fails):
http://www.openplans.org/topp";>

146.1911


GeoServer Demo Requests (works):

http://www.opengis.net/gml/srs/epsg.xml#4326
">
  

  146.1911



I believe that geoserver should not return  if data are not
saved (should I file a ticketã) but I'm unsure about the (multi)geometry
issue: is that a requirement from the specs that simple geometries (in 
this
case LineString) are encoded as Multiã



-- 
Alessandro Pasotti
w3:   www.itopen.it
-- next part --
An HTML attachment was scrubbed...

--

Message: 3
Date: Wed, 30 Mar 2016 12:04:49 +0100
From: Jonathan Moules 
Subject: Re: [Geoserver-users] Managing WFS and WMS Services
To: 
Cc: geoserver-users@lists.sourceforge.net
Message-ID:
 <153c73197dd.111987b6e94892.8573997754272435...@lightpear.com>
Content-Type: text/plain; charset="utf-8"

Hi,
- Disabling WFS shouldn't stop the Layer Preview from working.
- Restricting access to only certain output formats - 
http://osgeo-org.1560.x6.nabble.com/WMS-output-for

[Geoserver-users] Managing WFS and WMS Services

2016-03-29 Thread pinheiro
Dear all,

I am hitting my head in a wall trying to figure out how to manage the web 
services. 

My goals:

1 - To make just one specific layer available for visualization only (no 
download available);
2 - To provide only OpenLayers for the Output Formats on WMS services.

My issue:

Making the service WFS unable is making all the layers in the layer 
preview unable.

Could anyone help me to figure out how to configure geoserver in order to 
publish data just for visualization through OpenLayers WMS only? 

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Cascades a remote WMS

2016-03-19 Thread pinheiro
Dear Geoserver-Users,

I have a proxy in the network running behind Geoserver. Because of that I 
am unable to connect to the Capabilities URL. Geoserver is installed in a 
windows environment. 
Could anyone give me a clue how to solve that?

I have gone through: Settings --> Global--> Proxy Base URL: 
http://proxy-aa.net

For the last, I stopped and started the service, But it did not work. I am 
still unable to make a connection. 

Thank you for your time.

e--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Welcome to the "Geoserver-users" mailing list (Digest mode)

2016-03-18 Thread pinheiro
Dear geoserver-users,

I am sending my e-mail according to the message bellow.

Best Regards




geoserver-users-requ...@lists.sourceforge.net 
18/03/2016 08:47

Para
pinhe...@chm.mar.mil.br
cc

Assunto
Welcome to the "Geoserver-users" mailing list (Digest mode)





Welcome to the Geoserver-users@lists.sourceforge.net mailing list!

To post to this list, send your email to:

  geoserver-users@lists.sourceforge.net

General information about the mailing list is at:

  https://lists.sourceforge.net/lists/listinfo/geoserver-users

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  
https://lists.sourceforge.net/lists/options/geoserver-users/pinheiro%40chm.mar.mil.br



You can also make such adjustments via email by sending a message to:

  geoserver-users-requ...@lists.sourceforge.net

with the word `help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including changing
the password, itself) or to unsubscribe.  It is:

  msdi2020

Normally, Mailman will remind you of your lists.sourceforge.net
mailing list passwords once every month, although you can disable this
if you prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users