OpenStreetMap logo OpenStreetMap

Changeset When Comment
89768957

No, not at all. I only added branding to existing named locations.

This was the query I used.

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“Zaxby's”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “Zaxby's”
node["name"="Zaxby's"][!"brand:wikidata"]({{bbox}});
);
// print results
out body;
>;
out skel qt;