Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Op 17-09-11 23:46, klo...@gmail.com schreef: Would it be possible to add the CORS HTTP header: Access-Control-Allow-Origin: * to the OSM tileserver when a tile is requested? Probably you will need the other two headers as well. Stefan

Re: [OSM-dev] Speeding up Osm2pgsql through parallelization?

2011-09-18 Thread Martijn van O
On 14 September 2011 09:54, Hartmut Holzgraefe hartmut.holzgra...@gmail.com wrote: i've been wondering about that, too, but after reading the full manual section on CLUSTER to its end i found that the tmp-sort-overwrite way is actually recommended for large tables that are too large to fit

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Jaak Laineste
2011/9/17 klo...@gmail.com klo...@gmail.com: Dear OSM developers, Would it be possible to add the CORS HTTP header: Access-Control-Allow-Origin: * to the OSM tileserver when a tile is requested? It will officially allow to use the OSM tiles as WebGL textures and Canvas source in web

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Steve Coast
What are the other headers? I thought it was just the one mentioned. Steve From: Stefan de Konink Sent: 9/18/2011 4:31 AM To: dev@openstreetmap.org Subject: Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Op 17-09-11 23:46, klo...@gmail.com

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hey Steve, Op 18-09-11 20:27, Steve Coast schreef: What are the other headers? I thought it was just the one mentioned. It is browser dependant, firstly; - - OPTIONS request should be allowed (if that results in a 405/503 = fubar) Then the

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Michael Bemmerl
Steve Coast schrieb: What are the other headers? I thought it was just the one mentioned. Steve There are several other headers: http://www.w3.org/TR/cors/#syntax Regards, Michael signature.asc Description: OpenPGP digital signature ___ dev

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread andrzej zaborowski
On 18 September 2011 20:18, Jaak Laineste jaak.laine...@gmail.com wrote: 2011/9/17 klo...@gmail.com klo...@gmail.com: Dear OSM developers, Would it be possible to add the CORS HTTP header: Access-Control-Allow-Origin: * to the OSM tileserver when a tile is requested? It will officially

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Op 18-09-11 21:02, andrzej zaborowski schreef: I can try preparing a mockup of osm.org with that option if there's interest. If I enable this on tile.openstreetmap.nl, you could try it out for The Netherlands ;) Stefan -BEGIN PGP

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Jaak Laineste
Since the application in question is just anoter type of map browser I think it falls in the category of previewing the OSM database state and can be used by mappers like slippymap.  In fact I can image a webgl globe as an option on osm.org homepage, I'd love to see it. For the interested

Re: [OSM-dev] CORS headers on OSM tiles (for WebGL use)

2011-09-18 Thread Grant Slater
On 17 September 2011 22:46, klo...@gmail.com klo...@gmail.com wrote: Dear OSM developers, Would it be possible to add the CORS HTTP header: Access-Control-Allow-Origin: * to the OSM tileserver when a tile is requested? Enabled. Cached tiles will take a few days to expire. / Grant