[Geoserver-devel] using geoserver as mobile server

Hi:

   i want to use mobile as geoserver's client, this is my idea,in the mobile client ,i sent the url,so i recieve the map,but i want to the difference of mobile client and pc client,give me some ideas.

From: geoserver-devel-request@lists.sourceforge.net
Reply-To: geoserver-devel@lists.sourceforge.net
To: geoserver-devel@lists.sourceforge.net
Subject: Geoserver-devel digest, Vol 1 #743 - 6 msgs
Date: Mon, 11 Jul 2005 20:10:04 -0700

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

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

You can reach the person managing the list at
geoserver-devel-admin@lists.sourceforge.net

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

Today's Topics:

   1. Re: Legend grahic size policy (was [Geoserver-commits] svn - r3668

- in trunk/geoserver/src/org/vfny/geoserver/wms/responses: . helpers) (Gabriel =?utf-8?q?Rold=C3=A1n?=)

   2. Re: Legend grahic size policy (was [Geoserver-commits] svn - r3668

- in trunk/geoserver/src/org/vfny/geoserver/wms/responses: . helpers) (Gabriel =?utf-8?q?Rold=C3=A1n?=)

   3. Re: Legend grahic size policy (was [Geoserver-commits]
       svn - r3668 - in

trunk/geoserver/src/org/vfny/geoserver/wms/responses: .

       helpers) (Jody Garnett)
   4. GISONE (Jody Garnett)

--__--__--

Message: 1
From: Gabriel =?utf-8?q?Rold=C3=A1n?= <groldan@anonymised.com>
Organization: Axios Engineering
To: Jody Garnett <jgarnett@anonymised.com>
Subject: Re: [Geoserver-devel] Legend grahic size policy (was

[Geoserver-commits] svn - r3668 - in trunk/geoserver/src/org/vfny/geoserver/wms/responses: . helpers)

Date: Mon, 11 Jul 2005 23:13:35 +0200
Cc: geoserver-devel@lists.sourceforge.net,
dblasby@anonymised.com

On Monday 11 July 2005 22:44, Jody Garnett wrote:
> Gabriel Rold=C3=A1n wrote:
> >Jody, my confussion was that I thought david was talking about the
> >GetLegendGraphic operation itself, not the default legend graphic
> > advertised on the capabilities.
>
> Okay.
>
> >>And that is what I am asking for a single symbol.
> >
> >you're asking for a single symbol if you're issuing a GetLegendGraphic
> >operation for each RULE of your layer.
>
> I don't think you can do that? The symbol represents the entire layer.
> Remember that the SLD (and thus the rules) are a black box known only

to

> geoserver at this time.
>
> >The other (more widely used) approach is to send just one request for

the

> >whole layer, and let the server build a "representative" graphic of

all

> > the rules that apply.
>
> We are going around in circles on this one Gabriel, lets get out the
> specs as that is what they are for. I just tried looking through 1.3.0
> (but it was not very helpful).
>

I don't think we're going around in circles. You can do a

GetLegendGraphics=

=20
request for a single rule.
The spec says (SLD 1.0, page 62),

"RULE. Optional. Rule of style to produce legend graphic for, if

applicable=

=2E=20
In the case that a style has multiple rules but no specific rule is

selecte=

d,=20
then the map server is obligated to produce a graphic that is

representativ=

e=20
of all of the rules of the style."

Also I don't have any specific application in mind, Jody. I was all

about=20

discussing adherence to the spec from my side.

Gabriel

> It sounds to me like we both have different applications in mind, an
> each idea makes perfect sense on its own. I am sure we are both right,
> the question is what the spec says.
>
> Jody

=2D-=20
Gabriel Rold=C3=A1n <groldan@anonymised.com>
Axios Engineering <http://www.axios.es>
CR/Basurtu-Kastrexana 70, Mod. 14
48002 - Bilbao, Spain
te. (+34) 94 441 63 84
fax (+34) 94 441 64 90

--__--__--

Message: 2
From: Gabriel =?utf-8?q?Rold=C3=A1n?= <groldan@anonymised.com>
Organization: Axios Engineering
To: Jody Garnett <jgarnett@anonymised.com>
Subject: Re: [Geoserver-devel] Legend grahic size policy (was

[Geoserver-commits] svn - r3668 - in trunk/geoserver/src/org/vfny/geoserver/wms/responses: . helpers)

Date: Mon, 11 Jul 2005 23:18:06 +0200
Cc: geoserver-devel@lists.sourceforge.net,
dblasby@anonymised.com

> I don't think you can do that? The symbol represents the entire layer.
> Remember that the SLD (and thus the rules) are a black box known only

to

> geoserver at this time.
ah, I think "at this time" you mean when getting the legend graphic url

stated

in the capabilities? that's right. It is clear at this time the returned
image MUST be of the size stated on the capabilities. That was a geosever
error.
By the other hand, you do can issue rule specific requests, as the spec

says,

and geoserver supports it.
It could make more sense to a high tech client like udig, and could be

pretty

difficult for a html based one. So you have the flexibility to treat them

as

a black box (an get what the server wants to return in order to provide a
"representative" graphic of all the rules that apply), or take the control
and get a graphic for each rule.

cheers,

Gabriel.

--__--__--

Message: 3
Date: Mon, 11 Jul 2005 14:17:51 -0700
From: Jody Garnett <jgarnett@anonymised.com>
To: =?UTF-8?B?R2FicmllbCBSb2xkw6Fu?= <groldan@anonymised.com>
Cc: geoserver-devel@lists.sourceforge.net,
dblasby@anonymised.com
Subject: Re: [Geoserver-devel] Legend grahic size policy (was

[Geoserver-commits]

svn - r3668 - in trunk/geoserver/src/org/vfny/geoserver/wms/responses: .
helpers)

Hi Gabriel:

>>We are going around in circles on this one Gabriel, lets get out the
>>specs as that is what they are for. I just tried looking through 1.3.0
>>(but it was not very helpful).
>>
>I don't think we're going around in circles. You can do a

GetLegendGraphics

>request for a single rule.
>
You are correct - it was me going around in circles.
Problem is I want a graphic for my layer - and the spec clearly says
that this is a legend graphic (not a layer graphic).
Thanks for find the spec, I was looking in the WMS specs.

>The spec says (SLD 1.0, page 62),
>
>"RULE. Optional. Rule of style to produce legend graphic for, if

applicable.

>In the case that a style has multiple rules but no specific rule is

selected,

>then the map server is obligated to produce a graphic that is

representative

>of all of the rules of the style."
>
>Also I don't have any specific application in mind, Jody. I was all

about

>discussing adherence to the spec from my side.
>
I think the best compromise I can do is request the size I want (16x16)
and figure out a way to smoothly handle a different size. I am going to
try and take just the first 16x16 (in case the answer was 16x32 or
something).

Cheers,
Jody

--__--__--

Message: 4
Date: Mon, 11 Jul 2005 16:08:24 -0700
From: Jody Garnett <jgarnett@anonymised.com>
To: geoserver-devel <geoserver-devel@lists.sourceforge.net>,
debasishs@anonymised.com
Subject: [Geoserver-devel] GISONE

I was looking through source forge today and did a search for geotools:

GeoTools, the java GIS toolkit
GeoTools is *the* open source java GIS toolkit. Used for OGC based
projects via GeoAPI interfaces. Includes two great SLD based renderers,
raster access and reprojection. Plugns fo Shapefile, ArcGrid, ArcSDE,
Postgis, OracleSpatial, MySQL and many more.

Experimental GIS tools in Java
Experimental utilities in Java for geographic information and remote
sensing in environmental science. Seagis is built on top of Geotools 2,
which is an OpenGIS implementation. Seagis classes moves to Geotools 2
when (and if) they become mature enough.

GISONE
GISONE is an Open J2EE Spatial Framework (OJSF) for building spatially
enabled Web applications. The software builds upon popular OpenSource
Standards like OpenGIS and libraries like GeoTools, Struts , JBOSS and
others.

Things to note:
a) GeoServer did not appear
b) what is GISONE?

I am CCing the contact person with this email, perhaps they would like
to play with GeoServr?

Jody

--__--__--

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

End of Geoserver-devel Digest

_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/