KLV Injector  Version 4.1.0
Elevation Server.

KlvInjector application can be configured to obtain elevation data from the elevation server.

Note
Elevation server is not part of the application and not guaranteed to work!

Elevation Server configuration.

ElevationServerConfig.png
Elevation Server Configuration

Custom Server query format.

You can use your own elevation server. Here is the required query format:

  • Version GET http://{{host}}/version
  • One elevation point in the request line GET http://{{host}}/lookup?locations=31.625905886872008,35.43022155761719
  • One elevation point in the request line (Italy) GET http://{{host}}/lookup?locations=42.05501945599,12.62637364469
  • Many elevation points in the request line GET http://{{host}}/lookup?locations=31.625905886872008,35.43022155761719|32.155244, 34.834754|32.154018926947, 34.83357770058|32.1540189160346, 34.8335777219525
  • Post request. Many elevation points POST http://{{host}}/lookup content-type: application/json
    [
        [31.625905886872008, 35.43022155761719],
        [32.155244, 34.834754],
        [32.154018926947, 34.83357770058],
        [32.1540189160346, 34.8335777219525],
        [32.154018905525, 34.8335777440815],
        [32.1540189100741, 34.8335777484719],
        [32.1540189730176, 34.8335776906102],
        [32.1540189812594, 34.8335776876744],
        [32.1540189890701, 34.8335776882259],
        [32.1540189943187, 34.8335777355525],
        [32.1540189997726, 34.8335777871872],
        [32.1540190454968, 34.8335778031258],
        [32.1540190479047, 34.8335778210466],
        [32.1540189957762, 34.8335778235333],
        [32.154018944646, 34.8335778253181],
        [32.1540188522314, 34.8335777475624],
        [32.1540188345725, 34.8335777450099],
        [32.1540188323428, 34.8335777425662],
        [32.1540188303447, 34.8335777405968],       
        [33.47727218776036, 34.749755859375]
    
    ]
Untitled 1




 Copyright 2023,    IMPLEOTV SYSTEMS LTD