Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagexml
firstline1
titleExempel Serverkonfiguration
linenumberstrue
<?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

...