Riverscapes / RaveAddIn

RAVE AddIn for ArcGIS
http://rave.riverscapes.xyz/
GNU General Public License v3.0
1 stars 3 forks source link

Can we add TIN as a Node Data Type? #32

Closed joewheaton closed 4 years ago

joewheaton commented 4 years ago

I'm making the Topo business logic and realize that TINs are not one of current four recognized node data types. Can we add them so that TINs get added in ArcGIS RAVE?

MattReimer commented 4 years ago

Just for reference: https://github.com/Riverscapes/RiverscapesXML/blob/master/Projects/XSD/V1/RiverscapesProject.xsd#L186-L190

joewheaton commented 4 years ago

Thanks @MattReimer. So I try: <Node xpathlabel="Name" xpath="Realizations/Topography/TIN/WaterSurfaceTIN[@id='WaterSurfaceTIN']" type="TINType" symbology="" />

And it still can't add it. Hmmm.

MattReimer commented 4 years ago

Sorry Joe, that reference was mainly for @philipbaileynar when he goes to implement this.

We'll need to support that node type in Rave and push out a new version. I'll leave the rest to Philip.

joewheaton commented 4 years ago

Understood... Also, thinking that I should be using the name instead from here: https://github.com/Riverscapes/RiverscapesXML/blob/master/Projects/XSD/V1/RiverscapesProject.xsd#L112-L137

However, I take your point.... it 'aint plumbed yet. Thanks.