tilezen / tilequeue

Queue operations to manage the processes surrounding tile rendering.
MIT License
47 stars 19 forks source link

Support real-valued zooms for WOF data. #110

Closed zerebubuth closed 8 years ago

zerebubuth commented 8 years ago

The WOF import code currently considers it an error if the mz:min_zoom or mz:max_zoom parameters are not integers. However, they are allowed to be real numbers although the docs are silent on the matter!

Note that tilezen/vector-datasource#976 should have been completed before this, so that the schema is ready to take the real numbers.

nvkelso commented 8 years ago

Good catch! WOF docs updated in https://github.com/whosonfirst/whosonfirst-properties/commit/56bcf9f4f4905b4fb5d4724a7cd16e270a7a19d6#diff-a0a3ab804180a562fb13a7aecba9d4a1.