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
Basically we need a way for the web application to fetch SPR records from the /point-in-polygon endpoint and then fetch the WOF GeoJSON records over the wire.
As of this writing the application defaults to requesting ?format=geojson records but these are often large and take to long to deliver. Better instead to do a quick PIP query and then inflate the records on the fly.
The text was updated successfully, but these errors were encountered:
Basically we need a way for the web application to fetch SPR records from the
/point-in-polygon
endpoint and then fetch the WOF GeoJSON records over the wire.As of this writing the application defaults to requesting
?format=geojson
records but these are often large and take to long to deliver. Better instead to do a quick PIP query and then inflate the records on the fly.The text was updated successfully, but these errors were encountered: