sanjeev kumar

Results 2 comments of sanjeev kumar

> Of course. Language data is always welcome. Pull requests are the preferred method for contributing, and for expansion-related APIs, our continuous integration will build the necessary files and test...

@benjaminblack just do a change in code here inlace of case "MultiLineString": if (coords.length < 2) return false; put :- case "MultiLineString": if (coords.length < 1) return false; in their...