|
i repeat what i wrote on http://gis.stackexchange.com/questions/126356/geoserver-dxf-plugin-howto-export-attributes-label
i'm trying to export from geoserver a set of layers with WFS request and dxf plugin for dxf conversion. there is an option withattributes:true that have added for each vector layer a LAYERNAME_attributes, but i don't know how to display labels in my dxf drawing.
i want to see street names, numbers.... and so on
HERE IS MY EXAMPLE
http://lnx085t.comune.modena.it:8580/geoserver/modena_local/ows?service=WFS&version=2.0.0&request=GetFeature&typeName=modena_local:ferrovie,modena_local:verde,modena_local:edifici,modena_local:aste,modena_local:strade_principali,modena_local:civici,modena_local:cn_conf_10_14&cql_filter=within%28the_geom,%20querySingle%28%27modena_local:cn_conf_10_14%27,%20%27the_geom%27,%27FOGLIO=31%27%29%29&format_options=withattributes:true;colors:7,3,1;asblock=false&outputformat=dxf
i have attached an image showing the file loaded in DraftSight a CAD software
is possible that i have misunderstood how what the plugin do.
thank you for any help
|