We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add tool at the left bar to query and focus wifis (including popup) and (the other tab) a calendar with upload id's (to be added to the db)
also add a table with the upload dates and corresponding kml-filenames (and with the user who uploaded it?).
The text was updated successfully, but these errors were encountered:
To be implemented as mysql view / procedure:
SELECT uploads.*, COUNT(uploads.id) AS netcount FROM uploads INNER JOIN networks ON uploads.id = networks.upload_id GROUP BY uploads.id
Sorry, something went wrong.
use the above mysql view to fetch only non-empty uploads
No branches or pull requests
Add tool at the left bar to query and focus wifis (including popup) and (the other tab) a calendar with upload id's (to be added to the db)
also add a table with the upload dates and corresponding kml-filenames (and with the user who uploaded it?).
The text was updated successfully, but these errors were encountered: