Screen Overlay

Klaas Strikwerda4 years ago

Since we use Traccar for multiple (road) events, i want to display event information on screen in the web browser.

Tried to use Screen Overlay option as in Google Earth, adding this in KML file where we already show the route of the event.
But i cannot get it work.
Anyone any idea?
Or is there an other way to get it done?

<ScreenOverlay>

    <name>Event</name>   
    <description>Screen overlay Example</description>
    <Icon>
      <href>/Event1.png</href>
    </Icon> 
    <!-- put image at the right Upper-corner of the image -->
    <overlayXY x="1" y="1" xunits="fraction" yunits="fraction" />
    <screenXY x="1" y="1" xunits="pixels" yunits="pixels" />    
  </ScreenOverlay>
Anton Tananaev4 years ago

I don't know if all KML options are supported by OpenLayers. You should check their documentation for more details.