Farm Map
The Farm Map component (<das-map>) lets users draw, search for, and save farm boundaries directly on your website.
It powers the core DAS Embed flow described in Getting Started: once a user selects and saves
their cadastres, the component emits a Save Event and DAS triggers a
webhook with the resulting farm and parcel data.
<das-map
id="das-map"
jwt-token=""
height="400px"
width="100%"
das-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"
>
</das-map>
Technical Reference
- Component Attributes — supported HTML attributes
- Exposed Events —
saveanderrorevents emitted by the component - Exposed Methods — methods you can call on the component from your own code