You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed a feature to draw a circle with a specified radius around the geocoded place upon searching for @JackDougherty's leaflet-maps-with-google-sheets, and I am wondering if it's something that can be added to the main repo. Its main purpose is to be able to easily detect markers that lie within a certain distance from the place.
It requires two additional parameters to geocoder: circle (true/false), and circleRadius (number, in miles).
The text was updated successfully, but these errors were encountered:
I think you've developed a really interesting application with the geocoder, but I'm not certain that it has much utility for other geocoder users outside of your use case. We want to keep our plugin scoped fairly tightly to Mapzen Search functionality, and the circle might confuse users into thinking it might mean something about search accuracy. (See, for example, the accuracy indicator from the locatecontrol plugin, which looks very similar.)
Perhaps it would be best to showcase the circle as a demo, instead? We keep a directory of examples which includes examples of how the geocoder plugin can be augmented with more advanced integrations and additional features.
I developed a feature to draw a circle with a specified radius around the geocoded place upon searching for @JackDougherty's leaflet-maps-with-google-sheets, and I am wondering if it's something that can be added to the main repo. Its main purpose is to be able to easily detect markers that lie within a certain distance from the place.
It requires two additional parameters to geocoder:
circle
(true/false), andcircleRadius
(number, in miles).The text was updated successfully, but these errors were encountered: