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

Way to view multiple suburbs on one map #401

Open
logicalbots opened this issue Oct 17, 2024 · 2 comments
Open

Way to view multiple suburbs on one map #401

logicalbots opened this issue Oct 17, 2024 · 2 comments
Labels
question Further information is requested

Comments

@logicalbots
Copy link

Hello Luke
Would you happen to know a way to create a site similar to the https://nbn.lukeprior.com site but can display multiple suburbs on the same map locally? I was wondering locally because it was worried it would be too expensive to host a multi suburb map on github pages.

@LukePrior LukePrior added the question Further information is requested label Oct 17, 2024
@LukePrior
Copy link
Owner

Hi, the architecture of the entire project is designed around a suburb level display.

You could modify the HTML to load in multiple suburbs relatively easily but depending on the size of these you will quickly run into limitations with the map renderer and would have to write a custom GPU renderer.

The more performant route would be to use the data from this repo but store it in a DB instead of JSON files and then dynamically load in the data as the map is moved around.

This project however might be what you are looking for: https://nbn.rinseout.org/

@logicalbots
Copy link
Author

Hi, the architecture of the entire project is designed around a suburb level display.

You could modify the HTML to load in multiple suburbs relatively easily but depending on the size of these you will quickly run into limitations with the map renderer and would have to write a custom GPU renderer.

The more performant route would be to use the data from this repo but store it in a DB instead of JSON files and then dynamically load in the data as the map is moved around.

This project however might be what you are looking for: https://nbn.rinseout.org/

Thanks for replying, I was able to find that map after I posted this question. The only downside is the data is much older. But thank you for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants