Re: [OSM-dev] converting mod-tile dir to flat files?

2012-04-15 Thread Sven Geggus
Stefan de Konink wrote: > So nothing 'on the fly'? Only postprocessed? Yes. Sven -- "If you continue running Windows, your system may become unstable." (Windows 95 BSOD) /me is giggls@ircnet, http://sven.gegg.us/ on the Web ___ dev mailing list de

Re: [OSM-dev] converting mod-tile dir to flat files?

2012-04-15 Thread Stefan de Konink
On 15-04-12 22:58, Sven Geggus wrote: Basically I'm looking for a script which will convert my mod-tile directory to something which can be served by a static Webserver. So nothing 'on the fly'? Only postprocessed? Stefan ___ dev mailing list dev@o

Re: [OSM-dev] converting mod-tile dir to flat files?

2012-04-15 Thread Sven Geggus
Stefan de Konink wrote: > The Dutch tile server does do metatiling for rendering, but writes it > out as static png files, served out with Cherokee as static webserver. > It is a minor change to renderd. If you are looking for that, we have > patches. Basically I'm looking for a script which

Re: [OSM-dev] converting mod-tile dir to flat files?

2012-04-15 Thread Stefan de Konink
On 15-04-12 19:27, Sven Geggus wrote: What is the magic with this? How can I convert something like 11/0/0/66/61/112.png The Dutch tile server does do metatiling for rendering, but writes it out as static png files, served out with Cherokee as static webserver. It is a minor change to renderd

Re: [OSM-dev] Syntax of XAPI queries with OR and NOT?

2012-04-15 Thread Ian Dees
On Sun, Apr 15, 2012 at 3:26 PM, Stefan Keller wrote: > Hi, > > 2012/4/15 Philipp Borgers : > > Hi, > > > > issue two queries? One for [amenity=restaurant] and one for > > [toursim=office] ? > > > > I think the pipe "|" is intended for keys and values. You can do > > something like this [amenity|

Re: [OSM-dev] Syntax of XAPI queries with OR and NOT?

2012-04-15 Thread Stefan Keller
Hi, 2012/4/15 Philipp Borgers : > Hi, > > issue two queries? One for [amenity=restaurant] and one for > [toursim=office] ? > > I think the pipe "|" is intended for keys and values. You can do > something like this [amenity|tourism=restaurant|office]. This returns > entities for amenity=restaurant,

Re: [OSM-dev] Syntax of XAPI queries with OR and NOT?

2012-04-15 Thread Stefan Keller
Hi, 2012/4/15 Paul Hartmann wrote: > 2012/4/15 Stefan Keller : >> Hi, >> >> With a XAPI API I'd like to make following query types >> (operators/predicates): >> 1) OR query: Example "[amenity=restaurant] OR [tourism=office]" >> 2. NOT query: Example "NOT [cuisine=pizza]" >> >> What could be a su

Re: [OSM-dev] Syntax of XAPI queries with OR and NOT?

2012-04-15 Thread Philipp Borgers
Hi, issue two queries? One for [amenity=restaurant] and one for [toursim=office] ? I think the pipe "|" is intended for keys and values. You can do something like this [amenity|tourism=restaurant|office]. This returns entities for amenity=restaurant, amenitry=office, tourism=restaurant and touris

Re: [OSM-dev] Syntax of XAPI queries with OR and NOT?

2012-04-15 Thread Paul Hartmann
2012/4/15 Stefan Keller : > Hi, > > With a XAPI API I'd like to make following query types (operators/predicates): > 1) OR query: Example "[amenity=restaurant] OR [tourism=office]" > 2. NOT query: Example "NOT [cuisine=pizza]" > > What could be a suitable syntax for doing this? > My suggestions: >

Re: [OSM-dev] converting mod-tile dir to flat files?

2012-04-15 Thread Martin Koppenhoefer
Am 15. April 2012 19:27 schrieb Sven Geggus : > Hello, > > I have a local mod-tile+ tirex installation running on my desktop at > home. > > Now to publish this tiles on a machine without mod-tile I would like > to convert this stuff to a flat file layout z/x/y.png > > I already found convert_meta w

[OSM-dev] converting mod-tile dir to flat files?

2012-04-15 Thread Sven Geggus
Hello, I have a local mod-tile+ tirex installation running on my desktop at home. Now to publish this tiles on a machine without mod-tile I would like to convert this stuff to a flat file layout z/x/y.png I already found convert_meta which will produce the required png files but not the z/x/y di

[OSM-dev] Syntax of XAPI queries with OR and NOT?

2012-04-15 Thread Stefan Keller
Hi, With a XAPI API I'd like to make following query types (operators/predicates): 1) OR query: Example "[amenity=restaurant] OR [tourism=office]" 2. NOT query: Example "NOT [cuisine=pizza]" What could be a suitable syntax for doing this? My suggestions: 1a) ?xapi=node[amenity=restaurant]|[touris