Hi,
I was wondering if there is someone working, or planning to, in
supporting KML 2.1 regions in geoserver KML outputFormat.
I also have another question regarding SLD.
In one of my SLD I switch the layer is presented depending on the
scale with max min scale denominators. So I have something like
layer_0,layer_1...layer_5 and they should be presented at different
zoom levels.
I would like to present this as a simple layer to the user with my
default SLD that switches the layers at different scales. Right now to
present it in an interface my queries to the WMS server always have to
include the 5 layers in the request. But if I want a user from, let
say uDig, how can I provide him with one single layer that
"instiantiate" the others?
I also would like to "hide" some of these "intermdiate" layers from my
WMS capabilities document, I dont see how this is possible with
Geoserver so I was thinking in creating my own WMS capabilities
document (the one produced by Geoserver with some cuts) and store it
in a web server so that is accesible. Is that ok? (considering that I
have to take care of returning the correct mime type for this
document).
Thanks in advance for any suggestion.
Javier.
Javier de la Torre wrote:
Hi,
I was wondering if there is someone working, or planning to, in
supporting KML 2.1 regions in geoserver KML outputFormat.
Not currently. We've thought about it a bit, and would like to work on it in the future, but it's probably depending on at least some funding.
I also have another question regarding SLD.
In one of my SLD I switch the layer is presented depending on the
scale with max min scale denominators. So I have something like
layer_0,layer_1...layer_5 and they should be presented at different
zoom levels.
I would like to present this as a simple layer to the user with my
default SLD that switches the layers at different scales. Right now to
present it in an interface my queries to the WMS server always have to
include the 5 layers in the request. But if I want a user from, let
say uDig, how can I provide him with one single layer that
"instiantiate" the others?
Actually we just made this. It's definitely in 1.4-M2. See: http://docs.codehaus.org/display/GEOSDOC/WMS+Layer-group+option
In 1.3.4 it's there, but you can only do one, and it has to be called 'baselayer' I think.
I also would like to "hide" some of these "intermdiate" layers from my
WMS capabilities document, I dont see how this is possible with
Geoserver so I was thinking in creating my own WMS capabilities
document (the one produced by Geoserver with some cuts) and store it
in a web server so that is accesible. Is that ok? (considering that I
have to take care of returning the correct mime type for this
document).
Yup, that's fine.
best regards,
Chris
Thanks in advance for any suggestion.
Javier.
!DSPAM:1003,4520da41231861775926497!
--
Chris Holmes
The Open Planning Project
http://topp.openplans.org
Hi Chris,
> I was wondering if there is someone working, or planning to, in
> supporting KML 2.1 regions in geoserver KML outputFormat.
Not currently. We've thought about it a bit, and would like to work on
it in the future, but it's probably depending on at least some funding.
Ok, I see. Let see if we can get some fundings for this on the near future.
Actually we just made this. It's definitely in 1.4-M2. See:
http://docs.codehaus.org/display/GEOSDOC/WMS+Layer-group+option
Cool! I have a question with this. In your documentation it says that
you can provide a different style for every layer that you group. In
my case it is actually one single style for all the layers, I suppose
it is no problem to submit three times the same style. I can imagine
that in most cases the user would like to control the style of the the
group with a single SLD, but I might be wrong.
I have downloaded 1.4-M2 and tried to install it. I changed to use my
own data directory with the PARAM in the web.xml file. But then I get
errors on the config tool saying that geoserver does not find the
styles for the feature types. I took a look into the catalog.xml and
there I see my styles registered and a note saying:
<!--
Defines the style ids to be used by the wms. The files must be
contained in geoserver/misc/wms/styles. We're working on finding
a better place for them, but for now that's where you must put them
if you want them on the server.
-->
But I dont find the geoserver/misc/wms/styles folder. I have tried to
recreate it on /webapps/geoserver and in my own
/home/geoserver/config/ folder but no luck. Any idea of where I should
put the SLDs so that they are found by geoserver?
Thanks.
Javi.
Justin or any 1.4 experts, is it true that styles must be in misc? They aren't picked up by the data_dir? Are they supposed to be?
It sounds like this is a bug, I can't imagine us putting out a 1.4 release that doesn't pick up styles defined in a data directory.
Chris
Javier de la Torre wrote:
Hi Chris,
I was wondering if there is someone working, or planning to, in
supporting KML 2.1 regions in geoserver KML outputFormat.
Not currently. We've thought about it a bit, and would like to work on
it in the future, but it's probably depending on at least some funding.
Ok, I see. Let see if we can get some fundings for this on the near future.
Actually we just made this. It's definitely in 1.4-M2. See:
http://docs.codehaus.org/display/GEOSDOC/WMS+Layer-group+option
Cool! I have a question with this. In your documentation it says that
you can provide a different style for every layer that you group. In
my case it is actually one single style for all the layers, I suppose
it is no problem to submit three times the same style. I can imagine
that in most cases the user would like to control the style of the the
group with a single SLD, but I might be wrong.
I have downloaded 1.4-M2 and tried to install it. I changed to use my
own data directory with the PARAM in the web.xml file. But then I get
errors on the config tool saying that geoserver does not find the
styles for the feature types. I took a look into the catalog.xml and
there I see my styles registered and a note saying:
<!--
Defines the style ids to be used by the wms. The files must be
contained in geoserver/misc/wms/styles. We're working on finding
a better place for them, but for now that's where you must put them
if you want them on the server.
-->
But I dont find the geoserver/misc/wms/styles folder. I have tried to
recreate it on /webapps/geoserver and in my own
/home/geoserver/config/ folder but no luck. Any idea of where I should
put the SLDs so that they are found by geoserver?
Thanks.
Javi.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:1003,4523118b305571804284693!
--
Chris Holmes
The Open Planning Project
http://topp.openplans.org
Hi Javier,
I'm running my 1.4.0-M2 off of a data directory and it is picking up my styles, but I am using an environment variable to set my data_dir location. I just tested setting the data_dir within the web.xml file and it does not pick it up.
I will file a bug report.
But for now, try setting an environment variable to point to your data_dir.
Brent Owens
(The Open Planning Project)
Chris Holmes wrote:
Justin or any 1.4 experts, is it true that styles must be in misc? They aren't picked up by the data_dir? Are they supposed to be?
It sounds like this is a bug, I can't imagine us putting out a 1.4 release that doesn't pick up styles defined in a data directory.
Chris
Javier de la Torre wrote:
Hi Chris,
I was wondering if there is someone working, or planning to, in
supporting KML 2.1 regions in geoserver KML outputFormat.
Not currently. We've thought about it a bit, and would like to work on
it in the future, but it's probably depending on at least some funding.
Ok, I see. Let see if we can get some fundings for this on the near future.
Actually we just made this. It's definitely in 1.4-M2. See:
http://docs.codehaus.org/display/GEOSDOC/WMS+Layer-group+option
Cool! I have a question with this. In your documentation it says that
you can provide a different style for every layer that you group. In
my case it is actually one single style for all the layers, I suppose
it is no problem to submit three times the same style. I can imagine
that in most cases the user would like to control the style of the the
group with a single SLD, but I might be wrong.
I have downloaded 1.4-M2 and tried to install it. I changed to use my
own data directory with the PARAM in the web.xml file. But then I get
errors on the config tool saying that geoserver does not find the
styles for the feature types. I took a look into the catalog.xml and
there I see my styles registered and a note saying:
<!--
Defines the style ids to be used by the wms. The files must be
contained in geoserver/misc/wms/styles. We're working on finding
a better place for them, but for now that's where you must put them
if you want them on the server.
-->
But I dont find the geoserver/misc/wms/styles folder. I have tried to
recreate it on /webapps/geoserver and in my own
/home/geoserver/config/ folder but no luck. Any idea of where I should
put the SLDs so that they are found by geoserver?
Thanks.
Javi.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:1003,4523118b305571804284693!
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users