go-spatial / tegola-osm

Various scripts for importing and running a mirror of OSM with tegola
https://demo.tegola.io
MIT License
73 stars 26 forks source link

Fix deprecation warnings in imposm mapping file #49

Closed ARolek closed 5 years ago

ARolek commented 6 years ago

The following deprecation warnings are being output using the most recent version of imposm. We need to update the mapping file accordingly:

[Sep 18 21:00:25] [INFO] [mapping] warn: exclude_tags filter is deprecated and will be removed. See require and reject filter.
[Sep 18 21:00:25] [INFO] [mapping] warn: exclude_tags filter is deprecated and will be removed. See require and reject filter.
[Sep 18 21:00:25] [INFO] [mapping] warn: exclude_tags filter is deprecated and will be removed. See require and reject filter.
[Sep 18 21:00:25] [INFO] [mapping] warn: pseudoarea type is deprecated and will be removed. See area and webmerc_area type.
[Sep 18 21:00:25] [INFO] [mapping] warn: pseudoarea type is deprecated and will be removed. See area and webmerc_area type.
[Sep 18 21:00:25] [INFO] [mapping] warn: pseudoarea type is deprecated and will be removed. See area and webmerc_area type.
[Sep 18 21:00:25] [INFO] [mapping] warn: exclude_tags filter is deprecated and will be removed. See require and reject filter.
[Sep 18 21:00:25] [INFO] [mapping] warn: exclude_tags filter is deprecated and will be removed. See require and reject filter.
[Sep 18 21:00:25] [INFO] [mapping] warn: pseudoarea type is deprecated and will be removed. See area and webmerc_area type.
[Sep 18 21:00:25] [INFO] [mapping] warn: pseudoarea type is deprecated and will be removed. See area and webmerc_area type.
[Sep 18 21:00:25] [INFO] [mapping] warn: pseudoarea type is deprecated and will be removed. See area and webmerc_area type.
chronark commented 5 years ago

I submitted a pullrequest https://github.com/go-spatial/tegola-osm/pull/54