[mapserver-users] JOIN in a mapfile from a shapefile to a MySQL database

2008-09-05 Thread Minka Stoyanova
Hello, It's the first time i try to make a JOIN in a mapfile layer. I want to query a mysql database for some attributes (columns) of a selected point from the point layer. This is the layer definition: LAYER # States point layer 1 begins here NAME "meteostations" DATA

Re: [mapserver-users] Re: JOIN in a mapfile from a shapefile to a MySQL database

2008-09-06 Thread Minka Stoyanova
[EMAIL PROTECTED] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of mapserver-users digest..." >> >> >> Today's Topics: >> >> 1. JOIN in a mapfile from a shapefile to a MySQL databa

Re: [mapserver-users] Re: JOIN in a mapfile from a shapefile to a MySQL database

2008-09-18 Thread Minka Stoyanova
Dear Charles, dear list, As I said, I used your piece of map-file code and made the connection. Now I try the same but with another shapefile to another table in the same database, and I receive a segmentation fault of the Apache! Here follows the code from the map-file: - this works just fine -

[mapserver-users] csv join in mapscript/OGR

2013-07-01 Thread Minka Stoyanova
Hello, I have a point shape layer and I would like to color each point according to a number in a csv file= The csv file is: id,color 1080,2 1090,4 11,2 12,5 The ID column is the same as the NUMBER column in the shape file. This is my layer: LAYER # Stations point layer 1 begins here NAME