-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recreate 2.x fixtures #15
Comments
Merged
springmeyer
pushed a commit
that referenced
this issue
Sep 6, 2017
This was referenced Sep 6, 2017
Merged
This was referenced Sep 15, 2017
Merged
Merged
Merged
Merged
All fixtures have been created! Waiting on a full release until feedback from @BergWerkGIS via vector-tile-cs and @millzpaugh via vector-tile-js is received and incorporated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invalid
Feature
message is missing aGeomType
message.Feature
message as multiplegeometry
fields encoded, when there should only be one.Feature
message has nogeometry
.tag
where multiples of 2 are required.10
, which is not listed as an enum and therefore invalid. AND GeomType-type.mvt: The tag for GeomType is10
, which is invalid.key
property incorrectly encoded as a typestd::uint32_t
. | n/aextent
is incorrectly encoded as a typestd::string
.extent
typename
s with the same value: "layer_name".std::uint32_t
.[ ] Layer-name-none-version1.mvt: Same as above, but version 1 tile.Features
tags.20
, which is not defined in the spec.99
, which is invalid according to the specification.std::string
.Layer-version-none.mvt: Layer does not have aversion
property.tags
that point to non-existentKeys
andValues
in the layer.3
, but this tile encodes aFeature
with the tag value of10
.Value
without any fields encoded within it.std::int64_t
.Value
has a field with an unknown type.Valid
UNKNOWN
type. This is considered "valid" in the lens of the specification. Encoders/decoders can choose to use or throw on this goemetry type.Value
message has two different string entries.bool
type and a single Point feature.double
type and a single Point feature.float
type and a single Point feature.int64
type and a single Point feature.sint64
type and a single Point feature.string
type and a single Point feature.uint64
type and a single Point feature.Value
types encoded in the layer and single Feature.The text was updated successfully, but these errors were encountered: