Med integrations-plugin för Lantmäteriets API-tjänst Höjd Direkt v1 kan höjddata för punkter hämtas.
Konfiguration
Server
I serverkonfigurationen sätts inställningar för autentisering in.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<?xml version="1.0" encoding="UTF-8"?> <config xmlns="urn:com.cohga.server.config#1.0" xmlns:elevationservice= "urn:se.viamap.lm.ElevationService#1.0"> <elevationservice:config id="lm.elevationService" > <user>[your_username]</user> <password>[your_password]</password> </elevationservice:config> |
Klient
se.viamap.client.mapctrl.mousePositionElevation
...