Can you redirect me to an example using postgresql? Thanks! ________________________________
From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Tue 5/20/2008 5:02 AM To: [email protected] Subject: Mapnik-users Digest, Vol 22, Issue 18 Send Mapnik-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.berlios.de/mailman/listinfo/mapnik-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Mapnik-users digest..." Today's Topics: 1. dynamic dbf files (Earney, Billy C.) 2. Re: dynamic dbf files (Martijn van Oosterhout) 3. Re: dynamic dbf files (Earney, Billy C.) 4. Re: dynamic dbf files (Martijn van Oosterhout) ---------------------------------------------------------------------- Message: 1 Date: Mon, 19 May 2008 08:18:04 -0500 From: "Earney, Billy C." <[EMAIL PROTECTED]> Subject: [Mapnik-users] dynamic dbf files To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, I'm wanting to create a dynamic web application that creates a map from a shape file, but I want the data in the dbf to by dynamic. In other words, I'd like to be able to dynamically supply the data values I want the map to use. I'd like each county in a state to be assigned a color based on the attribute a user selects. The possible attributes or attribute combinations are virtually endless. Does anyone have an idea of how to supply this data from something rather than a dbf? I"m willing to look at other boundary file formats if its easier to do what I need. Thanks! Billy ------------------------------ Message: 2 Date: Mon, 19 May 2008 17:19:52 +0200 From: "Martijn van Oosterhout" <[EMAIL PROTECTED]> Subject: Re: [Mapnik-users] dynamic dbf files To: "Earney, Billy C." <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 On Mon, May 19, 2008 at 3:18 PM, Earney, Billy C. <[EMAIL PROTECTED]> wrote: > I'm wanting to create a dynamic web application that creates a map from a > shape file, but I want the data in the dbf to by dynamic. In other words, > I'd like to be able to dynamically supply the data values I want the map to > use. I'd like each county in a state to be assigned a color based on the > attribute a user selects. The possible attributes or attribute combinations > are virtually endless. Does anyone have an idea of how to supply this data > from something rather than a dbf? I"m willing to look at other boundary file > formats if its easier to do what I need. Use a database? Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ ------------------------------ Message: 3 Date: Mon, 19 May 2008 10:23:07 -0500 From: "Earney, Billy C." <[EMAIL PROTECTED]> Subject: Re: [Mapnik-users] dynamic dbf files To: "Martijn van Oosterhout" <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" I'm wanting to use a relational database to supply the attributes instead of a dbf. The data in the relational database gets updated frequently so I don't want to create dbf files.. ________________________________ From: Martijn van Oosterhout [mailto:[EMAIL PROTECTED] Sent: Mon 5/19/2008 10:19 AM To: Earney, Billy C. Cc: [email protected] Subject: Re: [Mapnik-users] dynamic dbf files On Mon, May 19, 2008 at 3:18 PM, Earney, Billy C. <[EMAIL PROTECTED]> wrote: > I'm wanting to create a dynamic web application that creates a map from a > shape file, but I want the data in the dbf to by dynamic. In other words, > I'd like to be able to dynamically supply the data values I want the map to > use. I'd like each county in a state to be assigned a color based on the > attribute a user selects. The possible attributes or attribute combinations > are virtually endless. Does anyone have an idea of how to supply this data > from something rather than a dbf? I"m willing to look at other boundary file > formats if its easier to do what I need. Use a database? Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ ------------------------------ Message: 4 Date: Mon, 19 May 2008 17:53:40 +0200 From: "Martijn van Oosterhout" <[EMAIL PROTECTED]> Subject: Re: [Mapnik-users] dynamic dbf files To: "Earney, Billy C." <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 On Mon, May 19, 2008 at 5:23 PM, Earney, Billy C. <[EMAIL PROTECTED]> wrote: > I'm wanting to use a relational database to supply the attributes instead of > a dbf. The data in the relational database gets updated frequently so I > don't want to create dbf files.. So do it. Mapnik reads postgresql databases just fine. Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ ------------------------------ _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users End of Mapnik-users Digest, Vol 22, Issue 18 ******************************************** _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

