My map is in units of feet.  My measure control returns units of meters.
Is there a way to specify what units the measure control returns?  I
tried it in the constructor options below but it still returns units of
meters.

 

var measureControl = new
OpenLayers.Control.Measure(OpenLayers.Handler.Path, {title:'Measure
height', units:'ft'});

 
measureControl.events.on({"measure":handleMeasurements,
"measurepartial":handleMeasurements});

 

 

David A. Hollema

GIS Analyst

 

United Power, Inc.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to