#47 QGIS - Display only the current feature(s) in the atlas view

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • This is an easy way to display only the currentfeature(s) in an atlas view.
    attribute( $currentfeature, 'id')=attribute(@atlas_feature,'id')
    Please write it in the comments, if you have any advice to improve my tutorials or suggestions for further tutorials.
  • НаукаНаука

Комментарии • 10

  • @markongis
    @markongis 5 месяцев назад +1

    Thank you very much, I was racking my brain for hours and couldn't do it at all, you saved me.

  • @josefrundstrom
    @josefrundstrom 6 месяцев назад +1

    Lovely! Just what I was looking for!

  • @markongis
    @markongis 5 месяцев назад +1

    A suggestion for another tutorial, I don't know if it's possible:
    Filter the map feature being exported in the Atlas + the layer that is intersecting with it.
    For example, I have a subdivision map, where I have a layer that represents the indexes and another that represents the lots, I can filter the index using the Atlas, but it would also be interesting if I filtered just the lot in question with a similar function with "overlay_within" or something like that.

    • @shorttutorialsdonequick
      @shorttutorialsdonequick  5 месяцев назад +1

      Hey markondes,
      thank you for your suggestion. If i understand you right, i think the solution is in the video after 01:14 ? Is that the right solution ? Best regards Kai

    • @markongis
      @markongis 5 месяцев назад +1

      @@shorttutorialsdonequick Now that you say it, it's true! I hadn't understood this part very well and let it go unnoticed, English isn't my main language. Once again, thank you very much and much sucess to you.

    • @shorttutorialsdonequick
      @shorttutorialsdonequick  5 месяцев назад

      @@markongis you are welcome, I am pleased that I was able to help you. Best reagrds Kai

  • @bangjey5439
    @bangjey5439 8 месяцев назад +1

    Thank you! this video help me so much.

  • @bangjey5439
    @bangjey5439 8 месяцев назад +1

    Thank you! this video help me so much.

  • @mathieusimard
    @mathieusimard 17 дней назад +1

    Wow cool! Is there a way to also do that + inverse the layer feature symbology?