From fa277fde5b3a9882d2c43ed7c5d8132f46e1351f Mon Sep 17 00:00:00 2001 From: "andrew.wharton" Date: Sat, 24 Oct 2015 09:54:06 -0400 Subject: [PATCH] update iframe map url --- lib/api/events/createEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/events/createEvent.js b/lib/api/events/createEvent.js index be6a4b3..7ac5e64 100644 --- a/lib/api/events/createEvent.js +++ b/lib/api/events/createEvent.js @@ -38,7 +38,7 @@ module.exports = function createEvent(request, reply) { lon: res[0].longitude } }; - doc.event_details.map_url = 'https://maps.google.com/maps?q=' + input.address + ' ' + input.city + ', ' + input.state + ' ' + input.zip + '&hl=es;z=17&output=embed', + doc.event_details.map_url = 'http://maps.google.com/maps?q=' + input.address + ' ' + input.city + ', ' + input.state + ' ' + input.zip + '&hl=es;z=17&output=embed', doc.event_details.contact = { name: input.contact_name, phone: input.contact_phone,