maplibre/martin

Table sources, support WHERE conditions

Open

#1,605 opened on Dec 5, 2024

 (3 comments) (1 reaction) (0 assignees)Rust (377 forks)auto 404
confighelp wantedpgrust

Repository metrics

Stars
 (3,761 stars)
PR merge metrics
 (PR metrics pending)

Description

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)

Contributor guide