mapbox / search-playground

Geocoding Debugging Tool
https://mapbox.com/search-playground
14 stars 4 forks source link

No Subway Station in autocomplte suggestion #82

Open tcsmoove opened 4 years ago

tcsmoove commented 4 years ago

Context

When I search for a subway station in Paris (ex : Charonne, Pigalle, ...), I have no result. However I do have some information about bus station when I search for "Charonne".

How can I have subway station in autocomplete ?

Charonne https://docs.mapbox.com/search-playground/#{%22url%22:%22%22,%22index%22:%22mapbox.places%22,%22approx%22:true,%22staging%22:false,%22onCountry%22:true,%22onWorldview%22:true,%22onType%22:true,%22onProximity%22:false,%22onBBOX%22:true,%22onLimit%22:true,%22onLanguage%22:true,%22countries%22:[{%22name%22:%22France%22,%22code%22:%22fr%22}],%22worldviews%22:[],%22proximity%22:%22%22,%22typeToggle%22:{%22country%22:false,%22region%22:false,%22district%22:false,%22postcode%22:false,%22locality%22:false,%22place%22:true,%22neighborhood%22:false,%22address%22:true,%22poi%22:true},%22types%22:[%22address%22,%22poi%22,%22place%22],%22bbox%22:%222.2336651389490783,48.76682506586417,2.504513212546186,48.914650142788105%22,%22limit%22:%2210%22,%22autocomplete%22:true,%22languages%22:[{%22code%22:%22fr%22,%22name%22:%22French%22}],%22languageStrict%22:false,%22onDebug%22:false,%22selectedLayer%22:%22%22,%22debugClick%22:{},%22localsearch%22:false,%22routing%22:false,%22query%22:%22charonne%22}

Pigalle https://docs.mapbox.com/search-playground/#{%22url%22:%22%22,%22index%22:%22mapbox.places%22,%22approx%22:true,%22staging%22:false,%22onCountry%22:true,%22onWorldview%22:true,%22onType%22:true,%22onProximity%22:false,%22onBBOX%22:true,%22onLimit%22:true,%22onLanguage%22:true,%22countries%22:[{%22name%22:%22France%22,%22code%22:%22fr%22}],%22worldviews%22:[],%22proximity%22:%22%22,%22typeToggle%22:{%22country%22:false,%22region%22:false,%22district%22:false,%22postcode%22:false,%22locality%22:false,%22place%22:true,%22neighborhood%22:false,%22address%22:true,%22poi%22:true},%22types%22:[%22address%22,%22poi%22,%22place%22],%22bbox%22:%222.2336651389490783,48.76682506586417,2.504513212546186,48.914650142788105%22,%22limit%22:%2210%22,%22autocomplete%22:true,%22languages%22:[{%22code%22:%22fr%22,%22name%22:%22French%22}],%22languageStrict%22:false,%22onDebug%22:false,%22selectedLayer%22:%22%22,%22debugClick%22:{},%22localsearch%22:false,%22routing%22:false,%22query%22:%22pigalle%22}

Thanks in adavance