foodoasisla / site

This is a website with a map of food sources in Los Angeles, and list of resources about food deserts and health, published with Jekyll and GitHub Pages.
https://foodoasis.la
MIT License
2 stars 5 forks source link

Update MapBox version for the β€œlocations” page #2

Open first-timers[bot] opened 5 years ago

first-timers[bot] commented 5 years ago

πŸ†•πŸ₯☝ First Timers Only.

This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you πŸ’

About First Timers Only.

πŸ€” What you will need to know.

Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.

πŸ“‹ Step by Step

@@ -9,7 +9,7 @@
 include_footer: false

 stylesheets:
-  - "https://api.tiles.mapbox.com/mapbox-gl-js/v0.48.0/mapbox-gl.css"
+  - "https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.css"
 ---

 <h2><a href="#list-results" id="list-results-title">List Results</a></h2>
@@ -175,7 +175,7 @@ <h1>Oops! We couldn’t find any matching locations.</h1>
 <!-- Jim’s Google Maps API key -->
 <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBP5KxqO9v1sLhXlkrG3vDiDdOJvYLJ0H4"></script>

-<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.48.0/mapbox-gl.js"></script>
+<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.js"></script>

 <script>
    if (!mapboxgl.supported()) {
  1. If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.

  2. You can edit files directly in your browser

πŸ€”β“ Questions

Leave a comment below!

This issue was created by First-Timers-Bot.

alex-andres commented 5 years ago

Hello Jim and the rest of the dev team!

I am eager to start making contributions to open source projects and would like to claim this issue!