X and Y locations of objects in csv.
- [ x ] I agree to follow the Code of Conduct that this project adheres to.
- [ x ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Is your feature request related to a problem? Please describe. When create csv imports we miss an option to organize the location of objects, this would greatly help us making dynamic drawings from a database. f
Describe the solution you'd like add and document the options available for csv creation better and make the x,y coordinates available. In the CSV make it availlible as following:
#layout: layout:manual[x=x-cords,y=y=cords] #link: url
CSV data starts below this line
entry,zone,type,host,url,connected,x-cords,y-cords, 1,spine,switch,device-name=spn,ssh://1,1,1,1,"1",100,0 2,leaf,switch,device-name-lfs,ssh://1,1,1,1,"2",100,0
Describe alternatives you've considered I have tried to adjust the svg, but due to the svg header having specific encoding new objects and movement of objects seems to be ignored.