diff --git a/src/app/assets/icons/LogoDados1.svg b/src/app/assets/icons/LogoDados1.svg index f94b650..7c618d5 100644 --- a/src/app/assets/icons/LogoDados1.svg +++ b/src/app/assets/icons/LogoDados1.svg @@ -1,351 +1,530 @@ + viewBox="0 0 199.12 141.73" style="enable-background:new 0 0 199.12 141.73;" xml:space="preserve"> - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/assets/icons/splash.png b/src/app/assets/icons/splash.png index f5f81d6..a558e6c 100644 Binary files a/src/app/assets/icons/splash.png and b/src/app/assets/icons/splash.png differ diff --git a/src/app/components/map/LeafLetMap.js b/src/app/components/map/LeafLetMap.js index e2307f2..647e89f 100644 --- a/src/app/components/map/LeafLetMap.js +++ b/src/app/components/map/LeafLetMap.js @@ -78,7 +78,7 @@ async function insertMarker(mapRef, ID, coordinate, icon) { var customIcon = L.divIcon({ className: 'marker-class', html: \`${icon}\`, - iconSize: 70 + iconAnchor: [30, 78], }); // Check if there is no other marker with same ID already in map if (!(${ID} in markers)) { diff --git a/src/app/screens/LoginScreen.js b/src/app/screens/LoginScreen.js index ef51d79..b2c2e0f 100644 --- a/src/app/screens/LoginScreen.js +++ b/src/app/screens/LoginScreen.js @@ -131,7 +131,7 @@ export default function LoginScreen(props) {