geoadmin / ol3

OpenLayers 3
http://ol3js.org/
Other
11 stars 6 forks source link

[WIP] Small http server with proxy capability #78

Closed procrastinatio closed 10 years ago

procrastinatio commented 10 years ago

To run and debug examples needing a proxy (localStorage)

You need bottle and 'httplib2 to run it.

oterral commented 10 years ago

So good !!!! But maybe we can have it also in ol directly. I will ask in the google group.

procrastinatio commented 10 years ago

In this case, maybe it would be worth to rewrite it using only the standard Python library. I did use httplib2 and bottle.py not to spend much time on it.