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

0.8.23 release #184

Merged
merged 3 commits into from
Sep 8, 2016
Merged

0.8.23 release #184

merged 3 commits into from
Sep 8, 2016

Conversation

SPlanzer
Copy link

@SPlanzer SPlanzer commented Sep 8, 2016

No description provided.

@SPlanzer SPlanzer merged commit 0bc4573 into linz:master Sep 8, 2016

in dev - optimisation needs to be explored

sql = """(SELECT ROW_NUMBER() OVER (ORDER BY p.id ASC) AS uid, p.id, a.appellation_value, p.shape FROM bde.crs_parcel p
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SPlanzer: This query won't provide the complete application string. e.g a.appellation_value is only one part of the full appellation string. The function bde.bde_get_combined_appellation(p_par_id INTEGER, p_long CHAR) can do that, however it's very slow to run in real-time. What's the max scale that you need the parcels layer to show up?

@SPlanzer
Copy link
Author

@palmerj: The max parcel scale is currently set to 10000.

I will test implementing a view with the above function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants