/    Sign up×
Community /Pin to ProfileBookmark

Geo Coordinates

This one will be a challenge.

I have a table in my database of cities. They all have a geo lat and lon coordinate in the same row. That location is central of the city.

In a second table, I have a list of stores. Each store has a geo lat/lon of it’s location.

What I want is when someone searches a city. Los Angeles for example. It want it to return all stores within a 100m radius of the city lat/lon location.

Any ideas for a starting point?

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@SempervivumMay 17.2020 — It's easy to find an algorithm to calculate the distance between two points defined by lat/lng:

https://stackoverflow.com/questions/6981916/how-to-calculate-distance-between-two-locations-using-their-longitude-and-latitu

(the accepted answer posted by Rasel)

Note that the resulting distance is aerial, not on road.
×

Success!

Help @kiwis spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...