[OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread Frederik Ramm
Hi, there are a number of data sources which have agreed to being used for CC-BY-SA licensed work but where it is not yet clear if data derived from them can be carried over once we change to ODbL. I'm thinking for example of Nearmap aerial imagery. It is possible that data being traced f

Re: [OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread Stefan de Konink
On Wed, 4 Aug 2010, Frederik Ramm wrote: Otherwise people might just put in a lot of work for nothing. Obviously not true, since the data will be available in the CC-BY-SA output. Stefan ___ dev mailing list dev@openstreetmap.org http://lists.op

Re: [OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread John Smith
On 4 August 2010 19:31, Stefan de Konink wrote: > On Wed, 4 Aug 2010, Frederik Ramm wrote: > >> Otherwise people might just put in a lot of work for nothing. > > Obviously not true, since the data will be available in the CC-BY-SA output. They're still in breach of contract with Nearmap, but not

Re: [OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread Stefan de Konink
On Wed, 4 Aug 2010, John Smith wrote: Obviously not true, since the data will be available in the CC-BY-SA output. They're still in breach of contract with Nearmap, but not illegal since they aren't breaking any criminal laws, however I share Frederik's concern that it's so easy for everyone t

Re: [OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread John Smith
On 4 August 2010 19:54, Stefan de Konink wrote: > Nobody is in breach with anything since *only* new mappers produce ODbL > data. I'm not talking about the license, it's the new contributor terms that put new users in a breach of contract situation. The majority of Aussie users can't accept the n

[OSM-dev] Cartagen Knitter >> TMS, GeoTiff, can be used with JOSM

2010-08-04 Thread Jeffrey Warren
Hi all - I added a range of new publication options to the Cartagen Knitter software (http://cartagen.org/maps) yesterday, amongst them: - Output as high-resolution JPG and GeoTIFF - Output as TMS tile service for use in OpenLayers, etc. Therefore you can now use aerial images from balloons or k

Re: [OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread Anthony
On Wed, Aug 4, 2010 at 6:10 AM, John Smith wrote: > On 4 August 2010 19:54, Stefan de Konink wrote: >> Nobody is in breach with anything since *only* new mappers produce ODbL >> data. > > I'm not talking about the license, it's the new contributor terms that > put new users in a breach of contrac

[OSM-dev] troubles installing osm2pgsql on Mac OS X 10.6: make fail

2010-08-04 Thread Christopher Stevens
Hello gurus, While getting far into the installation process, I'm hung up when running the make command for osm2pgsql on Mac OS X10.6. My initial guess is that I have a library somewhere that's not being found or is not installed. I have no idea where to start. Here are the commands I'm running in

Re: [OSM-dev] CC-BY-SA datasources, display warning in editor?

2010-08-04 Thread John Smith
On 5 August 2010 00:15, Anthony wrote: > Is Nearmap mixing any of our CC-BY-SA data with their aerials? If so, They have OSM map tile overlays, but I wouldn't call this mixing, any more than I'd call it mixing if you draw on a transparent overlay and then display another slide underneath it on a

[OSM-dev] licensing question

2010-08-04 Thread Jim Burt
Greetings, I'm interested in using OpenStreetMap for an internally facing website for my company (no public access). This is going to be a small app with very limited users and page views. I've reviewed the licensing, and this appears to be acceptable use. Can anyone confirm this? If this is addr

Re: [OSM-dev] licensing question

2010-08-04 Thread Iván Sánchez Ortega
On Wednesday 04 August 2010 23:55:03 Jim Burt wrote: > I'm interested in using OpenStreetMap for an internally facing website for > my company (no public access). This is going to be a small app with very > limited users and page views. > > I've reviewed the licensing, and this appears to be accept

Re: [OSM-dev] licensing question

2010-08-04 Thread Jim Burt
Thanks. We'll definitely credit accordingly. Regards, Jim On 8/4/10, Iván Sánchez Ortega wrote: > On Wednesday 04 August 2010 23:55:03 Jim Burt wrote: >> I'm interested in using OpenStreetMap for an internally facing website for >> my company (no public access). This is going to be a small app w

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-08-04 Thread Brett Henderson
On Tue, Aug 3, 2010 at 11:37 PM, Scott Crosby wrote: > On Sun, Aug 1, 2010 at 6:39 AM, Brett Henderson wrote: > > > I'll help incorporate this into the rest of Osmosis. There's a few > things > > to work through though. > > I don't have a lot of time to work with this, but I can split up my > w

Re: [OSM-dev] troubles installing osm2pgsql on Mac OS X 10.6: make fail

2010-08-04 Thread Dane Springmeyer
Basically, you've got a mixing of osm2pgsql dependencies which are causing problems. Macports stuff are not built FAT (aka 32 and 64 bit), and to get this to work you would have had to to pass +universal to all your port install commands. I bet if you uninstall/remove macports you'll be all set