Add the option to create a map with GeoPoints by entering wikidata ids (QID) similar to GeoShapes.
<mapframe text="A geoshape of Alaska" width=300 height=300 zoom=3 longitude=-152.58 latitude=64.01>
{
"type": "ExternalData",
"service": "geoshape",
"ids": "Q797"
}
</mapframe>Acceptance criteria:
- Make property id for the Wikibase location configurable ( currently it's hard coded as P625 )
Tech Review
Set enableGeopoints: true in the config.docker.yaml file.
<mapframe text="Geopoints of Israel and Jerusalem" width="300" height="300" zoom="5" longitude="31.77917" latitude="35.22361" align="center">
{
"type": "ExternalData",
"service": "geopoint",
"ids": "Q1218, Q801"
}
</mapframe>