Closed stefan2904 closed 8 years ago
Also move google API key to settings.
@PeterTheOne Your change seems to have broken the map in the lower area of the /join_meetup/ page, which just seems to request https://mitmachen.vanderbellen.at/api/staticmaps///
(probably some missing variables in the template)?
@lutoma sollte jetzt wieder gehn.
@PeterTheOne Now I get https://mitmachen.vanderbellen.at/api/staticmaps/Ottakring//
as URL which also 404s. But maybe it's just the specific event that's broken (https://mitmachen.vanderbellen.at/join_meetup/?datetime=2016-09-03T11:00&location_id=162)
@lutoma this should have fixed the 404 https://github.com/hack4vdb/anthill-backend/commit/a5e59684e9561f62846ff253e58d1317f72a8737#diff-9d38da77220fab881faf29e497ffdaa3R69 ... hmm
@PeterTheOne Changing the regex to api/staticmaps/(?P<city>[\d\w-]+)/(?P<street>[\d\w\W-]*)?/?
seems to work.
@lutoma PR? ^^°
The static Maps next to the Meetups are loaded from Google. Therefore Google knows you are on the site. Is this an issue?
If so: Either: remove Or: Replace with less problematic API Or: Implement loading via server, cache
Followup: check other external resources.