User Details
- User Since
- Oct 5 2015, 6:42 PM (479 w, 2 d)
- Roles
- Disabled
- LDAP User
- JGirault
- MediaWiki User
- Unknown
Jun 6 2019
Nov 11 2018
Nov 10 2018
Apr 27 2017
The proposed solution using requestAnimationFrame (or L.Util.requestAnimFrame) works, but I am being careful to not break something. It's gonna require me more testing.
Apr 26 2017
For the record, if Kartographer loads the icons from OOui, it will look like that:
Waiting for a decision on where should the icons' assets live: in OOui, in core, or bundled with the extension...
Excellent
Thanks @Krinkle for the details.
Apr 21 2017
A few notes/comments/suggestions:
Apr 18 2017
I'm not sure this is still a valid bug. I tried in preview mode, tried locally, and couldn't reproduce. @Yurik, can you still reproduce?
Apr 17 2017
T157720 improved the style of attributions
Works now, but I created T163146 to review a couple of things.
This is how it looks now, I'm gonna mark the ticket as resolved. I think it's gotten much better, it's consistent with the new color palette, and there hasn't been any activity for a while.
This works, see example: https://www.mediawiki.org/wiki/Help:Extension:Kartographer#/map/7
This phase seems to be done
Apr 14 2017
Tested after rebase, and it seems to me that all features work . We only need to make CI tests pass.
Apr 13 2017
@Nirzar Looks good
Apr 11 2017
^ This hack is the way to go.
The issue for disabling the pointer events on tile layers in leaflet.js was https://github.com/Leaflet/Leaflet/issues/2396.
Apr 10 2017
I have added some thoughts to the topic:
Apr 7 2017
I see the style guide as the language shared between designers and developers.
Apr 4 2017
@Iniquity what colors did you find, and where? This change should have been done already.
Apr 3 2017
Mar 31 2017
Mar 30 2017
- In all your examples, applying line-height: 1.6; and making a few adjustments to center the text vertically would make the proposals look even nicer .
Ok now only the double click on the maplink still opens the dialog. I think I have to extend ve.ui.Command and run mwMaps through this.model.isEditable...
Mar 29 2017
With this patch:
Mar 28 2017
Mar 27 2017
Mar 22 2017
It seems one way to actually fix it would be:
_:-o-prefocus, .styled-select.js-enabled select { background-color: var( --ss-c-grey-hover ); color: var( --ss-c-grey ); } _:-o-prefocus, .styled-select.js-enabled select:hover { background-color: var( --ss-c-grey-hover ); }
Mar 21 2017
Moving the discussion from the other ticket to this one:
I chose another fix, which is to wrap the number and the symbol + in a DOM element, and force that element to be displayed LTR.
New patch version features:
- Display top 10 item LTR or RTL depending on the language
- Force display of numbers in top 10 in LTR
- Force display of numbers in language dropdown in LTR
Mar 17 2017
@IGW We could do something that smart, but it would require to parse the GeoJSON for markers, which isn't necessarily the simplest thing to do.
Ah, I didn't even notice, thanks a lot @Neil_P._Quinn_WMF ! This will require me a little more work then.
@MaxSem any idea how to fix the failing phpunit tests?
I have issued an upstream patch to the mapbox.js repository, that would fix the issue:
https://github.com/mapbox/mapbox.js/pull/1217
I answered it in the other ticket T160782: Incorrect marker coordinates for outer resources
- Let me explain why this happened. The marker displayed on Google Maps is not the same point as the marker displayed on mapframe. The marker displayed on Google maps corresponds to the center of the mapframe. This is because the url is https://maps.google.com/maps?ll={latitude},{longitude}&q={latitude},{longitude}&hl={language}&t=m&z={zoom}. The marker comes because of the q parameter. If we replace with https://maps.google.com/maps?ll={latitude},{longitude}&hl={language}&t=m&z={zoom}, the map will be displayed with no markers.
- GMaps with marker: https://maps.google.com/maps?ll=-10.14,28.13&q=-10.14,28.13&hl=en&t=m&z=4
- Gmaps without marker: https://maps.google.com/maps?ll=-10.14,28.13&hl=en&t=m&z=4
Mar 16 2017
Simulation with preferred languages = arabic, french, spanish, hebrew