Trying to figure out why venue keeps showing up in the wrong place

Hi all,

I’m volunteering for a city council campaign in Oakland, CA. We’re using Action Network, which uses OpenStreetMaps for events. But for this campaign kickoff event (happening this Saturday), the placement on the map is incorrect: https://actionnetwork.org/events/pam-harris-for-city-council-kickoff-party

I’ve gone into OpenStreetMaps and put in the actual restaurant as a point on the map. And I’ve checked the location where the point is currently (not the actual restaurant’s location) and I don’t see any point there that I can edit.

Any tips?

I don’t know how to check answers to this, so could you email me at mara.schechter@gmail.com?

Thank you!!

Hello,

(waring technical analysis) you add in the function https://actionnetwork.org/widgets/v3/event/pam-harris-for-city-council-kickoff-party?format=js&referrer=&source=&style=full&css=whitelabel a address

var address = \"3009 MacArthur Boulevard, Oakland, CA 94602\";
// geocode the address
geocoder.query(address, showMap);

and call the map. The geocoder of map box knows only the coordinates of street.
(end of the technical analysis)

If you use OSM Nominatim https://www.openstreetmap.org/search?query=3009%20MacArthur%20Boulevard%2C%20Oakland%2C%20CA%2094602#map=19/37.79729/-122.20454 you find the node https://www.openstreetmap.org/node/5719257970 (added before 24h).
The map box geocoder don’t use the production database of OSM, he use a copy.
As soon as he is informed of this change, he also shows the correct position.
If you don’t want to wait that long, check the possibility to enter the geocoordinate directly.