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

add support for invalid but common URL tag inside of NetworkLink KML #3895

Merged
merged 1 commit into from
May 5, 2016
Merged

add support for invalid but common URL tag inside of NetworkLink KML #3895

merged 1 commit into from
May 5, 2016

Conversation

mmacaula
Copy link
Contributor

@mmacaula mmacaula commented May 4, 2016

When exploring KML support in Cesium, we keep running across invalid KML in the 'wild' which uses a Url tag name instead of the standard link. Google Earth accepts this invalid KML as well.

 <NetworkLink id="link">\
    <Url>\  <!-- instead of Link --> 
      <href>./Data/KML/refresh.kml</href>\
    </Url>\
  </NetworkLink>

This is a fix that will allow those types of KML to be parsed. It should expand the range of KML that Cesium can accept.

@mramato
Copy link
Contributor

mramato commented May 5, 2016

Thanks @mmacaula, I confirmed that Google Earth works as described and accepts the Url node in place of Link. I'll update CHANGES in master.

@mramato mramato merged commit 2b6742e into CesiumGS:master May 5, 2016
mramato added a commit that referenced this pull request May 5, 2016
@nmschulte-aviture nmschulte-aviture deleted the kml-accept-url-link branch November 8, 2019 02:19
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

Successfully merging this pull request may close these issues.

None yet

2 participants