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

what version of kml is supported? #117

Open
spyhunter99 opened this issue Mar 30, 2015 · 3 comments
Open

what version of kml is supported? #117

spyhunter99 opened this issue Mar 30, 2015 · 3 comments

Comments

@spyhunter99
Copy link
Contributor

What version of kml is supported? There are at least a few versions and I was wondering what the supported range was. Are animations from v2.1+ supported?

@MKergall
Copy link
Owner

MKergall commented Apr 4, 2015

KML 2.2.

However, only a subset of KML is supported. For a close look about what is supported and what is not, read the KML wiki page.

Animations are not supported.

If you have a need, don't hesitate to describe it, we will see if we add it to the roadmap.

@spyhunter99
Copy link
Contributor Author

basically i was trying to import some of the national weather service's kml files, most of which are animated. Link http://radar.weather.gov/ridge/kmzgenerator.php

@MKergall
Copy link
Owner

MKergall commented Apr 4, 2015

I had a look. It's based on:

  • NetworkLink with refreshMode and refreshInterval
  • then, inside the NetworkLink file, TimeSpan tags.

A lot of stuff that's unsupported today... Huge work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants