I am using LeafletJS
. I want to create buffer around point. after Selecting a point buffer radius will be specifed by user in feet.
After searching of awhile I found this link of JSTS. does JSTS buffer works with leafletJS ?? I am not able to find any sample for this.
Any Other solution to archive same will be appreciated.
Update 1
After look into the code of JSTS and searching for a while, I can to a conclusion there is no conversion between JSTS geometry and Leaflet JS geometry. so it is not possible to use it without implementing conversion.