Skip to content

Conversation

@kdottiemo
Copy link
Collaborator

These changes enable the user to view the coordinates of the vertices of each polygon in the database and output to CSV. (This feature was driven by Chip Trepte as an end-user. Whether to include this in the master branch can be up for discussion, but for now it's up for comparison to and incorporation with master.)

@Syntaf
Copy link
Member

Syntaf commented Jul 13, 2016

I will test this tonight and get back to this

@Syntaf
Copy link
Member

Syntaf commented Jul 14, 2016

I would recommend the Coordinates section is moved to either the end of the database, or the string is set to a maximum length. E.g. take for example this specific free draw shape:
free_draw

The coordinates section of the database becaomes way too big. This expands that columns and makes the database look pretty ugly, the image below is only a portion of the full coordinate list.

coords_list

I would lean towards maybe having a 6-8 coordinate limit (some constant maximum string character length maybe), and placing this columns at the end of the database. If a user would like the full coordinate list of a free draw shape, they can choose to export it as CSV.

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.

3 participants