-
Notifications
You must be signed in to change notification settings - Fork 19
Maki icons #112
Maki icons #112
Conversation
|
I'm not sure if
Maybe |
Good point. I've never really used |
|
Current version, fyi :) |
|
@v1r0x do you use the PNGs or SVGs of maki? |
|
Currently PNGs, but we could switch to SVGs if we integrate them using |
|
#118 includes the png icons via bower. Please review |
|
Let’s directly use SVG, as we do not need to support any browser which doesn’t support SVG. Nice on the popup style and icons! Are the icons also available with a slight white border so they differentiate better from the map and when they overlay? |
I think we have to do this by ourselves. Is it possible to add a CSS border to SVG images? |
|
We can add a simple thing via CSS, for example: Of course it would be more elegant to have a true border around the icon form itself, but not sure if that’s easily possible via SVG. And we’re sure as hell not going to touch all the Maki icons. ;D |
|
If it doesn't look ugly I think this would be the best solution. Or if you are bored you can edit all icons :D |
|
I already removed the maki submodule. Best would be to merge master into this branch and add the border mentioned by @jancborchardt , right? |
|
Instead of merging master you could/should rebase this branch on top of master. |
|
Added a class for the marker icons. What do you think? @jancborchardt @Henni |
|
Is there anythink left in this PR? Could you please review it? Any thoughts about the icon background? @jancborchardt @Henni |
|
Large amount of console output: |
|
@Henni the |
|
The api calls aren't part of this PR, are they? |
|
Let's do this then! |
|
Ready to merge? |



This PR is aimed to fix both #13 and #52.
The maki icons are now included as submodule and thus not loaded externally. Also the pink marker has been removed and the icons are displayed without any marker.
What keeps this PR from merging (beside testing and review of course ;)) is a list of useful POIs and then display them depending on a certain zoom level.
This should also replace the current "Places" behaviour in the nav bar. Instead giving the user a list with POIs (which will be done depending on the zoom level) to show the user can disable/enable all POIs at once.
Comments, criticism and opinions are more than welcome :)
cc @jancborchardt @Henni @DJaeger