Events Made Easy Forums Bug fixed or feature request implemented Map of Nearby Events/Venues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43819
    Anonymous
    Inactive

    I was playing around with some stuff here and thought this would be a great feature but I could only come up with the following MySQL query which might be useful to others.

    SELECT * FROM ‘wp_eme_locations’ WHERE location_latitude BETWEEN 51.5194 – 0.005
    AND 51.5194 + 0.005 AND location_longitude BETWEEN -0.130049 – 0.005 AND -0.130049 + 0.005

    If you think it might be a good feature, I’ll see to what extent I can come up with something then I’ll post again on here.

    #49790
    Franky
    Keymaster

    Well, if the code is clean, I’m interested 🙂

    #62338
    Franky
    Keymaster

    I’m going to close this, since no code got posted unfortunately.

    #64802
    Franky
    Keymaster

    Since I now implemented something using pure mysql query functions, this is now considered implemented.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top