OsmSharp / osm-api-client

A client for the main OSM editing API.
MIT License
2 stars 1 forks source link

Get trace image api call #3

Closed HarelM closed 5 years ago

HarelM commented 5 years ago

Private traces have restricted access to the trace thumbnail. When using the browser to try and present a thumbnail of a private trace it gets a 403 forbidden response. Thus an api method to get the trace image is required. The picture is at: https://www.openstreetmap.org/user/${user-name}/traces/${trace.id}/picture for example (this on is public, but using the same url for a private trace fails): https://www.openstreetmap.org/user/harel%20m/traces/2971507/picture

HarelM commented 5 years ago

Seems like this requires cookies and in general not part of the api calls. Closing as I don't believe it should be implemented.