Skip to content

Commit

Permalink
clean up index.cshmlt
Browse files Browse the repository at this point in the history
  • Loading branch information
gadael_sedubun committed Aug 6, 2018
1 parent 9d59f4b commit 9675cd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Views/Map/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ViewData["Title"] = "Map";
}
<h2>@ViewData["Title"]</h2>
<!-- <p>@ViewData["Message"]</p> -->
@section HeadScripts{
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
Expand Down Expand Up @@ -63,7 +62,7 @@
polyLines.push([element.latitude, element.longitude]);
if(index===0){
mymap.center = [element.latitude, element.longitude];// (center: [element.fLatitude, element.fLongitude], zoom:13);
mymap.center = [element.latitude, element.longitude];
}
}
Expand Down

0 comments on commit 9675cd3

Please sign in to comment.