Ladsgroup added a comment.

  Thanks @Krinkle for the hint, it was super helpful.
  
  The important thing is that the value that causes this problem is actually a 
valid value: `33°07'23"S, 64°2.10"E"`
  
  After putting var_dump in line 184 of the file. It turned out that the 
problem is when php tries to sum a string and a float.
  
    array(3) { [0]=> float(33) [1]=> string(2) "07" [2]=> string(2) "23" } 
  
  This is fixed in the new version of geo so simply upgrading geo would fix it 
but upgrading the library causes errors in other places: T238931: Wikibase lib 
with datavalues/geo 4.2.0 has a test failure 
<https://phabricator.wikimedia.org/T238931>

TASK DETAIL
  https://phabricator.wikimedia.org/T237067

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Ladsgroup, Addshore, WMDE-leszek, Krinkle, Aklapper, brennen, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to