Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StyleMap pair list #8

Open
cbotman opened this issue Apr 10, 2013 · 0 comments
Open

StyleMap pair list #8

cbotman opened this issue Apr 10, 2013 · 0 comments

Comments

@cbotman
Copy link

cbotman commented Apr 10, 2013

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant