-
Notifications
You must be signed in to change notification settings - Fork 81
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
Create locations using imported GPX files without making use of the drawing tools #664
Comments
@dpalomino this is something that needs to be put into the backlog for prioritization. |
Hi @wonderchook. Sorry I missed this message. Yes, it was already included, item 3.04 in backlog. Brian and I were catching up on this some time ago. For new locations I think this is a nice to have feature, but probably not super critical. However I think this could more important in the case of importing many locations boundaries previously collected (so it'd be very time consuming to "draw" the location with the assistance of the gpx layer). I think there could be 3 possibilities:
@bjohare @wonderchook, what do you think? |
@dpalomino we should consider what the user is actually doing. Meaning beyond the GPX file type.
|
Hi @wonderchook.
|
So I wouldn't expect that partners are storing their data in GPX permanently. I would suspect they have it in other types of files such as .shp or sqlite. Have you come across specific partners that have their data in GPX other than stuff directly downloaded off of GPS devices? @dpalomino |
Hi @wonderchook. Yes, .shp is definitely more common, although there is one partner that was using GPX files for recording community boundaries. Not a high priority issue though. |
@dpalomino regarding as in they stored it that way? How are they viewing them in Google Earth or something? |
@wonderchook Not sure what they are using to view the GPX way tracks. They were just getting the GPX files from the GPS devices... But anyway I think it is not a high prioirty now. |
Not sure if this fully related to the issue, but today Mabu wanted to upload a .gpx file and see how that works. The whole workflow is quite confusing. I think that when a user adds a location they should be able to choose if they want to trace the map, upload gpx or shapefile. Or something to that nature. And then we would also need a way to support bulk uploads... Overall the current way the gpx uploads are set up is quite confusing. |
@dpalomino is this a duplicate of #1590 or related? |
Good catch @clash99! Closing the issue. |
The problem
We need to be able to create
Locations
directly from imported GPX files without using the drawing tools. Attributes associated with awaypoint
,route
ortrack
should be imported and used to assist the definition of theLocation
.See here for detailed requirements.
Actual behavior
Currently, GPX layers are imported for display only and are used to assist the user to create
Locations
in conjunction with the drawing tools. No attributes are currently imported.Expected behavior
Imported GPX layers should be used to create
Locations
directly. Attributes associated withwaypoints
,routes
ortracks
should be available during the definition of theLocation
.The text was updated successfully, but these errors were encountered: