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

correct agg_spatial, text output #42

Merged
merged 1 commit into from
Jun 2, 2021
Merged

correct agg_spatial, text output #42

merged 1 commit into from
Jun 2, 2021

Conversation

jonathom
Copy link
Member

@jonathom jonathom commented Jun 2, 2021

corrected use of GeoJSON FeatureCollection as input, JSON as output

@jonathom jonathom merged commit 3382019 into master Jun 2, 2021
@jonathom jonathom deleted the cb_text_export branch June 2, 2021 10:14
// define polygon as geojson
var p1 = {
// define polygons as geojson
var pols = {
Copy link
Member

@m-mohr m-mohr Jun 2, 2021

Choose a reason for hiding this comment

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

From a clean-code perspective, we should use more self-speaking variable names. pols is the typical name chosen by a "lazy" developer ;-) "polygons" would be easier to understand.

Copy link
Member Author

Choose a reason for hiding this comment

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

ah of course, will change this!

@jonathom jonathom restored the cb_text_export branch June 2, 2021 11:03
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

Successfully merging this pull request may close these issues.

2 participants