From 2172091497c40c0a553352a5872f0ca9606c9f48 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 23 Nov 2018 09:47:06 +0100 Subject: [PATCH 1/3] Added section on google maps replacement --- .../blog/2018-11-23-the-emberjs-times-issue-74.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index fc30ddfd05..b6f3b2678a 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: Chris Ng, Amy Lam, Jessica Jordan, the crowd +author: Chris Ng, Amy Lam, Jessica Jordan, Kenneth Larsen, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/23-the-ember-times-issue-74.html" responsive: true @@ -10,7 +10,8 @@ responsive: true Check out these new Ember Data public packages 📦, this week's work by dedicated contributors 💪 to the **Ember Guides**, -chime in on the Ember in VSCode tutorial 💻 +chime in on the Ember in VSCode tutorial 💻, +Improvement to the tutorial 🗺️ --- @@ -32,8 +33,12 @@ If you want to help improve the Guides as well, please be sure to check out the --- -## [SECTION TITLE](#section-url) +## [New and Improved Tutorial 🗺️](https://guides.emberjs.com/release/tutorial/ember-cli/) +One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things you’ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps ment that now you would have to provide credit card information to embed it in your app. + +Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. +Thanks a lot of all of the hard work on this, [@toddjordan](https://github.com/toddjordan) ❤️ --- @@ -96,4 +101,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Amy Lam, Jessica Jordan, the crowd and the Learning Team +Chris Ng, Amy Lam, Jessica Jordan, Kenneth Larsen, the crowd and the Learning Team From b0af5228c765f210793669c8c753354c49455eed Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 23 Nov 2018 12:36:39 +0100 Subject: [PATCH 2/3] Update source/blog/2018-11-23-the-emberjs-times-issue-74.md Co-Authored-By: kennethlarsen --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index b6f3b2678a..a770eda108 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -34,7 +34,7 @@ If you want to help improve the Guides as well, please be sure to check out the --- ## [New and Improved Tutorial 🗺️](https://guides.emberjs.com/release/tutorial/ember-cli/) -One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things you’ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps ment that now you would have to provide credit card information to embed it in your app. +One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things you’ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps meant that now you would have to provide credit card information to embed it in your app. Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. From de8f62b79556223648843c6980a46fbfcd8ac93d Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 23 Nov 2018 12:37:42 +0100 Subject: [PATCH 3/3] Update 2018-11-23-the-emberjs-times-issue-74.md --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index a770eda108..2b1b064e73 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -38,7 +38,7 @@ One of the great ways to learn Ember is by building the `super-rentals` app by f Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. -Thanks a lot of all of the hard work on this, [@toddjordan](https://github.com/toddjordan) ❤️ +Thanks a lot for all of the hard work on this, [@toddjordan](https://github.com/toddjordan) ❤️ ---