-
Notifications
You must be signed in to change notification settings - Fork 37
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 Tasks from Geotagged Photos #1759
Comments
Perhaps this could be done outside of MapRoulette, using https://github.com/osmlab/maproulette-python-client @mattmanley ...? |
A rough outline of what an external script / program would do:
|
Some work ongoing here: https://github.com/mvexel/maproulette-photo-challenge |
As a more generic feature (that might be needed to make this one work), it'd be nice if you could include images in new tasks. That would be really convenient in my Traffic sign project task. |
@joostschouppe You can already include links in the task instructions, this includes links to externally hosted images, using the regular Image hosting is hard, and most likely MapRoulette is going to continue to rely on external hosting for images. |
@mattmanley created a PR that has a rough working implementation of the Python tool to create this type of challenge: mvexel/maproulette-photo-challenge#3 |
Martijn, the issue isn't the hosting of the files. The issue is that there are loads and loads of different traffic signs. So it'd be nice to show an image of the new traffic sign instead of just the code. |
@joostschouppe right, for that you would use the |
There is a ticket over on the docs repo to clarify that you can use image links: maproulette/docs#22 |
I'm sorry! I tried and failed at it, and thought it was just not possible. Sorry to hijack the conversation here. |
No problem @joostschouppe . Let me know if you have any problems with this. I haven't actually tested it myself, but the markdown parser should support setting image display size like this. |
Inspired by https://twitter.com/mvexel/status/1532114607120130049
This is a big one and needs quite a bit of thinking and discussion—and work.
To create a 'photo challenge' you would point MapRoulette to an place (online / local?) that contains a set of geotagged images. MapRoulette would create a task from each image. There might be a special widget to display the image inline on the task page, or just on the map like JOSM does.
The text was updated successfully, but these errors were encountered: