We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The only thing we really need for display is the address number, all the other properties just add fake database bulk to the payload.
# address points - filter: "addr:housenumber": true geom_type: point extra_columns: [way] min_zoom: 17 output: <<: *output_properties kind: address addr_housenumber: {col: 'addr:housenumber'} addr_street: {col: 'addr:street'}
With *output_properties being:
- &output_properties area: call: func: util.safe_int args: [ { col: area } ] label_placement: {col: label_placement} min_zoom: {col: min_zoom} mz_label_placement: {col: mz_label_placement} name: {col: name} source: {col: source}
The property that cause the most bulk and should be removed:
These other properties are sometimes populated but aren't useful and should be removed:
If the property appears in the buildings.yaml then it should be removed.
To make 2x sure it's no longer there we can strip propes in the queries.yaml, right after the way-based address points are generated:
WARNING: removing properties invokes https://github.com/tilezen/vector-datasource/blob/master/docs/SEMANTIC-VERSIONING.md so this is 2.0 territory.
Related: #2023.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The only thing we really need for display is the address number, all the other properties just add fake database bulk to the payload.
With *output_properties being:
The property that cause the most bulk and should be removed:
These other properties are sometimes populated but aren't useful and should be removed:
If the property appears in the buildings.yaml then it should be removed.
To make 2x sure it's no longer there we can strip propes in the queries.yaml, right after the way-based address points are generated:
WARNING: removing properties invokes https://github.com/tilezen/vector-datasource/blob/master/docs/SEMANTIC-VERSIONING.md so this is 2.0 territory.
Related: #2023.
The text was updated successfully, but these errors were encountered: