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

Web Map: tools #9

Open
asdil12 opened this issue Jun 21, 2012 · 2 comments
Open

Web Map: tools #9

asdil12 opened this issue Jun 21, 2012 · 2 comments

Comments

@asdil12
Copy link
Member

asdil12 commented Jun 21, 2012

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?).

@asdil12
Copy link
Member Author

asdil12 commented Jun 22, 2012

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

@asdil12
Copy link
Member Author

asdil12 commented Jun 25, 2012

use the above mysql view to fetch only non-empty uploads

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

1 participant