maplibre/martin

Table sources, support WHERE conditions

Aperta

#1605 aperta il 5 dic 2024

 (3 commenti) (1 reazione) (0 assegnatari)Rust (377 fork)auto 404
confighelp wantedpgrust

Metriche repository

Star
 (3761 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor