wikipathways / cytoscape-wikipathways-app

WikiPathways app for Cytoscape to open and access pathways from WikiPathways
Apache License 2.0
5 stars 7 forks source link

style properties missing from import-as-network #86

Closed AlexanderPico closed 5 years ago

AlexanderPico commented 5 years ago

Node: Size: discrete mappings:

          <visualProperty name="NODE_SIZE" default="50.0">
                <discreteMapping attributeType="string" attributeName="WP.type">
                    <discreteMappingEntry value="1.0" attributeValue="Anchor"/>
                    <discreteMappingEntry value="25.0" attributeValue="Group"/>
                    <discreteMappingEntry value="25.0" attributeValue="Label"/>
                </discreteMapping>
            </visualProperty>

Node: Border Width: discrete mappings:

          <visualProperty name="NODE_BORDER_WIDTH" default="2.0">
                <discreteMapping attributeType="string" attributeName="WP.type">
                    <discreteMappingEntry value="0.0" attributeValue="Anchor"/>
                    <discreteMappingEntry value="0.0" attributeValue="Group"/>
                    <discreteMappingEntry value="0.0" attributeValue="Label"/>
                </discreteMapping>
            </visualProperty>

Edge: Source Arrow Shape: same as Target Arrow Shape

AdamStuart commented 5 years ago

fixed mappings