Export to XML
Does anyone know if there's a way to export the components of a CC3+ (City Designer) map to XML? It doesn't have to be XML, just looking for a text format that will have the property data of components. I'm building a large city and am interested in writing a bit of software and a database that is aware of the various buildings. DXF could be parsed, but has a lot more detail than I need and even a blank map is pretty huge. Any thoughts?
Thanks.
Thanks.
Comments
Only way I can imagine to do that is to write your own XP for CC3+ to facilitate such an export.
Edit: Depending on exactly what you need, you may also get the information you need by doing LIST on all entities on the map. The output from list is probably easier to parse than a dxf file.