[OSM-talk] Flickr Shapefiles Public Dataset 1.0

2009-06-01 Thread Lukasz Szybalski
Hello, Not sure if you guys know or have already included Flickr data to osm, but: "We are releasing all of the Flickr shapefiles as a single download, available for use under the Creative Commons Zero Waiver. That’s fancy-talk for “public domain”." http://code.flickr.com/blog/2009/05/21/flickr-

Re: [OSM-talk] mapnik and openlayers?

2008-10-23 Thread Lukasz Szybalski
On Thu, Oct 23, 2008 at 10:44 AM, Shaun McDonald <[EMAIL PROTECTED]> wrote: > > On 23 Oct 2008, at 16:12, Lukasz Szybalski wrote: > >> >> Is there an example where I could overwrite the url variable in the >> OpenStreetMap.js outside of that file? . (Because the

Re: [OSM-talk] mapnik and openlayers?

2008-10-23 Thread Lukasz Szybalski
On Thu, Oct 23, 2008 at 10:02 AM, Shaun McDonald <[EMAIL PROTECTED]> wrote: > > On 23 Oct 2008, at 03:51, Lukasz Szybalski wrote: > >> On Wed, Oct 22, 2008 at 8:03 PM, Lukasz Szybalski <[EMAIL PROTECTED]> >> wrote: >>> >>> On Wed, Oct 22, 20

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 8:03 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 5:16 PM, Shaun McDonald > <[EMAIL PROTECTED]> wrote: >> >> On 22 Oct 2008, at 21:38, Lukasz Szybalski wrote: >> >>>> You've been pointe

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 5:16 PM, Shaun McDonald <[EMAIL PROTECTED]> wrote: > > On 22 Oct 2008, at 21:38, Lukasz Szybalski wrote: > >>> You've been pointed at a web page that tells you how to do that. Please >>> go >>> and read it. >> >>

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
> You've been pointed at a web page that tells you how to do that. Please go > and read it. So I've looked at the source code for the tw.openlayers which should correspond to openlayers java script file. http://toscawidgets.org/hg/tw.openlayers/file/387a2f19c67a/tw/openlayers/layer.py from laye

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
> I know nothing about Turbo Gears, but if you can give an example of a Turbo > Gears page that uses OL we can probably show you how to modify it to display > an OSM layer. Right now I need to know how can I configure openlayers to use tile.openstreetmap.org or how to configure mapnik to render i

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 11:50 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> On Wed, Oct 22, 2008 at 10:43 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: >>> >>> Lukasz Szybalski wrote: >>>> >>>> O

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 10:43 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> On Wed, Oct 22, 2008 at 10:22 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: >> >>> Mapnik is just a rendering engine - where you put the tiles that it >&

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 10:22 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > >> ok so I kind of got this url working: >> >> http://www.openlayers.org/dev/examples/tms.html >> >> url:http://tile.openstreetmap.org/ >> image:pn

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
ok so I kind of got this url working: http://www.openlayers.org/dev/examples/tms.html url:http://tile.openstreetmap.org/ image:png layer_name: .. (two dots because 1.0.0 gets added to the url "http://tile.openstreetmap.org/1.0.0/...) I've been told that mapnik/openstreetmap.org uses "flipped TMS

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
is one is more use? > http://www.openlayers.org/dev/examples/sundials-osm.html > > Ed > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:talk- >> [EMAIL PROTECTED] On Behalf Of Lukasz Szybalski >> Sent: 22 October 2008 14:51 >> To: Grant Slater >> C

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 8:29 AM, Grant Slater <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> So its safe to assume that TMS is what mapnik provides? (only) and if >> I want WMS I would have to create that service on my server? >> > > Your server y

Re: [OSM-talk] mapnik and openlayers?

2008-10-22 Thread Lukasz Szybalski
On Wed, Oct 22, 2008 at 4:51 AM, Chris Jones <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> On Tue, Oct 21, 2008 at 7:56 PM, Grant Slater >> <[EMAIL PROTECTED]> wrote: >> >>> >>> Lukasz Szybalski wrote: >>> >>>

Re: [OSM-talk] mapnik and openlayers?

2008-10-21 Thread Lukasz Szybalski
On Tue, Oct 21, 2008 at 7:56 PM, Grant Slater <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> Hello, >> I am trying to use the turbogears widget for openlayers and I'm having >> hard time figuring out how to point to openstreetmaps.org tiles. >&

[OSM-talk] mapnik and openlayers?

2008-10-21 Thread Lukasz Szybalski
Hello, I am trying to use the turbogears widget for openlayers and I'm having hard time figuring out how to point to openstreetmaps.org tiles. One of the examples they have: ol = WMS(name="OpenLayers WMS", url=["http://labs.metacarta.com/wms/vmap0";], options = {'layers':'basic'})

Re: [OSM-talk] Tiger 2007 Data

2008-10-20 Thread Lukasz Szybalski
On Mon, Oct 20, 2008 at 2:43 AM, vegard <[EMAIL PROTECTED]> wrote: > On Sun, Oct 19, 2008 at 10:54:55AM -0700, Dave Hansen wrote: >> Has anyone looked at importing the TIGER 2007 data yet? I was going to >> start coding up the conversion utilities to get started. It appears >> that this shapefile

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
> openstreetmap.org and click the "export" tab; then "manually select > an area...". Draw the area you want, and the four text boxes will show > min and max lat/lon. > > This is perfect,except which number is what? > >56 > -132 -67 > 25.5 Also could you add in generate_tile

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
openstreetmap.org and click the "export" tab; then "manually select an area...". Draw the area you want, and the four text boxes will show min and max lat/lon. This is perfect,except which number is what? 56 -132 -67 25.5 So it would be great if it said which one is long

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
On Wed, Sep 24, 2008 at 1:48 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > On Wed, Sep 24, 2008 at 11:47 AM, Joseph Gentle <[EMAIL PROTECTED]> wrote: >> On Thu, Sep 25, 2008 at 2:39 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: >>> ok That is a little

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
On Wed, Sep 24, 2008 at 11:47 AM, Joseph Gentle <[EMAIL PROTECTED]> wrote: > On Thu, Sep 25, 2008 at 2:39 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: >> ok That is a little too much considering I can buy 500gb drive for >> $70, so storage is max 500, now 50gb I can

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
On Wed, Sep 24, 2008 at 11:24 AM, Joseph Gentle <[EMAIL PROTECTED]> wrote: > On Thu, Sep 25, 2008 at 2:04 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: >> On Wed, Sep 24, 2008 at 10:20 AM, Joseph Gentle <[EMAIL PROTECTED]> wrote: >> I'm new to the project

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
On Wed, Sep 24, 2008 at 10:20 AM, Joseph Gentle <[EMAIL PROTECTED]> wrote: > On Thu, Sep 25, 2008 at 12:58 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: >> If I want to render the whole planet and I want to have a tile for >> every mile of it, will ./generate_tiles.p

Re: [OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
On Wed, Sep 24, 2008 at 9:39 AM, Dave Stubbs <[EMAIL PROTECTED]> wrote: > On Wed, Sep 24, 2008 at 2:22 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: >> Hello, >> I followed the instructions on your website how to get the planet and >> how to generate tiles fr

[OSM-talk] Missing tiles?

2008-09-24 Thread Lukasz Szybalski
Hello, I followed the instructions on your website how to get the planet and how to generate tiles from mapnik. I got everything going. After a day I got all my tiles but when I look at the example you have put on your website, http://wiki.openstreetmap.org/index.php/Mapnik with map in http://ti