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"
Comments
Post a Comment