1. Zephyrinus
  2. General
  3. Monday, May 18 2015, 01:39 PM
Hi,

We're very happy with easy-profile.

I would like to create landingspages for certain cities. Like "Amsterdam". And want to show only the profiles that heft their location Gmaps field set to Amsterdam (or a specific point within the city) and a radius.

Is it somehow possible to preset this with the custom SQL WHERE field within the menu-item: userlist?

Please help.

With kind regards,

Dennis
admin Accepted Answer
Admin
Hi,

Amsterdam have latitude 52.3747157 and logitude 4.895167899999933

so try with this for a radius of 20Km:

( 6371 * acos( cos( radians(52.3702157) ) * cos( radians( b.`map_lat` ) ) * cos( radians( b.`map_lng` ) - radians(4.895167899999933) ) + sin( radians(52.3702157) ) * sin( radians( b.`map_lat` ) ) ) ) < 20


for others city replace:
52.3702157 with your latitude
4.895167899999933 with your longitude
20 with your radius
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.