Import the DAS Embed Script
<script src="https://embed.dasintel.io/v1/das_map.umd.cjs"></script>
note
The v1
in the path will change as new versions are released. Customers will need to use the appropriate path for the
version of the component they are embedding.
Importing the DAS Embed Map Component will enable the das-map
HTML tag on your web page.
<das-map
id="das-map"
height="400px"
width="100%"
embed-farm-id="unique-farm-identifier"
farm-name=""
client-id=""
address=""
lat=""
lng=""
enable-search-bar="true"
enable-save-btn="true"
enable-kml="true"
enable-paddock="true"
jwt-token=""
>
</das-map>