Thanks Fabien, I'm sure that's the one I want, I think it's just that
I don't understand how to use it.
I'm using v0.3.1 which doesn't seem to have that method, so I'm
experimenting with latLngToLayerPoint as follows:
var map1 = new L.Map('dashMap1',mapOptions);
var aLocation = new L.LatLng(53, -2);
var aPoint = new L.Point(map1.latLngToLayerPoint(aLocation));
alert (aPoint);
which gives the error message:
Error: Unable to get value of the property 'x': object is null or
undefined
What am I doing wrong?