[ad_1]
[ad_2]
hi dear friends
can i run this on wordpress – and show the results in a table!? – in a widget – is this possible?
the question is: are we able to run custom code in a widget :: showing the results on the page: can we run code on a OSM-Frontend!?
[out:csv(::id,::type,::lon,::lat,amenity,name,"addr:postcode","addr:city","addr:street","addr:housenumber","contact:website",website,"contact:email")]
[timeout:600];
rel[boundary=administrative][admin_level=6][name="München"] -> .city;
(nwr[amenity=hospital][name](around.city:2000);
nwr[amenity=school][name](around.city:2000);
nwr[amenity=church][name](around.city:2000);
nwr[amenity=childcare][name](around.city:2000);
nwr[amenity=nursing_home][name](around.city:2000););
out center;
well i eagerly need to know that -
btw: i want to let the users perform the around serarch
