Virtual layer functionality does not seem to support memory layersSpatial join for closest features and using a sum merge rule in QGISMemory Vector Layer Corrupted?Is it possible to use memory layers in QGIS processing algorithms?QGIS python originalName() does not return actual original layer nameVirtual fields are lost when duplicate layersQGIS virtual layer path never saved as relativeClipping virtual raster generates out of memory errorLoad non-spatial table in QGIS by querying an Oracle databaseAdd layer to existing geopackage not working in QGIS?Virtual layer from query with special characters in field name using PyQGISSpatial Query for a Virtual Layer

Minor Revision with suggestion of an alternative proof by reviewer

Does a large simulator bay have standard public address announcements?

Why do games have consumables?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

How much cash can I safely carry into the USA and avoid civil forfeiture?

Function pointer with named arguments?

What happened to Captain America in Endgame?

How to fry ground beef so it is well-browned

Like totally amazing interchangeable sister outfits II: The Revenge

Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?

"You've called the wrong number" or "You called the wrong number"

Why does Mind Blank stop the Feeblemind spell?

Why did C use the -> operator instead of reusing the . operator?

a sore throat vs a strep throat vs strep throat

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Converting a sprinkler system's 24V AC outputs to 3.3V DC logic inputs

How can I practically buy stocks?

Why does nature favour the Laplacian?

Rivers without rain

Implications of cigar-shaped bodies having rings?

Alignment of various blocks in tikz

What does the integral of a function times a function of a random variable represent, conceptually?

Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?

Is Diceware more secure than a long passphrase?



Virtual layer functionality does not seem to support memory layers


Spatial join for closest features and using a sum merge rule in QGISMemory Vector Layer Corrupted?Is it possible to use memory layers in QGIS processing algorithms?QGIS python originalName() does not return actual original layer nameVirtual fields are lost when duplicate layersQGIS virtual layer path never saved as relativeClipping virtual raster generates out of memory errorLoad non-spatial table in QGIS by querying an Oracle databaseAdd layer to existing geopackage not working in QGIS?Virtual layer from query with special characters in field name using PyQGISSpatial Query for a Virtual Layer






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I have a memory layer loaded in the QGIS virtual layer in the data source manager. I am trying to run a very simple query:



select * from layer


Here is a snapshot:
enter image description here



While this works for the physical layer, it does not work for the memory layer. They output virtual layer is blank, and I know that my memory layer has attribute data.



Is this simply a bug? I want to keep this a memory layer to reduce the number of steps I need to do to arrive at my final result. Should I resort to another tool or is there a workaround?



EDIT



Also found this quote in this link:




Creating a virtual layer with the layer_ref key allows to directly access already loaded QGIS layers (including memory layers).











share|improve this question



















  • 1





    Just tested right now : i had no problem of this kind (Q3.44) ... Are you sure of your data structure ?

    – snaileater
    Apr 19 at 9:28







  • 1





    what do you mean by data structure? I am just calling all columns in the table I loaded.... Using QGIS3.2.2 by the way

    – user32882
    Apr 19 at 9:29






  • 1





    When u open its attribute table in the layer manager you see all the features (those u would like to get when querying it) ? Do u just get an empty answer or any error message ? Did u try a select count(*) from memory_layer ?

    – snaileater
    Apr 19 at 9:33







  • 1





    The resulting virtual layer is empty (no attributes, no fields). The original memory layer has plenty of attributes... I'm updating QGIS now to see if it has been fixed

    – user32882
    Apr 19 at 9:36






  • 1





    Nope... doesn't work with QGIS 3.4.6... Are you sure you tested a memory layer?

    – user32882
    Apr 19 at 9:43

















3















I have a memory layer loaded in the QGIS virtual layer in the data source manager. I am trying to run a very simple query:



select * from layer


Here is a snapshot:
enter image description here



While this works for the physical layer, it does not work for the memory layer. They output virtual layer is blank, and I know that my memory layer has attribute data.



Is this simply a bug? I want to keep this a memory layer to reduce the number of steps I need to do to arrive at my final result. Should I resort to another tool or is there a workaround?



EDIT



Also found this quote in this link:




Creating a virtual layer with the layer_ref key allows to directly access already loaded QGIS layers (including memory layers).











share|improve this question



















  • 1





    Just tested right now : i had no problem of this kind (Q3.44) ... Are you sure of your data structure ?

    – snaileater
    Apr 19 at 9:28







  • 1





    what do you mean by data structure? I am just calling all columns in the table I loaded.... Using QGIS3.2.2 by the way

    – user32882
    Apr 19 at 9:29






  • 1





    When u open its attribute table in the layer manager you see all the features (those u would like to get when querying it) ? Do u just get an empty answer or any error message ? Did u try a select count(*) from memory_layer ?

    – snaileater
    Apr 19 at 9:33







  • 1





    The resulting virtual layer is empty (no attributes, no fields). The original memory layer has plenty of attributes... I'm updating QGIS now to see if it has been fixed

    – user32882
    Apr 19 at 9:36






  • 1





    Nope... doesn't work with QGIS 3.4.6... Are you sure you tested a memory layer?

    – user32882
    Apr 19 at 9:43













3












3








3








I have a memory layer loaded in the QGIS virtual layer in the data source manager. I am trying to run a very simple query:



select * from layer


Here is a snapshot:
enter image description here



While this works for the physical layer, it does not work for the memory layer. They output virtual layer is blank, and I know that my memory layer has attribute data.



Is this simply a bug? I want to keep this a memory layer to reduce the number of steps I need to do to arrive at my final result. Should I resort to another tool or is there a workaround?



EDIT



Also found this quote in this link:




Creating a virtual layer with the layer_ref key allows to directly access already loaded QGIS layers (including memory layers).











share|improve this question
















I have a memory layer loaded in the QGIS virtual layer in the data source manager. I am trying to run a very simple query:



select * from layer


Here is a snapshot:
enter image description here



While this works for the physical layer, it does not work for the memory layer. They output virtual layer is blank, and I know that my memory layer has attribute data.



Is this simply a bug? I want to keep this a memory layer to reduce the number of steps I need to do to arrive at my final result. Should I resort to another tool or is there a workaround?



EDIT



Also found this quote in this link:




Creating a virtual layer with the layer_ref key allows to directly access already loaded QGIS layers (including memory layers).








qgis virtual-layer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 20 at 12:52









underdark

69.4k13179351




69.4k13179351










asked Apr 19 at 9:12









user32882user32882

1,17611127




1,17611127







  • 1





    Just tested right now : i had no problem of this kind (Q3.44) ... Are you sure of your data structure ?

    – snaileater
    Apr 19 at 9:28







  • 1





    what do you mean by data structure? I am just calling all columns in the table I loaded.... Using QGIS3.2.2 by the way

    – user32882
    Apr 19 at 9:29






  • 1





    When u open its attribute table in the layer manager you see all the features (those u would like to get when querying it) ? Do u just get an empty answer or any error message ? Did u try a select count(*) from memory_layer ?

    – snaileater
    Apr 19 at 9:33







  • 1





    The resulting virtual layer is empty (no attributes, no fields). The original memory layer has plenty of attributes... I'm updating QGIS now to see if it has been fixed

    – user32882
    Apr 19 at 9:36






  • 1





    Nope... doesn't work with QGIS 3.4.6... Are you sure you tested a memory layer?

    – user32882
    Apr 19 at 9:43












  • 1





    Just tested right now : i had no problem of this kind (Q3.44) ... Are you sure of your data structure ?

    – snaileater
    Apr 19 at 9:28







  • 1





    what do you mean by data structure? I am just calling all columns in the table I loaded.... Using QGIS3.2.2 by the way

    – user32882
    Apr 19 at 9:29






  • 1





    When u open its attribute table in the layer manager you see all the features (those u would like to get when querying it) ? Do u just get an empty answer or any error message ? Did u try a select count(*) from memory_layer ?

    – snaileater
    Apr 19 at 9:33







  • 1





    The resulting virtual layer is empty (no attributes, no fields). The original memory layer has plenty of attributes... I'm updating QGIS now to see if it has been fixed

    – user32882
    Apr 19 at 9:36






  • 1





    Nope... doesn't work with QGIS 3.4.6... Are you sure you tested a memory layer?

    – user32882
    Apr 19 at 9:43







1




1





Just tested right now : i had no problem of this kind (Q3.44) ... Are you sure of your data structure ?

– snaileater
Apr 19 at 9:28






Just tested right now : i had no problem of this kind (Q3.44) ... Are you sure of your data structure ?

– snaileater
Apr 19 at 9:28





1




1





what do you mean by data structure? I am just calling all columns in the table I loaded.... Using QGIS3.2.2 by the way

– user32882
Apr 19 at 9:29





what do you mean by data structure? I am just calling all columns in the table I loaded.... Using QGIS3.2.2 by the way

– user32882
Apr 19 at 9:29




1




1





When u open its attribute table in the layer manager you see all the features (those u would like to get when querying it) ? Do u just get an empty answer or any error message ? Did u try a select count(*) from memory_layer ?

– snaileater
Apr 19 at 9:33






When u open its attribute table in the layer manager you see all the features (those u would like to get when querying it) ? Do u just get an empty answer or any error message ? Did u try a select count(*) from memory_layer ?

– snaileater
Apr 19 at 9:33





1




1





The resulting virtual layer is empty (no attributes, no fields). The original memory layer has plenty of attributes... I'm updating QGIS now to see if it has been fixed

– user32882
Apr 19 at 9:36





The resulting virtual layer is empty (no attributes, no fields). The original memory layer has plenty of attributes... I'm updating QGIS now to see if it has been fixed

– user32882
Apr 19 at 9:36




1




1





Nope... doesn't work with QGIS 3.4.6... Are you sure you tested a memory layer?

– user32882
Apr 19 at 9:43





Nope... doesn't work with QGIS 3.4.6... Are you sure you tested a memory layer?

– user32882
Apr 19 at 9:43










2 Answers
2






active

oldest

votes


















2














You can find all your layers in the DB-manager. There (in my opinion) it is easier to access and query them. And you can load results as a new layer.



  • Go to DB-manager > Virtual Layers > QGIS layers


  • Select one of the layers and make your query. Note that the geometry is written as geometry and not geom.


enter image description here






share|improve this answer

























  • The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

    – user32882
    Apr 19 at 13:10











  • I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

    – PieterB
    Apr 23 at 7:31











  • To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

    – she_weeds
    14 hours ago


















3














The upper section, embeded layers, allows listing (and using) layers that are not loaded in QGIS table of content.



Using an in-memory layer that is not loaded in QGIS is to be tested. I believe the layer is cleared from memory as soon as it is removed from the table of content.



If you do have the in-memory layer loaded in the table of content, you can simply remove it from the embeded layers section, and the query will work. I just reproduced your use case and workaround in 3.4.5






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "79"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319324%2fvirtual-layer-functionality-does-not-seem-to-support-memory-layers%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    You can find all your layers in the DB-manager. There (in my opinion) it is easier to access and query them. And you can load results as a new layer.



    • Go to DB-manager > Virtual Layers > QGIS layers


    • Select one of the layers and make your query. Note that the geometry is written as geometry and not geom.


    enter image description here






    share|improve this answer

























    • The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

      – user32882
      Apr 19 at 13:10











    • I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

      – PieterB
      Apr 23 at 7:31











    • To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

      – she_weeds
      14 hours ago















    2














    You can find all your layers in the DB-manager. There (in my opinion) it is easier to access and query them. And you can load results as a new layer.



    • Go to DB-manager > Virtual Layers > QGIS layers


    • Select one of the layers and make your query. Note that the geometry is written as geometry and not geom.


    enter image description here






    share|improve this answer

























    • The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

      – user32882
      Apr 19 at 13:10











    • I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

      – PieterB
      Apr 23 at 7:31











    • To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

      – she_weeds
      14 hours ago













    2












    2








    2







    You can find all your layers in the DB-manager. There (in my opinion) it is easier to access and query them. And you can load results as a new layer.



    • Go to DB-manager > Virtual Layers > QGIS layers


    • Select one of the layers and make your query. Note that the geometry is written as geometry and not geom.


    enter image description here






    share|improve this answer















    You can find all your layers in the DB-manager. There (in my opinion) it is easier to access and query them. And you can load results as a new layer.



    • Go to DB-manager > Virtual Layers > QGIS layers


    • Select one of the layers and make your query. Note that the geometry is written as geometry and not geom.


    enter image description here







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Apr 19 at 11:33

























    answered Apr 19 at 11:01









    PieterBPieterB

    3,2001129




    3,2001129












    • The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

      – user32882
      Apr 19 at 13:10











    • I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

      – PieterB
      Apr 23 at 7:31











    • To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

      – she_weeds
      14 hours ago

















    • The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

      – user32882
      Apr 19 at 13:10











    • I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

      – PieterB
      Apr 23 at 7:31











    • To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

      – she_weeds
      14 hours ago
















    The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

    – user32882
    Apr 19 at 13:10





    The DB Manager is much better and could be a good segway into PostGIS, spatialite or other db-type gis systems. Do you know if the geometry column can be manipulated in here to do spatial queries as well? Perhaps I don't need that NNJoin plugin after all.... that would be nice

    – user32882
    Apr 19 at 13:10













    I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

    – PieterB
    Apr 23 at 7:31





    I never used the NNjoin before. So I do not know which functionality it has. But probably it would perform the same with spatialite or postgis

    – PieterB
    Apr 23 at 7:31













    To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

    – she_weeds
    14 hours ago





    To answer your question @user32882 you can easily perform spatial joins and nearest neighbour queries in DB Manager using SQL. It may not be that fast if you are using shapefiles in DB manager, but it is dynamic and much more flexible (pick which columns to join, distance threshold for nearest neighbour, etc). If you use spatialite you can access the VirtualKNN feature directly within DB Manager. SQL is well worth exploring

    – she_weeds
    14 hours ago













    3














    The upper section, embeded layers, allows listing (and using) layers that are not loaded in QGIS table of content.



    Using an in-memory layer that is not loaded in QGIS is to be tested. I believe the layer is cleared from memory as soon as it is removed from the table of content.



    If you do have the in-memory layer loaded in the table of content, you can simply remove it from the embeded layers section, and the query will work. I just reproduced your use case and workaround in 3.4.5






    share|improve this answer



























      3














      The upper section, embeded layers, allows listing (and using) layers that are not loaded in QGIS table of content.



      Using an in-memory layer that is not loaded in QGIS is to be tested. I believe the layer is cleared from memory as soon as it is removed from the table of content.



      If you do have the in-memory layer loaded in the table of content, you can simply remove it from the embeded layers section, and the query will work. I just reproduced your use case and workaround in 3.4.5






      share|improve this answer

























        3












        3








        3







        The upper section, embeded layers, allows listing (and using) layers that are not loaded in QGIS table of content.



        Using an in-memory layer that is not loaded in QGIS is to be tested. I believe the layer is cleared from memory as soon as it is removed from the table of content.



        If you do have the in-memory layer loaded in the table of content, you can simply remove it from the embeded layers section, and the query will work. I just reproduced your use case and workaround in 3.4.5






        share|improve this answer













        The upper section, embeded layers, allows listing (and using) layers that are not loaded in QGIS table of content.



        Using an in-memory layer that is not loaded in QGIS is to be tested. I believe the layer is cleared from memory as soon as it is removed from the table of content.



        If you do have the in-memory layer loaded in the table of content, you can simply remove it from the embeded layers section, and the query will work. I just reproduced your use case and workaround in 3.4.5







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 19 at 11:23









        JGHJGH

        13.9k21339




        13.9k21339



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319324%2fvirtual-layer-functionality-does-not-seem-to-support-memory-layers%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020