2006/11/9, Moritz Lennert &lt;<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>&gt;:<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 &quot;create view NewView as select * from MapTable&quot;<br>- connect your map to this view with '<br><br>Do you have problems showing labels or querying the map ?
</blockquote><div><br>(...!!!...)&nbsp; ok, this works. But now I have some questions about it.<br><br>&quot;v.db.connect -o map=MyMap table=TABLE key=KeyCol driver=mysql database=grass layer=2&quot;<br>
this connects my map with a static table on layer 1<br><br>&quot;v.db.connect -o map=MyMap table=NewView key=KeyCol driver=mysql database=grass layer=1&quot;<br>this connects my map to the view<br><br>in this panorama, if I try to query (using gis manager) setting &quot;Layer for labels&quot; = 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>