Skip to content

A GET request for a Tile with a negative row value is successful #229

@jamesyarrington

Description

@jamesyarrington

To Reproduce:
Send this GET Request:

<Tegola URL>/maps/osm/10/0/-1.pbf

Expected Response:
The server should return 400 Bad Request.

Actual Response:
The Server returns 200 OK.
This is the Tile object (converted using pbf, vector-tile):

VectorTile {
      layers:
       { 'debug-tile-outline':
          VectorTileLayer {
            version: 2,
            name: 'debug-tile-outline',
            extent: 4096,
            length: 1,
            _pbf: [Object],
            _keys: [Array],
            _values: [Array],
            _features: [Array] },
         'debug-tile-center':
          VectorTileLayer {
            version: 2,
            name: 'debug-tile-center',
            extent: 4096,
            length: 1,
            _pbf: [Object],
            _keys: [Array],
            _values: [Array],
            _features: [Array] } } }

I do not know if the debug-tile-outline and debug-tile-center are from the vector-tile converter package, or from Tegola.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions