Skip to content

Commit

Permalink
Iconos y se quita el market de la localización
Browse files Browse the repository at this point in the history
  • Loading branch information
csotomon committed Jun 27, 2016
1 parent c8f3753 commit b921bc4
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 18 deletions.
Binary file modified movil/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified movil/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified movil/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified movil/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified movil/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions web/firebase-debug.log

This file was deleted.

8 changes: 4 additions & 4 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 15
zoom: 11
});

// Try HTML5 geolocation.
Expand All @@ -70,8 +70,8 @@
lng: position.coords.longitude
};

map.setCenter(pos);

map.setCenter(pos);
/*
var marker = new google.maps.Marker({
position: pos,
map: map,
Expand All @@ -83,7 +83,7 @@
});
infowindow.open(map, marker);

*/


}, function() {
Expand Down

0 comments on commit b921bc4

Please sign in to comment.