On Mar 16, 2013 7:14 PM, "prashant khare" <[email protected]> wrote: > > Usually, it uses Google drawing libraries. How I had implemented a similar idea:
Are you talking about the circle tool? It doesn't use any of the stuff from Google. > > 1.You must have co-ordinates for all of your post box locations. > 2. When page is loaded initialize your map and gather the data for you locations (most likely store it in an array). > 3. When ever a circle is drawn, fetch the 'Bounds' of the circle and run through the loop of array to match if the co-ordinates are well inside the bound, if yes then create the marker. > > Other way of doing it is through Google Fusion table, it really shortens the painstaking of doing the location geo-coding! (I have some implemented codes for that, in case if you wish let me know) > By far the best and efficient way to deal with spatial queries and search is to have the data in a postgresql database with postgis extensions. > On Wednesday, 13 March 2013 06:02:46 UTC, Thejesh GN wrote: >> >> >> On Mar 13, 2013 2:00 PM, "Sajjad Anwar" <[email protected]> wrote: >> >> > >> > >> > On Mar 13, 2013 11:25 AM, "Thejesh GN" <[email protected]> wrote: >> > > >> > > How can I implement similar search for my postbox app. >> > >> > I'm using a custom search plugin on top of Leaflet. Internally uses Google's API. >> > It's pretty straight forward. >> > >> > What are you writing the postbox app in? >> >> Cool. I will view source then. >> >> Its in php. >> >> > >> > > >> > > On Mar 13, 2013 1:42 PM, "Arjun Venkatraman" < [email protected]> wrote: >> > >> >> > >> What rocks is the ability to search on circles :) >> > >> Is Sajjad on the list? Have a few questions... >> > >> >> > >> >> > >> On Wed, Mar 13, 2013 at 9:07 AM, Gautam John <[email protected]> wrote: >> > >>> >> > >>> Over the last few months, Sajjad has been working to move KLP from >> > >>> Google Maps to OSM. It's been baked and is now ready for the world to >> > >>> try so give it a shot. >> > >>> >> > >>> Let us know what rocks and what doesn't? >> > >>> >> > >>> http://klp.org.in:9015/map >> > >>> >> > >>> -- >> > >>> For more details about this list >> > >>> http://datameet.org/discussions/ >> > >>> --- >> > >>> You received this message because you are subscribed to the Google Groups "datameet" group. >> > >>> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. >> >> > >>> For more options, visit https://groups.google.com/groups/opt_out. >> > >>> >> > >>> >> > >> >> > >> >> > >> >> > >> -- >> > >> What happens when an unstoppable force meets an immovable object? >> > >> One of them has its illusions dispelled >> > >> >> > >> Arjun Venkatraman >> > >> E-mail: [email protected] >> >> > >> Mob (IN): +91 9811142825 >> > >> Arjun Online: http://www.arjunvenkatraman.com >> > >> >> > >> -- >> > >> For more details about this list >> > >> http://datameet.org/discussions/ >> > >> --- >> > >> You received this message because you are subscribed to the Google Groups "datameet" group. >> > >> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. >> >> > >> For more options, visit https://groups.google.com/groups/opt_out. >> > >> >> > >> >> > > >> > > -- >> > > For more details about this list >> > > http://datameet.org/discussions/ >> > > --- >> > > You received this message because you are subscribed to the Google Groups "datameet" group. >> > > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. >> >> > > For more options, visit https://groups.google.com/groups/opt_out. >> > > >> > > >> > >> > -- >> > For more details about this list >> > http://datameet.org/discussions/ >> > --- >> > You received this message because you are subscribed to the Google Groups "datameet" group. >> > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. >> >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > > > -- > For more details about this list > http://datameet.org/discussions/ > --- > You received this message because you are subscribed to the Google Groups "datameet" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- For more details about this list http://datameet.org/discussions/ --- You received this message because you are subscribed to the Google Groups "datameet" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
