Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Handle implied oneway tags

Aperta
#44 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
javascript
Ambito
backend

Direzione di ricerca

Inizia individuando la logica di graph-normalizer che gestisce i tag dei way, in particolare junction e oneway. Riproduci un way con i tag junction=roundabout e oneway: 0; il lavoro è completato quando i way roundabout non vengono emessi come way forward e reverse duplicati e il comportamento è coperto da un test appropriato.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

When the ways have junction=roundabout, that implies that the ways are oneway.

We currently ignore junction tags. Consequently graph-normalizer might output duplicate ways (forward and reverse) for roundabouts, where there should only be a single way.

What should we do when the way we receive has tags oneway: 0 and junction: roundabout ?

@oxidase some matching issues that we have experienced are coming from this bug.

#43 is actually an instance if this bug, so I'm closing the other ticket in favor of this one.

Lingua principale
JavaScript
Stelle
12
Fork
8
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di mapbox/graph-normalizer

Tutte le issue di mapbox/graph-normalizer

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.