I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
its the same here. doesnt matter which stroke-width i use in my sld file, it
seems that
in the kml output they are always generated as stroke-width "2". i want to
draw a line with an outline, it
works if im gona request raster data from the wms, the line is drawn
correctly, with the outline.
in Google Earth its just a red line with this sld:
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
Currently google earth will only render the one line style, even if you supply two of them.
Both are specified in the KML output that geoserver generates, but it is up to GE to render them and it just renders the last one. The only way around it is to have two datasets or to have the KML output as a raster image.
Just set the KMSCORE parameter of the request URL to zero:
KMSCORE=0
This will return you KML that contains a raster image of the data, and you will get your double line styling that way.
Brent Owens
(The Open Planning Project)
wrobel wrote:
hi,
its the same here. doesnt matter which stroke-width i use in my sld file, it
seems that
in the kml output they are always generated as stroke-width "2". i want to
draw a line with an outline, it
works if im gona request raster data from the wms, the line is drawn
correctly, with the outline.
in Google Earth its just a red line with this sld:
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
Theoretically I think you could also just have two styles on one dataset, one the outline and one the inner part, and request them in the right order so the outline is below the inner. But I'm not sure if that works in practice - but it should have geoserver generate the equivalent of two datasets for KML.
Chris
Brent Owens wrote:
Currently google earth will only render the one line style, even if you supply two of them.
Both are specified in the KML output that geoserver generates, but it is up to GE to render them and it just renders the last one. The only way around it is to have two datasets or to have the KML output as a raster image.
Just set the KMSCORE parameter of the request URL to zero:
KMSCORE=0
This will return you KML that contains a raster image of the data, and you will get your double line styling that way.
Brent Owens
(The Open Planning Project)
wrobel wrote:
hi,
its the same here. doesnt matter which stroke-width i use in my sld file, it
seems that
in the kml output they are always generated as stroke-width "2". i want to
draw a line with an outline, it
works if im gona request raster data from the wms, the line is drawn
correctly, with the outline.
in Google Earth its just a red line with this sld:
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
We serve up relatively simple shapefiles and I haven't added or changed
anything to the server since I installed 1.3.3a about two or three months
ago.
Today, I tried to add a shapefile store and clicked on the apply button. All
fine. I clicked on the save button and boom, this error:
HTTP ERROR: 500 Internal Server Error
RequestURI=/geoserver/admin/saveToXML.do
Since then, I've upgraded the server to 1.4.4a and get the same error. All
the older maps are being served without any problems. But if I try and save
an edit to them, I get the same problem.
This is kinda urgent. Help anyone?
Maurice Tamman
(941) 925-8796; (941) 539-1580(mobile)
maurice.ben@anonymised.com
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
hmm, interesting.
I haven't had any issues with filters through testing, and it uses essentially the same filter code as WMS. I will take a deeper look into it. Thanks for reporting it.
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
in these rules textsymbolizer should not be set, so values with null
shouldnt be displayed.
strange about it... with first filter the "null" value wasnt displayed in
wms raster output but in
Google Earth. Using the second Filter brings the result for Google Earth.
Brent Owens wrote:
hmm, interesting.
I haven't had any issues with filters through testing, and it uses
essentially the same filter code as WMS. I will take a deeper look into
it. Thanks for reporting it.
I checked the list archives for a mention of this and couldn't find
anything. If it's functionality that hasn't been done yet, I can look
at
the code to see if it's within my skills to program.
Marc Pfister
Geospatial Data Manager
ENPLAN
mpfister@anonymised.com
530/221-0440 x108
530/221-6963 Fax
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
This error is most likely write permissions to the data directory where your catalog.xml file lives.
Are you using tomcat or jetty to run geoserver?
Brent Owens
(The Open Planning Project)
Maurice Tamman wrote:
We serve up relatively simple shapefiles and I haven't added or changed
anything to the server since I installed 1.3.3a about two or three months
ago.
Today, I tried to add a shapefile store and clicked on the apply button. All
fine. I clicked on the save button and boom, this error:
HTTP ERROR: 500 Internal Server Error
RequestURI=/geoserver/admin/saveToXML.do
Since then, I've upgraded the server to 1.4.4a and get the same error. All
the older maps are being served without any problems. But if I try and save
an edit to them, I get the same problem.
This is kinda urgent. Help anyone?
Maurice Tamman
(941) 925-8796; (941) 539-1580(mobile)
maurice.ben@anonymised.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users