Page MenuHomePhabricator

ExternalData geoshape does not work in all cases
Closed, DuplicatePublic

Description

Comparing my test maplink (geoshape for France, Germany, Luxembourg, Belgium) and the OSM equivalent (for France) it becomes obvious that the shape of France is not being rendered in the maplink as it should be. For countries with less complex borders than France this issue does not seem to exist, hence this might be related.

Test maplink:

<maplink text="Test" width=300 height=300 zoom=8 latitude=50.073 longitude=4.554>
{
    "type": "ExternalData",
    "service": "geoshape",
    "ids": "Q142,Q183,Q32,Q31",
    "properties": {
      "fill": "#90ee90"
    }
}
</maplink>