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

add feature type to csv export #1157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CollinBeczak
Copy link
Contributor

Resolves: maproulette/maproulette3#1902

This pr add the FeatureType column to the task csv export tables. The main 3 results for the column will be "Point", "LineString", and "GeometryCollection", or unknown if there is no type. Edge case scenarios were another type is used (if this is possible) will results in the type value, example:

feature: { geometry: [{ type: "MultiLineString" }]} -> FeatureType = "MultilineString".

Equivalents:
MapRoulette | OSM
Point | Node
LineString | Way
GeometryCollection | Relation

Copy link

sonarcloud bot commented Nov 11, 2024

@CollinBeczak CollinBeczak marked this pull request as ready for review November 11, 2024 21: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.

Add the osm feature type to csv exports for a challenge.
1 participant