geolocation - Show town, village, ... of a city (commune) from YQL -


i want show towns, villages, ... of city woeid yql. can't show result! tried with:

select * geo.places parent_woeid="12680570" select * geo.places admin3.woeid="12680570" select * geo.places in (select * geo.places woeid="12680570") select * geo.places woeid in (select * geo.places woeid="12680570") select name, placetypename, admin3 geo.places content="montichiari" 

but havent't solution!

have got solution?

your yql query wrong. yql query should be:
select * geo.places woeid="12680570"

try out here. link yql console here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -