Finally I’ve obtained from geoserver the gml file.
Now I’ve to convert it to svg for furter visualization.
How can I do it? I know that, for now, geoclient works only with geoserver_lite, not with the main geoserver.
Does anyone knows how can I perform gml to svg conversion?
Another question: How can I add more layers (more postgis tables) to my file?
Thanks for help,
greetings
Alessandro
Dot. Ing.Alessandro Ceccotti, netXcalibur s.r.l.
Via Alamanni, 25
I-50123 Firenze
T: +39.055.285859 - F: +39.055.285760
Finally I've obtained from geoserver the gml file.
Now I've to convert it to svg for furter visualization.
How can I do it? I know that, for now, geoclient works only with
geoserver_lite, not with the main geoserver.
Does anyone knows how can I perform gml to svg conversion?
Someone else on the list is going to have to help with that, as I know
close to nothing about gml -> svg.
Another question: How can I add more layers (more postgis tables) to my
file?
This one I can handle though
All you need to do is add another folder
to your featureTypes directory, of the same name as the table. So if
you're adding a feature named 'subway', with the corresponding postgis
table named subway, you create a folder called subway in featureTypes, and
add an info.xml file with its information, as well as a schema.xml file
with the appropriate schema information.
Chris