Table of Contents generated with DocToc
#FarmBuild Web Mapping
This is the web mapping component of FarmBuild project.
version 1.1.0
To get you started use the navigation on the left side of this page to explore different function of webmapping.
Area is in Hectare and Length is in metre.
All functions return undefined in case that there is an error related to wrong input values.
DEDJTR wants to understand the usage of the API, so please include the below API when you call calculate function. The track API calls GA using its own tracking name so you can embedded in your application even though you already have GA implementation.
Example
var organisationName = 'your organisation name';
//Calling the track API for the usage
farmbuild.webmapping.ga.trackWebMapping(organisationName);