maplibre/martin

Table sources, support WHERE conditions

オープン

#1,605 opened on 2024/12/05

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (377 件のフォーク)auto 404
confighelp wantedpgrust

Repository metrics

Stars
 (3,761 個のスター)
PR merge metrics
 (PR metrics pending)

説明

That would be very useful to have "where" in table sources:

  tables:
    tab_filtered:
      layer_id: table_source

      # Table name (required)
      table: table_source
      
      # SQL where conditions
      where: (TYPE = 'A') and (Pop > 100)

コントリビューターガイド