Andy Townsend wrote:
> Straying from the point slightly, but what would be really, really nice
> would be a worked example of a way of obtaining wikidata information
> as part of map data processing
There might be another option. Given a hstore database or wikidata column it
would be very easy t
On 28/10/2016 10:51, Sven Geggus wrote:
There might be another option. Given a hstore database or wikidata
column it
would be very easy to build a query_wikidata psql function which will query
wikidata like this:
select query_wikidata(tags->'wikidata') from planet_osm_point where ...;
This wou