Uli Stroetz
Uli Stroetz
# Problem I updated shapely `1.5.7` and I get the error below. If I use imposm with shapely `1.5.1` the problem doesn't happen. It seems like it is related to...
I am getting the error `GET http://localhost:8000/stream net::ERR_CONNECTION_REFUSED`. I did change the password and the twitter username in the `config.js`. I am running it in Chrome Version 34.0.1847.116. Any ideas...
The console log says: ``` XMLHttpRequest cannot load http://a.tiles.mapbox.com/v3/reprojected.g9on3k93.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://bboxfinder.com' is therefore not allowed access. ```
It would be nice if you could also past the coordinates of a bbox without the brackets. Quite often I have the coordinates from a url request like this. `xMin,yMin,xMax,yMax`
In several recipes I used the wrong arguments in the GDAL create function. The documentation for function can be found [here](http://www.gdal.org/classGDALDriver.html#adb7bff9007fa5190d6cf742cf76942a8). I always mixed up the number of bands with...
See an example here: http://gis.stackexchange.com/questions/74048/setcolorinterpretation-for-a-geotiff-using-gdal-not-working
Do we have a recipe that explains how to create a VRT layer? If not, I have some ideas, but couldn't get it to work. Maybe somebody can help, then...
This is a feature request. It would be nice to add a option to disable the ability to re-size the rectangle.
I tried to created the first user with curl ``` shell curl -D - -X POST --data 'username=test_user&password=1234&[email protected]&admin=true' http://localhost:9000/createInitialUser curl: (52) Empty reply from server ``` I just get back...