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

Develop an algorithm/script that processes buildings in an area into a meaningful object #2

Open
SirPolaris opened this issue Mar 5, 2017 · 0 comments

Comments

@SirPolaris
Copy link
Member

SirPolaris commented Mar 5, 2017

For gameplay, we require an algorithm/script that is capable of compiling all the relevant data surrounding a building, into a complete summarized table.

This summary table should be filled with ‘objects’. These objects should be designed in such a way that it is easy to process and query this format. This process will run once per major map update, or on demand by analysis tools.

Expected Results
The desired result is to have the SQL database produce an result set that summarizes the area of selection for all its buildings. A compound table should be built, simulating a building object. The object may not be complete – and defaults will need to be designed. These tables will be pushed to the client for offline rendering and cached for clipping in part when needed by the client.

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