Giter VIP home page Giter VIP logo

Comments (1)

lonvia avatar lonvia commented on July 20, 2024

From the chat:

< pnorman> Anyways, that's my guess as to what's happening. Let me dig into 
           the VTs
< pnorman> Yep, confirmed it. The VTs only contain the street and OSM ID 
           information. This means that the only possible place to get the 
           position information is from the VTs. MVTs are a NxN grid of 
           points (typ. N=4096), similar to how raster tiles are a MxM grid 
           of squares (typ. M=256). This means that there is an error in 
           saying where something is based on the VTs
< lonvia> So we should create them with higher resolution?
< pnorman> in particular, the error in meters is 40000000/2^z/N. Looking at 
           the VTs, I guess N to be 512, which puts the error at 20m at z10. 
           z10 is pretty far out, but with fractional zooms, you might be at 
           10.99, and that's a comfortable zoom for metro vancouver for 
           layers where there's only a couple of errors
< pnorman> Two approaches. The first, and easiest, is to increase the 
           resolution (extent) so that the error is < the bounding box buffer.
< pnorman> The right way is to add lat and lon attributes to the points in 
           the VT. This is actually important in the case of the place nodes 
           close layer, where you present two edit links, each of which 
           should go to their own location but doesn't.

from nominatim-data-analyser.

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.