Skip to content

VectorTile.cs displays an error when working in Debug mode #43

Description

@worleywa7

https://github.com/mapbox/vector-tile-cs/blob/master/src/VectorTileReader/VectorTile.cs

When working on getting a Vector Tile data from the api, and after trying to pass the Byte Array data along to the Vector Tile constructor, I noticed the VectorTile has the following error displayed in the variables display whilst debugging:
error CS0103: The name 'Zoom' does not exist in the current context/error CS0103: The name 'TileColumn' does not exist in the current context/error CS0103: The name 'TileRow' does not exist in the current context

I can still use the VectorTile, as I discovered later, but it definitely threw me off when I saw this. Any idea why this is happening?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions