Re: [OSM-dev] OSM for Retina and high-pixel density devices

2015-02-02 Thread Wolfram Schneider
On 27 January 2015 at 23:00, Antje 2...@minoa.li wrote: Hi, I bought a new MacBook yesterday and when I visited OSM with that new device, its “retina” feature made the tiles appear pixellated as if it has a low resolution. I see that the logo and favicon renders as expected in “retina

[OSM-dev] mod_tile pre-rendering OSM issues

2015-02-02 Thread Corey Dickson
Using mod_tile/renderd I've got OSM up and running with no issues using dynamic tile generation. That being said, I've been working to pre-render zoom levels 0-16 for another project. I'm a bit confused about some of the results associated with meta-tile count. Pre-rendering tiles seems to work

[OSM-dev] planet-latest.osm.bz2: Invalid byte 2 of 4-byte UTF-8 sequence.

2015-02-02 Thread Wolfram Schneider
Hi, I downloaded http://planet.osm.org/planet/planet-latest.osm.bz2 (alias http://planet.osm.org/planet/2015/planet-150126.osm.bz2) If I try to parse the XML with osmosis, I get an UTF-8 parse error. Any ideas whats wrong here? $bzip2 -dc planet-latest.osm.bz2 | osmosis --read-xml /dev/stdin

Re: [OSM-dev] iD editor release process

2015-02-02 Thread Guillaume Pratte
That’s great to hear! I have a public event in two weeks where we will be showing iD and OpenStreetMap to people interrested in public bookcases, an event organized by local librarians from public libraries. In this case, amenity=public_bookcase is a new preset that is only on the master

Re: [osmosis-dev] SSL-protected Postgres database

2015-02-02 Thread Brett Henderson
I've never attempted to connect to PostgreSQL via SSL so I don't have any direct experience. This page is somewhat informative. https://jdbc.postgresql.org/documentation/81/ssl-client.html I suspect Osmosis needs to be enhanced to include the ssl=true connection parameter. It *should* be

Re: [OSM-dev] iD editor release process

2015-02-02 Thread Bryan Housel
Hey Guillaume, We are preparing a handful of big new features, so we haven’t pushed a release in a while. I’ll post more about them in a few days. In the mean time, if you want to use the new presets you can edit using a mirror of the ‘master’ branch here: http://openstreetmap.us/iD/master/

Re: [osmosis-dev] SSL-protected Postgres database

2015-02-02 Thread Marty Alchin
For my case, the keystore stuff is unnecessary, because the database's certificate is already signed with a trusted authority. But I agree, that'd be outside the scope of Osmosis regardless. I think this page is a bit more useful for what Osmosis would need:

[OSM-dev] iD editor release process

2015-02-02 Thread Guillaume Pratte
Hello, I would like to know more about the release process of iD. Last release was October 24th, and since then a ton of new preset were added to the editor. Some of them would be very useful. What is the process to have a new version released and installed on osm.org http://osm.org/?

[OSM-dev] Mobile SDK library

2015-02-02 Thread One Hwang
Hi everyone, I am making a bike app that will help bicyclists to navigate. I am using Xamarin, a cross-platform language, to build versions for both Android and iOS. There are a lot of open source libraries that provide the SDK/library to integrate OSM maps into apps, but it's a daunting

Re: [osmosis-dev] SSL-protected Postgres database

2015-02-02 Thread Marty Alchin
Thanks for the pointer, I hadn't seen those options. Unfortunately, I just tried both PGSSLMODE=require and PGREQUIRESSL=1 and neither of them seem to help. -Marty On Mon, Feb 2, 2015 at 8:16 PM, Paul Norman penor...@mac.com wrote: On 1/22/2015 8:13 PM, Marty Alchin wrote: Am I just missing

Re: [OSM-dev] Mobile SDK library

2015-02-02 Thread Michael Maier
On 03/02/15 03:50, One Hwang wrote: Hi everyone, I am making a bike app that will help bicyclists to navigate. I am using Xamarin, a cross-platform language, to build versions for both Android and iOS. There are a lot of open source libraries that provide the SDK/library to integrate OSM