2006/11/9, Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>This might be an issue with layers, not with your view.<br>How do you use the layers ? Layers can be quite complex to understand<br>and there has been much discussion on them.<br><br>Have you tried connecting to a view without changing layers,
i.e.:<br><br>- take a map MyMap for which you have a table MapTable in your database<br>- create a view with "create view NewView as select * from MapTable"<br>- connect your map to this view with '<br><br>Do you have problems showing labels or querying the map ?
</blockquote><div><br>(...!!!...) ok, this works. But now I have some questions about it.<br><br>"v.db.connect -o map=MyMap table=TABLE key=KeyCol driver=mysql database=grass layer=2"<br>
this connects my map with a static table on layer 1<br><br>"v.db.connect -o map=MyMap table=NewView key=KeyCol driver=mysql database=grass layer=1"<br>this connects my map to the view<br><br>in this panorama, if I try to query (using gis manager) setting "Layer for labels" = 2 and indicating the col field in the view I don't see anything. Why? Am I missing something?
<br><br>raffaele<br></div></div><br>