This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

python client with proxy

2

Hi, since I needed to use the open street map python client I forked theOsmApi project from here https://wiki.openstreetmap.org/wiki/PythonOsmApi and I added the possibility to set an http proxy and go through it.

I hope there is no issue with the license. In that case let me know and feel free the merge my changes in the original codebase whether the are fine with you.

Here my repository: https://github.com/uolter/PythonOsmApi

Cheers,

Walter

asked 01 Mar '13, 21:49

Uolter's gravatar image

Uolter
41114
accept rate: 0%

edited 01 Mar '13, 23:02

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866


2 Answers:

1

Thanks for your contribution!

The source file states it is GPL, so as long as your file retains GPL status and the copyright notices you should be fine!

answered 04 Mar '13, 15:08

gormo's gravatar image

gormo
2.9k32660
accept rate: 13%

1

OK thank you all. I've updated the README file with licence note and a link to the copyright page.

(04 Mar '13, 15:17) Uolter

-1

Hi Uolter, if youve doubts please read this https://www.openstreetmap.org/copyright/en and act accordingly.

answered 01 Mar '13, 22:33

Hendrikklaas's gravatar image

Hendrikklaas
9.3k207238387
accept rate: 5%

The page defines the copyrights on the data, what @Uolter asks is the copyright on specific software.

(04 Mar '13, 15:06) gormo

Source code available on GitHub .