Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use leaflet-pip to find point-in-polygon in php file or online database? #31

Open
hjrobinson opened this issue Sep 7, 2018 · 1 comment

Comments

@hjrobinson
Copy link

This is more of a question than an issue, I was just wondering if there is a way to use leaflet-pip to query data stored in php. The reason I ask is that I have record set that is too large to bring in to the client with out crashing it. Thanks ahead of time. If you could even give me some starter tips it would be appreciated.

@elake2018
Copy link

you can't use client side libraries like this to query backend data. Say you have your data stored in SQLServer, you could use a sql query like "SELECT @geography.STIntersects(@geography)", then return those results to the client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants