[Potlatch-dev] [OpenStreetMap] #4902: Warnings for deleting/merging relation members

2013-07-17 Thread OpenStreetMap
#4902: Warnings for deleting/merging relation members + Reporter: fernando.trebien@… | Owner: potlatch-dev@… Type: enhancement | Status: new Priority: minor | Milestone: Component: potlatch2

[Potlatch-dev] [OpenStreetMap] #4903: Potlatch repeatedly freezes at M key shortcut

2013-07-17 Thread OpenStreetMap
#4903: Potlatch repeatedly freezes at M key shortcut ---+ Reporter: cleary | Owner: potlatch-dev@… Type: defect | Status: new Priority: major | Milestone: Component: potlatch2 |Version: Keywords:

[osmosis-dev] osmosis loading, apidb and time zones

2013-07-17 Thread Paul Norman
I've been working on some API tests, and ran into a case where the timestamps of objects in a file are not reproduced after loading the file into the database and fetching it with API calls. The file contains this node: node id=1001 version=1 changeset=1001 lat=1.001 lon=1.001 user=user_1001

[OSM-dev] Plotting data on an equirectangular map, distorted for sphere projection

2013-07-17 Thread Christopher Stevens
Hello gurus, I'm thinking that I may need to find some alternative data visualization software to make this work, but I love mapnik and thought it would be good to start here first. I'm hoping to create a basic themed map of different types of data and plot it on a full-Earth image (I can figure

Re: [OSM-dev] Plotting data on an equirectangular map, distorted for sphere projection

2013-07-17 Thread Peter Körner
Hi Am 17.07.2013 15:41, schrieb Christopher Stevens: Hello gurus, I'm thinking that I may need to find some alternative data visualization software to make this work, but I love mapnik and thought it would be good to start here first. Mapnik is capable of rendering data in nearly any possible

Re: [OSM-dev] Plotting data on an equirectangular map, distorted for sphere projection

2013-07-17 Thread Christopher Stevens
Peter, Thanks for the helpful info! It's much appreciated (and I just realized I posted to OSM list instead of mapnik, helpful anyway!). I'll look deeper into post-render distortion. Kind regards, Chris On Wed, Jul 17, 2013 at 8:40 AM, Peter Körner osm-li...@mazdermind.dewrote: Hi Am

Re: [OSM-dev] Plotting data on an equirectangular map, distorted for sphere projection

2013-07-17 Thread Dane Springmeyer
Chris, It would be helpful to explain what you've tried already. Mapnik supports proj4 and proj4 understands quite a few projections. I'm no expert in equirectangular projections but https://en.wikipedia.org/wiki/Equirectangular_projection states that this is basically a term for the well know

[osmosis-dev] NegativeArraySizeException

2013-07-17 Thread Ariel Nunez
Hello all, I am trying to run osmosis on a planet file to filter out nodes, ways and relations tagged with building=*. osmosis --read-pbf-fast file=$PLANET_FILE --tf accept-ways building=* --write-pbf file=buildings.osm.pbf returns with: SEVERE: Thread for task 1-read-pbf-fast failed

Re: [OSM-dev] Plotting data on an equirectangular map, distorted for sphere projection

2013-07-17 Thread Eugene Alvin Villar
On Thu, Jul 18, 2013 at 1:41 AM, Dane Springmeyer d...@dbsgeo.com wrote: Chris, It would be helpful to explain what you've tried already. Mapnik supports proj4 and proj4 understands quite a few projections. I'm no expert in equirectangular projections but

Re: [OSM-dev] Plotting data on an equirectangular map, distorted for sphere projection

2013-07-17 Thread Christopher Stevens
Hello Dane, Thanks for taking a look. So far I can produce an EPSG:4326 image nicely, your comment boosted that setup (thanks!). This one is quick and ugly, but should work for illustration purposes: http://www.flickr.com/photos/8139783@N08/9309514743/ Now to add some basic large labels: