I am trialing the geospatial plugin. I can get a world map to show with a geomarker at the correct lat & long.
However, if I specify a zoom level, the map always seems to display at zoom level 0
ViewTemplate code is
<$list filter="[<currentTab>caption[Map]]" >
<$geomap state="$:/TLS/MapState" >
<$geolayer
lat=<<parentLatitude>>
long=<<parentLongitude>>
alt=0
zoom=16
/>
</$geomap>
</$list>
The two coord variables are correctly set cause I can simply zoom in, 16 times, to see the map I want. However, the specified zoom parameter on the geomap call seems to be ignored.
I have tried quoting the zoom value, ie, “16”, seems to make no difference
If I set the zoom field on the state tiddler before rendering the map, then the map just shows blank.
Anyone got any clues?
@EricShulman, I am also trying your plugin but am having difficulties showing any map. But persevering…
bobj