blob: f82fdffed431067f81487e78cc9c37c99b6318e3 [file]
{
"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"
}
}
]
}
]
}