Is there a way to change the way the measure tools display information.
Or are there more/other measure tools out there besides
setMeasureMode("PathMeasure") and setMeasureMode("PolygonMeasure"). We
would like to have the measure tools appear and react identical to the
webAPI measure tools. With the distance being displayed at the midpoint
of the line, and the measurements being coded to acres besides sq ft
and sq miles. Any help would be appreciated.
MVC Measure Tools
Hi Chad,
In fact our MeasureMode implement based on OpenLayers measure control, it only contains 3 modes: normal, path and polygon, if you want to get that in your webAPI version, you should want to research the client library you chosen and implement that based on it.
Here is the API documentation for what we are using for it: dev.openlayers.org/docs/files/OpenLayers/Control/Measure-js.html.
Regards,
Don