Coder Social home page Coder Social logo

Comments (4)

nvkelso avatar nvkelso commented on August 19, 2024

How do we verify this one?

from tileserver.

zerebubuth avatar zerebubuth commented on August 19, 2024

We can query for a layer which depends on another - for example roads being intercut with landuse - for a tile which doesn't yet exist. The previous behaviour was to fetch the "all layers" tile if it existed, but query only the requested layers if it didn't. The behaviour now is to always query all layers.

To test:

  1. Find a tile which hasn't already been rendered, which has a road going through a landuse area. (E.g: 17/49568/68806 in the middle of the Amazon, hasn't been rendered to high probability).
  2. Request only the roads layer, e.g: http://vector.dev.mapzen.com/osm/roads/17/49568/68806.topojson
  3. The result should have roads with landuse_kind properties. The test would fail if these were absent, or you got an HTTP 500 error.

I just tested that, and it passed. To double-check, look at the last-modified time in S3 (https://s3.amazonaws.com/mapzen-tiles-dev-us-east/20151214/fcd98/osm/all/17/49568/68806.json) which is Tue, 15 Dec 2015 18:37:28 GMT, and verify that it has only just been generated.

from tileserver.

zerebubuth avatar zerebubuth commented on August 19, 2024

Verified again, this time with tile 18/88824/141101.

from tileserver.

rmarianski avatar rmarianski commented on August 19, 2024

Verified with: 15/9629/12316.

from tileserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.