martin_st | lbt: Hi, it's me again from 2 years ago :-D What's the state of usernames on OBS containing a dot? I still like to have an account there | 07:37 |
---|---|---|
lbt | no changes - no dots :) | 07:38 |
martin_st | Fun. Can I have an account then that is not connected to my jolla account, that doesn't contain a dot? | 07:39 |
lbt | yes - the community side is not likely to be connected anymore | 07:42 |
lbt | so let me know the username/email you'd like | 07:42 |
martin_st | Ok, sounds good to me. My github-handle for jolla-stuff is zwieberl. I think that would be a good choice for OBS as well | 07:43 |
lbt | ok... email | 07:44 |
lbt | msg if you prefer | 07:44 |
lbt | martin_st: ? | 07:46 |
martin_st | Use donko@posteo.de | 07:46 |
lbt | done - welcome | 07:46 |
martin_st | Thanks a lot! | 07:47 |
martin_st | Works! | 07:48 |
Mister_Magister | rinigus: ping | 10:12 |
poetaster | attah: we're still pretty chatty for not liking chat apps ;) | 10:12 |
poetaster | ahoi Mister_Magister. | 10:12 |
Mister_Magister | poetaster: what | 10:13 |
poetaster | hello :) | 10:15 |
rinigus | Mister_Magister: hi! please ask the question (if there is any) and can reply to it later today, when I get back home | 10:25 |
Mister_Magister | rinigus: is there a way of ending a line with arrow in mapbox? as in when i draw path from point a to b i wanna have the end of line at the point b to be triangle aka arrow. I've thought of solution for it by placing triangle point in points and rotating it correct way | 11:27 |
rinigus | Mister_Magister: let me check | 15:15 |
rinigus | Mister_Magister: from the brief look at the examples (https://docs.mapbox.com/mapbox-gl-js/example/), sounds like adding an icon which would be at the end of the line seems to be the "best" solution | 15:20 |
rinigus | Mister_Magister: https://docs.mapbox.com/mapbox-gl-js/example/animate-point-along-route/ | 15:20 |
rinigus | line doesn't seem to have arrow extension: https://docs.mapbox.com/mapbox-gl-js/style-spec/layers/#line | 15:22 |
Mister_Magister | rinigus: so my idea will be best one? | 15:36 |
rinigus | Mister_Magister: I would have used some icon instead of trying to draw it with geo-lines | 15:40 |
rinigus | ... assuming I understood your idea correctly | 15:40 |
Mister_Magister | ye | 15:42 |
Mister_Magister | rinigus: how do you add pictures? | 18:06 |
Mister_Magister | hmmm | 18:07 |
Mister_Magister | maybe the point along route will be actually better | 18:07 |
Mister_Magister | nah idk how to do it | 18:11 |
rinigus | Mister_Magister: example at https://github.com/rinigus/pure-maps/blob/master/qml/PositionMarker.qml#L93 and below at initIcons | 18:25 |
Mister_Magister | rinigus: but you are using there map.something.something | 18:31 |
Mister_Magister | rinigus: while here you are not https://github.com/rinigus/mapbox-gl-qml/blob/master/app/qml/main.qml | 18:31 |
Mister_Magister | so idk what style is correct, im using the latter | 18:31 |
Mister_Magister | the first one doesn't work for me | 18:32 |
rinigus | Mister_Magister: marker.layers.still is just a string defined at https://github.com/rinigus/pure-maps/blob/master/qml/PositionMarker.qml#L41 . it was just better for me to use that style in pure maps | 18:34 |
Mister_Magister | ooooooh | 18:35 |
Mister_Magister | rinigus: https://paste.opensuse.org/b1ff27aa am i doing something incorrectly? | 18:36 |
Mister_Magister | oh… icon file is not present | 18:45 |
rinigus | Mister_Magister: yeah, that would be a problem :) | 18:47 |
Mister_Magister | rinigus: but code looks okayish? | 18:47 |
rinigus | looking... | 18:48 |
rinigus | Mister_Magister: seems to be fine. I suspect you will want to anchor to the center or something like it | 18:49 |
Mister_Magister | ye | 18:49 |
Mister_Magister | hardest will be assigning individual rotation | 18:50 |
Mister_Magister | rinigus: will addImagePath work with qrc? | 18:53 |
rinigus | Mister_Magister: I hope so - I have a feeling someone tried and I just don't remember how it ended. | 18:54 |
Mister_Magister | so far either the code doesn't work | 18:55 |
Mister_Magister | or it doesn't work with qrc | 18:55 |
rinigus | re rotation: icon-rotate . just have to calculate the angle | 18:55 |
Mister_Magister | rinigus: but individual point has different rotation angle | 18:56 |
Mister_Magister | oh ye it doesn't work with qrc | 18:58 |
Mister_Magister | but finally got it workign | 18:58 |
rinigus | re rotation: so you would have to adjust rotation angle for them separately. as in https://github.com/rinigus/pure-maps/blob/master/qml/PositionMarker.qml#L147 | 18:58 |
rinigus | if you have many points to rotate, check out data-driven styling. not sure how it works, I presume you define some data source and start changing that. but you would have to read up on it | 18:59 |
rinigus | Mister_Magister: did it fail then on qrc? | 19:00 |
Mister_Magister | ye | 19:01 |
Mister_Magister | rinigus: would it work like point labels? | 19:11 |
rinigus | Mister_Magister: "not sure how it works". after that was a speculation / educated guess (see above). hence can't add much to reply to your question | 19:17 |
Mister_Magister | oki | 19:18 |
rinigus | Mister_Magister: but I would go there only if you have many arrows to rotate. if it is few, would have used simpler approach and rotated one by one | 19:20 |
rinigus | in the case of pure maps, it was just one icon that rotates | 19:21 |
Mister_Magister | i have many arrows | 19:22 |
rinigus | Mister_Magister: then check it out and tell later how it works :) | 19:27 |
Mister_Magister | yeee its not easy | 19:27 |
Mister_Magister | mapbox website talks about creting custom style and i don't wanna | 19:27 |
Mister_Magister | and they don't show style source | 19:27 |
x2s | looks like I'm too late for my bluetooth problem, when it comes to the log. Although systemd is allowed to take up to 50M I only get logs from Monday | 19:46 |
x2s | and the only thing I see there is: executing hciattach -d -m /dev/ttyHS0 bcm43xx [...] failed | 19:46 |
x2s | But tomorrow I may get another bt audio device to test with. Otherwise I have to get my car in my living room somehow... | 19:47 |
x2s | .oO( also I hope there will be newer sf devices soon. The battery on my X is getting a bit weak and replacing it is not as easy as it was on the N9 ) | 19:49 |
Mister_Magister | rinigus: screw that | 20:00 |
Mister_Magister | ill add points in loop | 20:00 |
Mister_Magister | yolo | 20:00 |
Mister_Magister | ye got it | 20:04 |
Mister_Magister | rinigus: is there bearing property of a line? | 20:05 |
Mister_Magister | if i could make rotation depend on bearing that would be epic | 20:05 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!