Closed mani-mworks closed 2 months ago
Thanks for the report! Can you tell me the version of tippecanoe, from tippecanoe --version
?
I hope this is the bug that was fixed in https://github.com/felt/tippecanoe/pull/239 and that you will be OK if you upgrade.
@e-n-f Thanks for the reply. This issue was fixed after upgrading to version 2.62. I was previously using version 2.53. Closing this the issue.
I am encountering an issue with Tippecanoe while generating vector tiles from GeoJSON data. Specifically, the
uprn
property of the second feature is being replaced with theuprn
of the first feature. This occurs when generating tiles with the following command:Command:
GeoJSON Sample:
Issue:
When generating tiles, the second feature’s
uprn
(10022901830
) gets replaced by the first feature'suprn
(100062108583
). The other properties are retained correctly, but this issue is causing a duplication of theuprn
value across both features.Expected Result:
The
uprn
of each feature should remain unique and retain its original value from the GeoJSON input.Steps Taken:
uprn
property is included and set as a string using--include=uprn
and--attribute-type=uprn:string
.--no-feature-limit
and--no-tile-size-limit
options to avoid any potential feature limitations.Could you please provide guidance on how to fix this issue or whether there might be a bug affecting the handling of unique properties across features?
Thank you for your assistance!