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

Fixed Kml features to respect timespan and timestamp of their parent containers #4475

Merged
merged 6 commits into from
Oct 20, 2016

Conversation

tfili
Copy link
Contributor

@tfili tfili commented Oct 20, 2016

Also added tests and updated CHANGES.md

Fixes #4041.

@hpinkos hpinkos self-assigned this Oct 20, 2016
@hpinkos
Copy link
Contributor

hpinkos commented Oct 20, 2016

Great @tfili, thanks!

@hpinkos hpinkos merged commit b0754dc into master Oct 20, 2016
@hpinkos hpinkos deleted the kml-network-link-timespan branch October 20, 2016 17:39
@@ -2575,6 +2597,15 @@ define([
var newEntity = newEntities[i];
if (!defined(newEntity.parent)) {
newEntity.parent = networkLinkEntity;

if (defined(networkLinkAvailability)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tfili You have essentially the same block of code copy and pasted 3 times, can you please turn this into a helper function instead.

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.

3 participants