Reproduction steps:
- Create page with mapfrme:
<mapframe text="India (80,20)" width=700 height=400 zoom=3 longitude="0" latitude="0"> { "type": "Feature", "geometry": { "type": "Point", "coordinates": [80,20] } } </mapframe>
- Open mapframe. Coordinates label will be -10.06, 28.13 (coords may be other, see also T160767). Marker will point on India. It's correct.
- Open Google maps link. Map will set on coords -10.06, 28.13. Marker will point on DR Congo (with the same coords). It's not correct.
Tested on test.wikipedia.org (MediaWiki 1.29.0-wmf.16 with different browsers (Firefox 50.0.2, Chrome 57.0.2987.110).