iag-geo / bootleaf

An open-source version of IAG's Bootleaf fork
https://demo.bootleaf.xyz
MIT License
89 stars 65 forks source link

Styles from Geoserver #32

Open ed5on opened 4 years ago

ed5on commented 4 years ago

In geoserver you can customize the styles of the points or lines. How can I bring those styles from the geoserver server together with the wfs request?

hardreddata commented 3 years ago

I think this cannot be done.

WFS only sends the data from GeoServer and any styling must be done by the client.

Cheers.

ShwetaMorkhandikar commented 2 years ago

Am keen on this one too. if we cannot import Geoserver styles, how can we add custom styles to map?

hardreddata commented 2 years ago

You can load the data from GeoServer as wms (not wfs) and the style will come with the layer.

On Tue, 3 May 2022, 2:04 pm ShwetaMorkhandikar, @.***> wrote:

Am keen on this one too. if we cannot import Geoserver styles, how can we add custom styles to map?

— Reply to this email directly, view it on GitHub https://github.com/iag-geo/bootleaf/issues/32#issuecomment-1115721329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEPO2UZUL4AXKU4XHVT6YTVICQTPANCNFSM4RA4SLXA . You are receiving this because you commented.Message ID: @.***>

ShwetaMorkhandikar commented 2 years ago

Thank you