How can I store height field data into Geoserver?Is it loaded in the same way
as raster data is loaded ?
I have uploaded it in the same way as raster data was was loaded but
openlayers or osgearth are only showing image not height.....
--
View this message in context: http://www.nabble.com/Height-field-storage-in-geoserver-tp24123455p24123455.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.
Are you talking height based raster data, like a DEM? Or vector data with a height component? The former is not really supported afaik. The letter is supported in some limited form with height templates:
http://geoserver.org/display/GEOSDOC/04-Height+Templates
There is also some work going on as we speak to add 3D support to KML. Andrea can speak more for that. I can't seem to find the jira issue on the road map.
shashank520 wrote:
How can I store height field data into Geoserver?Is it loaded in the same way
as raster data is loaded ?
I have uploaded it in the same way as raster data was was loaded but
openlayers or osgearth are only showing image not height.....
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
Justin Deoliveira ha scritto:
Are you talking height based raster data, like a DEM? Or vector data with a height component? The former is not really supported afaik. The letter is supported in some limited form with height templates:
http://geoserver.org/display/GEOSDOC/04-Height+Templates
There is also some work going on as we speak to add 3D support to KML. Andrea can speak more for that. I can't seem to find the jira issue on the road map.
Right, forgot to assign it to 1.7.6 release, done:
http://jira.codehaus.org/browse/GEOS-2645
See more details here:
http://docs.codehaus.org/display/GEOTOOLS/Partial+3D+data+support
Cheers
Andrea