pg_tileserv icon indicating copy to clipboard operation
pg_tileserv copied to clipboard

Integration Testing Harness

Open pramsey opened this issue 5 years ago • 0 comments

Probably something that applies some SQL to the database to set up a known table/function set-up and then calls into the service to see what it gets back for metadata/tiles/etc. Different shapes of table (with/without geometry, srids, primary keys) will result in different outputs, but need to be supported.

  • table tile
    • limit specified
    • one attribute specified
    • all attributes specified
    • non-existing attribute specified
    • non-standard geometry column name
      • with non-geometry attribute using standard 'geom' name
  • geometry only table
  • geometry and pk only table

pramsey avatar Jan 14 '20 20:01 pramsey