Skip to content

StyleMap pair list #8

@cbotman

Description

@cbotman

Hello,

I realise I haven't checked in a fix for the other issue I reported yet! But here's another small change.

In com.ekito.simpleKML.model.StyleMap, line 29, the pairList ElementList should have inline set to true rather than false. Otherwise the following sort of map, exported from Google Earth, is empty when parsed.

    <StyleMap id="m_ylw-pushpin">
        <Pair>
            <key>normal</key>
            <styleUrl>#s_ylw-pushpin</styleUrl>
        </Pair>
        <Pair>
            <key>highlight</key>
            <styleUrl>#s_ylw-pushpin_hl0</styleUrl>
        </Pair>
    </StyleMap>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions