-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update PCT layer #27
Comments
I'm going to add the Quiet routes as a separate table. Or does PostGIS support multiple geometry columns? |
Yes for sure, just like with sf. See here: https://gis.stackexchange.com/questions/176263/can-a-postgis-table-or-view-have-two-geometry-columns |
New data in the pctlsoa table idn INT PRIMARY KEY, There are 3 geometries in here fast routes, quiet routes, and straight line, with spatial index built on the fast routes. I'd sugges that we add a new layer call missing links allowing filtering on the different circuity options |
Put the PCT routes in there.
The text was updated successfully, but these errors were encountered: