Dear Jonathan Moules
Thank you very much for your reply.
Cheers
[email protected]
30/03/2016 08:05
Favor responder a
[email protected]
Para
[email protected]
cc
Assunto
Geoserver-users Digest, Vol 118, Issue 83
Send Geoserver-users mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
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 <[email protected]>
Subject: Re: [Geoserver-users] Styling when points symbols are
overlapping
To: Stephanos Charalambous <[email protected]>
Cc: "[email protected]"
<[email protected]>
Message-ID:
<cak2ens33df7twyaifk3l_rpbrrkez4verscg_zeonsz3xw5...@mail.gmail.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 <
[email protected]> 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
> [email protected]
> 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 <[email protected]>
Subject: [Geoserver-users] WFS-T: Strange problems with QGIS as a
client, data are not saved but SUCCESS is returned
To: [email protected]
Message-ID:
<cal5q671igexulmucygxpzvvks-9rypzzfqyvpxh_ceafg2f...@mail.gmail.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 <[email protected]>
Subject: Re: [Geoserver-users] Managing WFS and WMS Services
To: <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
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 <[email protected]>
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&iu=/4140_______________________________________________
Geoserver-users mailing list
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users
End of Geoserver-users Digest, Vol 118, Issue 83
************************************************
------------------------------------------------------------------------------
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! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users