Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing Sizes of icon paths #58

Open
jdoan3 opened this issue Sep 4, 2016 · 2 comments
Open

Changing Sizes of icon paths #58

jdoan3 opened this issue Sep 4, 2016 · 2 comments

Comments

@jdoan3
Copy link

jdoan3 commented Sep 4, 2016

I am trying to resize the map_pin since the pin is so large. does any one have a clue how to change these sizes? I looked at the svg and modified the heights/width but I noticed nothing changed in the sizes. I see that Map_Pin has a path set in the .js file, other than that I'm not really sure how I can change the size of the pin. Any help would be great.

@adumskis
Copy link

image
Use scale

@turbobuilt
Copy link

turbobuilt commented Dec 12, 2016

Also you need to edit the map-icons.scss a little bit. This is for .7 scale (I multiplied original values of width and height and font-size by .7)

.map-icon-label .map-icon {
	display: block;
	font-size: 17px;
	color: #FFFFFF;
	width: 33.6px;
	line-height: 33.6px;
	text-align: center;
	white-space: nowrap;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants