What exactly does AttributeNumeric ? #733
Unanswered
BenOnTrack
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It's just to do with how the value is encoded in the vector tile. Using If you use a tool such as vt2geojson to decompile the vector tile, you should find that anything written with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to store as an INT a parameter (based on the OSM ID) and realized that:
"id" and "id2" are not the same...
I'm interested into "id" as I'd like to handle number for ID rather than string.
Is there anything linked to the "size" of the string being converted into a number ?
When I print both parameters, id_str == id_int
I also confirm that "id2" is correct, while "id" is not - potentially due to a conversion made by AttributeNumeric function
I'm confused :)
Beta Was this translation helpful? Give feedback.
All reactions