From e361c30760aeeda402a989b4d244b87f4adf0161 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Fri, 11 Dec 2015 13:53:47 -0800 Subject: [PATCH 1/2] update plug-in version, remove paths for icons --- add-search-to-a-map.md | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/add-search-to-a-map.md b/add-search-to-a-map.md index c6ab0f0..cdbba74 100644 --- a/add-search-to-a-map.md +++ b/add-search-to-a-map.md @@ -79,8 +79,8 @@ A cascading style sheet (CSS) is used to style a webpage, including layout and f 2. In the `` section, immediately after the lines you added for Leaflet, add references to the geocoder's CSS and JavaScript files. These are also being linked to on a website. ```html - - + + ``` 3. Save your edits and refresh the browser. The webpage should still appear empty because you have not added any code to interact with these references. @@ -95,8 +95,8 @@ After adding these, your index.html file should look something like this. - - + + @@ -192,13 +192,10 @@ So far, you have referenced the necessary files, initialized Leaflet with a map 2. Inside the same ` [...] @@ -259,8 +253,8 @@ You can refer to this HTML if you want to review your work or troubleshoot an er - - + +