Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

Can't you use LeafletJS circle? Do you plan on doing some spatial queries with that buffer?

share|improve this answer
Yes, I want to later user it in spatial query. – anand Apr 5 at 11:34
How do you perform the spatial query ? With PostGIS ? – FredB Apr 5 at 12:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.