You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: