Zhongxiang Wang dfd20c647c
Fix unexpected error brought by typo: tigger -> trigger & fix trigger_flag was created on a wrong target (#1584)
1) The trigger name has a typo of `trigger`, which is incorrectly spelled as `tigger` and doesn't match the following create command: `CREATE TRIGGER trigger_flag`. This may result in an error when invoking `make import-sql`.

```
ERROR:  trigger "trigger_flag" for relation "osm_park_polygon_gen_z4" already exists
xargs: sh: exited with status 255; aborting
```

2) The `trigger_flag` may be created on the wrong target in line [#251](https://github.com/plainheart/openmaptiles/blob/master/layers/park/update_park_polygon.sql#L251).
2023-09-27 12:08:33 +02:00
..
2023-04-04 13:20:41 +02:00
2023-04-04 13:20:41 +02:00
2017-12-04 12:06:28 +01:00
2023-01-06 10:08:03 +01:00

park

Docs

Read the layer documentation at http://openmaptiles.org/schema#park

Mapping Diagram

Mapping diagram for park

ETL diagram

ETL diagram for park