1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00

Open geofeature and geomarker maps on the bounds of their content

This commit is contained in:
jeremy@jermolene.com 2023-05-31 15:43:38 +01:00
parent 4b653c2547
commit e719d56cff
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ title: ui/geofeature
<$geomap
state=<<qualify "$:/state/demo-map">>
startPosition="bounds"
>
<$geolayer json={{!!text}} color={{!!color}}/>
</$geomap>

View File

@ -65,6 +65,7 @@ title: ui/geomarker
<$geomap
state=<<qualify "$:/state/demo-map">>
startPosition="bounds"
>
<$geolayer lat={{!!lat}} long={{!!long}} alt={{!!alt}} color={{!!color}}/>
</$geomap>