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

KML level of detail #84

Open
QingMings opened this issue Feb 17, 2017 · 5 comments
Open

KML level of detail #84

QingMings opened this issue Feb 17, 2017 · 5 comments

Comments

@QingMings
Copy link

QingMings commented Feb 17, 2017

Child of #565

The current implementation is to load all images at once, not processing LOD .it should level by level load。

@balhar-jakub
Copy link
Contributor

Yes It currently doesn't support LOD though it does support Region with min altitude and max altitude.
Do you have any example KML, you would like to display? I would take a look at what is possible to do. Add support for this shouldn't be very difficult.

@QingMings
Copy link
Author

Tomorrow, I'm looking for a KML file :),(It's on the company computer, Time is already 2:08 AM)。

I hope you can help me ,support Lod .:)

@QingMings
Copy link
Author

QingMings commented Mar 1, 2017

hi! @balhar-jakub , I uploaded it.
cs1.kmz

It's a little big. If you have any questions, please contact me

Its location is(40.04,117.27)

@AkeluX
Copy link
Contributor

AkeluX commented Mar 31, 2017

@balhar-jakub any feedback on this?

@balhar-jakub
Copy link
Contributor

It seems that we aren't going to support Lod in the near future. For now altitude is supported for the use of loading via Regions.
I will try to create separately some workaround, which will work at least for the most common screens and provide it outside of the core of the framework.
Just for your information: If you wanted to update how any of the KML classes are handled, simply subclass them and via KmlElements.addKey(KmlRegion.prototype.getTagNames()[0], KmlRegion); replace the used object with a new one. In this case it would be a subclass of KmlRegion and the updated function KmlRegion.prototype.intersectsVisible which will take Lod into account on top od the altitude and area.

@pdavidc pdavidc removed the request label Jun 16, 2017
@pdavidc pdavidc removed the story label Mar 9, 2018
@pdavidc pdavidc added the story label Mar 20, 2018
@pdavidc pdavidc changed the title Using KML Regions to Display Large Datasets KML level of detail Mar 20, 2018
@pdavidc pdavidc removed the story label May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants