-
Notifications
You must be signed in to change notification settings - Fork 92
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 ScreenOverlay support #18
Comments
Is there any coding standard for this? Would it be enough to (more or less) follow the structure of |
I do not know if this is used anymore now that google earth is dead. Is there any other client that uses this? |
@cleder, that's a point. I see two main possibilities:
As such, the question follows: is there any other obvious condidate Element to implement next, instead of |
CesiumJs uses the gx extensions like flyTo, etc |
https://bitbucket.org/sbarbot/sceq/raw/default/sceq.kml is an example of screen overlay |
Nice! As a curiosity, since Marble is configured in this machine to open KML by See ya! Helton 2016-05-05 5:55 GMT-03:00 Christian Ledermann [email protected]:
|
Closing this, in ten years there was no other request for this. |
<complexType name="ScreenOverlayType" final="#all">
<complexContent>
<extension base="kml:AbstractOverlayType">
<sequence>
<element ref="kml:overlayXY" minOccurs="0"/>
<element ref="kml:screenXY" minOccurs="0"/>
<element ref="kml:rotationXY" minOccurs="0"/>
<element ref="kml:size" minOccurs="0"/>
<element ref="kml:rotation" minOccurs="0"/>
<element ref="kml:ScreenOverlaySimpleExtensionGroup" minOccurs="0"
maxOccurs="unbounded"/>
<element ref="kml:ScreenOverlayObjectExtensionGroup" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType> |
https://developers.google.com/kml/documentation/kmlreference#screenoverlay
The text was updated successfully, but these errors were encountered: