Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
80e14d79
Commit
80e14d79
authored
5 years ago
by
Arjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
location pin change
parent
641feb38
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
18 deletions
+31
-18
home.page.html
src/app/home/home.page.html
+1
-1
nearby.page.html
src/app/nearby/nearby.page.html
+2
-2
nearby.page.scss
src/app/nearby/nearby.page.scss
+4
-1
pin-2.svg
src/assets/pin-2.svg
+17
-0
pin.svg
src/assets/pin.svg
+7
-14
No files found.
src/app/home/home.page.html
View file @
80e14d79
...
...
@@ -137,7 +137,7 @@
<agm-map
[
zoom
]="
20
"
[
latitude
]="
lat
"
[
longitude
]="
lng
"
[
disableDefaultUI
]="
false
"
[
zoomControl
]="
false
"
[
backgroundColor
]="'
rgba
(
29
,
27
,
130
,
0
.
2
)'"
>
<agm-marker
[
latitude
]="
lat
"
[
longitude
]="
lng
"
[
iconUrl
]="
{
url:
'./
assets
/
pin
.
svg
',
url:
'./
assets
/
pin
-2
.
svg
',
scaledSize:
{
width:
28
,
height:
40
...
...
This diff is collapsed.
Click to expand it.
src/app/nearby/nearby.page.html
View file @
80e14d79
...
...
@@ -25,8 +25,8 @@
{
url:
'./
assets
/
pin
.
svg
',
scaledSize:
{
width:
28
,
height:
4
0
width:
100
,
height:
10
0
}}"
></agm-marker>
</agm-map>
<span
class=
"map-pin"
><img
src=
"../../assets/pin.svg"
alt=
""
></span>
...
...
This diff is collapsed.
Click to expand it.
src/app/nearby/nearby.page.scss
View file @
80e14d79
...
...
@@ -14,7 +14,10 @@
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
25px
;
width
:
20px
;
img
{
margin-top
:
-23px
;
}
}
}
.overlay
{
...
...
This diff is collapsed.
Click to expand it.
src/assets/pin-2.svg
0 → 100644
View file @
80e14d79
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"65.564"
height=
"99.014"
viewBox=
"0 0 65.564 99.014"
>
<g
id=
"Group_6"
data-name=
"Group 6"
transform=
"translate(-19.97 0.014)"
>
<g
id=
"Group_5"
data-name=
"Group 5"
transform=
"translate(-2.935 1.022)"
>
<ellipse
id=
"Ellipse_4"
data-name=
"Ellipse 4"
cx=
"17"
cy=
"6"
rx=
"17"
ry=
"6"
transform=
"translate(38.935 85.978)"
fill=
"#b5b5cd"
/>
<ellipse
id=
"Ellipse_6"
data-name=
"Ellipse 6"
cx=
"17"
cy=
"6"
rx=
"17"
ry=
"6"
transform=
"translate(38.935 85.978)"
fill=
"#b5b5cd"
/>
</g>
<g
id=
"Group_2"
data-name=
"Group 2"
transform=
"translate(3 -3)"
>
<circle
id=
"Ellipse_1"
data-name=
"Ellipse 1"
cx=
"24.5"
cy=
"24.5"
r=
"24.5"
transform=
"translate(25 11)"
fill=
"#fff"
/>
<g
id=
"pin"
transform=
"translate(-0.222 -0.104)"
>
<path
id=
"Path_1"
data-name=
"Path 1"
d=
"M49.8,96.9c-3.7-4.7-7.4-9.2-10.9-13.9A147.669,147.669,0,0,1,22.5,56.1a55.361,55.361,0,0,1-4.9-15.4,31.919,31.919,0,0,1,7.4-26A31.406,31.406,0,0,1,44.9,3.5,32.726,32.726,0,0,1,82,28.8c1.6,7.1.5,13.9-1.8,20.7A111.792,111.792,0,0,1,67.3,74.2,205.417,205.417,0,0,1,50.7,96,3.74,3.74,0,0,1,49.8,96.9Zm.3-84.6a23.475,23.475,0,1,0,16.66,6.911A23.6,23.6,0,0,0,50.1,12.3Z"
fill=
"#242052"
/>
<g
id=
"Group_1"
data-name=
"Group 1"
>
<path
id=
"Path_2"
data-name=
"Path 2"
d=
"M33.3,45.1V25.6L50,16.1l4.7,2.2L37.6,28l-.1,14.6,12.6,7,12.4-6.9-.2-9.4-7.9,4.5v6.1L50.7,46l-9.4-5.1V29.7l16.2-9.2,4.7,2.2L45.5,32.2v6.1L50.1,41l.1-5.7,16.5-9.4V45.1L50.1,54.5Z"
fill=
"#c9974d"
/>
</g>
</g>
</g>
</g>
</svg>
This diff is collapsed.
Click to expand it.
src/assets/pin.svg
View file @
80e14d79
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"65.533"
height=
"99"
viewBox=
"0 0 65.533 99"
>
<g
id=
"Group_6"
data-name=
"Group 6"
transform=
"translate(-20 0)"
>
<g
id=
"Group_5"
data-name=
"Group 5"
transform=
"translate(-2.935 1.022)"
>
<ellipse
id=
"Ellipse_4"
data-name=
"Ellipse 4"
cx=
"17"
cy=
"6"
rx=
"17"
ry=
"6"
transform=
"translate(38.935 85.978)"
fill=
"#b5b5cd"
/>
<ellipse
id=
"Ellipse_6"
data-name=
"Ellipse 6"
cx=
"17"
cy=
"6"
rx=
"17"
ry=
"6"
transform=
"translate(38.935 85.978)"
fill=
"#b5b5cd"
/>
</g>
<g
id=
"Group_2"
data-name=
"Group 2"
transform=
"translate(3 -3)"
>
<circle
id=
"Ellipse_1"
data-name=
"Ellipse 1"
cx=
"24.5"
cy=
"24.5"
r=
"24.5"
transform=
"translate(25 11)"
fill=
"#fff"
/>
<g
id=
"pin"
transform=
"translate(-0.222 -0.104)"
>
<path
id=
"Path_1"
data-name=
"Path 1"
d=
"M49.8,96.9c-3.7-4.7-7.4-9.2-10.9-13.9A147.669,147.669,0,0,1,22.5,56.1a55.361,55.361,0,0,1-4.9-15.4,31.919,31.919,0,0,1,7.4-26A31.406,31.406,0,0,1,44.9,3.5,32.726,32.726,0,0,1,82,28.8c1.6,7.1.5,13.9-1.8,20.7A111.792,111.792,0,0,1,67.3,74.2,205.419,205.419,0,0,1,50.7,96,3.74,3.74,0,0,1,49.8,96.9Zm.3-84.6A23.6,23.6,0,1,0,73.6,35.9,23.475,23.475,0,0,0,50.1,12.3Z"
fill=
"#242052"
/>
<g
id=
"Group_1"
data-name=
"Group 1"
>
<path
id=
"Path_2"
data-name=
"Path 2"
d=
"M33.3,45.1V25.6L50,16.1l4.7,2.2L37.6,28l-.1,14.6,12.6,7,12.4-6.9-.2-9.4-7.9,4.5v6.1L50.7,46l-9.4-5.1V29.7l16.2-9.2,4.7,2.2L45.5,32.2v6.1L50.1,41l.1-5.7,16.5-9.4V45.1L50.1,54.5Z"
fill=
"#c9974d"
/>
</g>
</g>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"50"
viewBox=
"0 0 24 50"
>
<g
id=
"Group_1"
data-name=
"Group 1"
transform=
"translate(-38)"
>
<path
id=
"Path_1"
data-name=
"Path 1"
d=
"M0,0H24V50H0Z"
transform=
"translate(38)"
fill=
"#fff"
opacity=
"0"
/>
<g
id=
"pin_1_"
data-name=
"pin (1)"
transform=
"translate(38)"
>
<line
id=
"Line_1"
data-name=
"Line 1"
y2=
"25"
transform=
"translate(12 24)"
fill=
"none"
stroke=
"#556080"
stroke-linecap=
"round"
stroke-miterlimit=
"10"
stroke-width=
"2"
/>
<circle
id=
"Ellipse_1"
data-name=
"Ellipse 1"
cx=
"12"
cy=
"12"
r=
"12"
fill=
"#242052"
/>
<ellipse
id=
"Ellipse_2"
data-name=
"Ellipse 2"
cx=
"3"
cy=
"2.5"
rx=
"3"
ry=
"2.5"
transform=
"translate(5 6)"
fill=
"#3d3873"
/>
</g>
</g>
</svg>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment