A present, the scale bar is in feet, how can I have it in meters?
Thanks
MapQuest.js is based on Leaflet. The base Leaflet map has its scale control documentation here. Here is how I did it.
L.control.scale({metric:true, imperial:false}).addTo(map);
MapQuest.js is based on Leaflet. The base Leaflet map has its scale control documentation here. Here is how I did it.
L.control.scale({metric:true, imperial:false}).addTo(map);