We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the main mage there are 3 errors: 1: labelFormatterLng : function(lng){return lng+" lng"}, //optional default none, 2: labelFormatterLat : function(lat){return lat+" lat"}, //optional default none 3: customLabelFcn: function(latLonObj, opts) { return "Geohash: " + encodeGeoHash(latLonObj.lat, latLonObj.lng)} //optional default none
IN bold the errors!
The text was updated successfully, but these errors were encountered:
I can confirm. Its hard to see but for 1 and 2 'funtion' should be 'function'
Also the encodeGeoHash doesn't seem to be provided
Sorry, something went wrong.
No branches or pull requests
In the main mage there are 3 errors:
1: labelFormatterLng : function(lng){return lng+" lng"}, //optional default none,
2: labelFormatterLat : function(lat){return lat+" lat"}, //optional default none
3: customLabelFcn: function(latLonObj, opts) { return "Geohash: " + encodeGeoHash(latLonObj.lat, latLonObj.lng)} //optional default none
IN bold the errors!
The text was updated successfully, but these errors were encountered: