Re: [Geoserver-users] how to create a totally dynamic GeoServer layer - and dynamic heights in KML output ?

2014-05-10 Thread Lorenzo Natali
The error you pasted is a known bug http://jira.codehaus.org/browse/GEOT-4499 But is a logging problem, not a bug itself. To get the reason why your request fails compare it with the one in the preview. Very good suggestion. I did set a default value and was able to save the layer based on the

Re: [Geoserver-users] how to create a totally dynamic GeoServer layer - and dynamic heights in KML output ?

2014-05-10 Thread Andrea Aime
On Thu, Apr 24, 2014 at 8:11 PM, karsten kars...@terragis.net wrote: Dear GeoServer users and experts, we have been using GeoServer + PostGIS in a project in order to create KML output for display in Google Earth and also extruded as 3D (using GeoServer *.ftl height templates) output. I

Re: [Geoserver-users] how to create a totally dynamic GeoServer layer - and dynamic heights in KML output ?

2014-05-09 Thread karsten
Very good suggestion. I did set a default value and was able to save the layer based on the SQL view that has this query SELECT *, %myheight% as height from mytable The kml that I can get from the preview works too.' Now when i try to use the variable %myheight% like in this string in the kml

Re: [Geoserver-users] how to create a totally dynamic GeoServer layer - and dynamic heights in KML output ?

2014-05-05 Thread Karsten-3-2
Hi, maybe I need to rephrase my question but before I do that - is there really no one that could give us any hint what we could to to approach that in any way ? Karsten -- View this message in context:

Re: [Geoserver-users] how to create a totally dynamic GeoServer layer - and dynamic heights in KML output ?

2014-05-05 Thread Lorenzo Natali
Maybe you have to set a valid default value in the sql view parameters table below the view (one existing column) to allow geoserver to validate the query and check the type of the attribute. For instance, if your table has the following columns: gid,value1, value2, the_geom try to set value1

[Geoserver-users] how to create a totally dynamic GeoServer layer - and dynamic heights in KML output ?

2014-04-24 Thread karsten
Dear GeoServer users and experts, we have been using GeoServer + PostGIS in a project in order to create KML output for display in Google Earth and also extruded as 3D (using GeoServer *.ftl height templates) output. I have been excited about all the possibilities and we got pretty far over