MapLink

From Wikipedia, the free encyclopedia

<maplink>[edit]

Changing <mapframe> into <maplink> makes map into a clickable link: 37°48′37″N 122°23′58″W

<maplink zoom="13" longitude="-122.39953994750977" latitude="37.81032643553478" />

<maplink> accepts an extra parameter "text" to specify link text instead of the coordinates: click me

<maplink text="click me" zoom="13" longitude="-122.39953994750977" latitude="37.81032643553478" />

<maplink> may contain the same geojson as <mapframe>.