sribna

Results 1 issues of sribna

Readme says I can use `toJson()` method to get a GeoJSON string ``` $point = new Point(40.7484404, -73.9878441); $point->toJson(); // { // "type": "Feature", // "properties": {}, // "geometry": {...

bug
enhancement