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

Dear Jonathan Moules

Thank you very much for your reply.

Cheers

geoserver-users-request@lists.sourceforge.net

30/03/2016 08:05

Favor responder a
geoserver-users@lists.sourceforge.net

Para
geoserver-users@anonymised.comsts.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-request@lists.sourceforge.net

You can reach the person managing the list at
geoserver-users-owner@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 mtnclimb@anonymised.com
Subject: Re: [Geoserver-users] Styling when points symbols are
overlapping
To: Stephanos Charalambous stephanos_ch@anonymised.com
Cc: “geoserver-users@lists.sourceforge.net
geoserver-users@lists.sourceforge.net
Message-ID:
CAK2ens33df7twYAiFK3L_rPBrrkEz4vErsCg_ZEOnSz3XW5gcg@anonymised.com
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_ch@anonymised.com> 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 apasotti@anonymised.com
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:
CAL5Q671igExuLMucygxPZvVKs-9rypzzFqYvpXh_cEAFG2fzGg@anonymised.com
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 wfs:SUCCESS/ (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):
<the_geom xmlns=“http://www.openplans.org/topp”>
<gml:LineString srsName=“EPSG:4326”>
<gml:coordinates cs=“,” ts=" ">146.1911…

GeoServer Demo Requests (works):
topp:the_geom
<gml:MultiLineString srsName=“http://www.opengis.net/gml/srs/epsg.xml#4326”>
gml:lineStringMember
gml:LineString
<gml:coordinates decimal=“.” cs=“,” ts=" ">146.1911…

I believe that geoserver should not return wfs:SUCCESS/ 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 jonathan-lists@anonymised.com
Subject: Re: [Geoserver-users] Managing WFS and WMS Services
To: pinheiro@anonymised.com
Cc: geoserver-users@lists.sourceforge.net
Message-ID:
153c73197dd.111987b6e94892.8573997754272435786@anonymised.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-format-restrictions-td3796402.html
  • Are you sure you want OpenLayers as the output formatã If you’re building your own application that application will be openlayers (or whatever), and the data it uses will mostly be png8, (or jpeg
    for imagery).

Cheers,
Jonathan

---- On Tue, 29 Mar 2016 17:44:41 +0100 <pinheiro@anonymised.com> wrote ----

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&amp;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…
-------------- next part --------------
A non-text attachment was scrubbed…
Name: 1.jpg
Type: image/jpeg
Size: 54684 bytes
Desc: not available



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

End of Geoserver-users Digest, Vol 118, Issue 83