1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 11:49:44 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer.tid
btheado 9a4aafdb41
Prevent geospatial plugin exception when geomap contains empty geolayer widget (#8484)
* Prevent exception when geomap contains empty geolayer widget

* Convert testcase widget into testcase tiddler
2024-08-30 14:21:46 +01:00

19 lines
569 B
Plaintext

title: $:/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer
description: Map using geolayer without json and lat/long attributes
import: $:/plugins/tiddlywiki/geospatial
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Narrative
Verify exception reported in [[8452|https://github.com/TiddlyWiki/TiddlyWiki5/issues/8452]] is not thrown when the geolayer widget has no attributes
+
title: Output
<$geomap startPosition="bounds">
<$geolayer/>
</$geomap>
+
title: ExpectedResult
<p><div style="width:100%;height:600px;"></div></p>