| { | |
| "steps": [ | |
| { | |
| "id": "simplify", | |
| "needs": [ | |
| ], | |
| "tasks": [ | |
| { | |
| "type": "SimplifyEntityCollection", | |
| "collection": "collection", | |
| "database": "jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps", | |
| "recipe": { | |
| "name": "building", | |
| "filter": ["has", "building"], | |
| "operation": "union" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |