<p dir="ltr">Doing a little more probing, BPBible Portable handled it well, but they display in different widgets since I built my maps with imp2ld rather than imp2gbs.</p>
<p dir="ltr">I'll probably rebuild using imp2gbs for uniformity.</p>
<p dir="ltr">I know BP isn't maintained. I still recommend it to the Windows users that aren't computer savvy. BPBPortable should work for that purpose.</p>
<p dir="ltr">Thanks everyone!</p>
<br><div class="gmail_quote"><div dir="ltr">On Wed, Mar 15, 2017, 1:26 PM Karl Kleinpaste <<a href="mailto:karl@kleinpaste.org">karl@kleinpaste.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000" class="gmail_msg">
<div class="m_8535036169173278807moz-cite-prefix gmail_msg">On 03/15/2017 03:03 PM, Matt Zabojnik
wrote:<br class="gmail_msg">
</div>
<blockquote type="cite" class="gmail_msg">None of the maps work in BP, all worked in Xiphos
& AndBible during my tests.</blockquote>
<blockquote type="cite" class="gmail_msg">I'm thinking it's a front end issue of some kind.</blockquote>
</div><div bgcolor="#FFFFFF" text="#000000" class="gmail_msg"><font face="FreeSerif" class="gmail_msg"><br class="gmail_msg">
All Xiphos does is request content from the engine with
module.renderText() and paste the result into the HTML widget.<br class="gmail_msg">
<br class="gmail_msg">
Er, well... Adjust that: Pre-pasting, Xiphos analyzes received
content for images in order to impose image resizing if necessary.
But that only adds width/height specifications without altering
the image reference itself.<br class="gmail_msg">
<br class="gmail_msg">
Hmm... Just now gdb'ing Xiphos and watching it get image-including
headers from my NET module, the content returned from renderText()
on the heading entry attribute looks like this:<br class="gmail_msg">
<br class="gmail_msg">
Original content as it appears in module:<br class="gmail_msg">
<img src="/images/netbible.jpg"/><br class="gmail_msg">
<br class="gmail_msg">
As rendered:<br class="gmail_msg">
<img
src=<a class="m_8535036169173278807moz-txt-link-rfc2396E gmail_msg">"file:/home/karl/.sword/modules/texts/rawtext/net//images/netbible.jpg"</a>
border=0 /><br class="gmail_msg">
<br class="gmail_msg">
Note the double '/'. This says that there should be no difference,
as to whether you include the leading '/' or not.<br class="gmail_msg">
<br class="gmail_msg">
I can't say how any of the other frontends deal with images.</font><br class="gmail_msg">
</div>
_______________________________________________<br class="gmail_msg">
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="gmail_msg" target="_blank">sword-devel@crosswire.org</a><br class="gmail_msg">
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" class="gmail_msg" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="gmail_msg">
Instructions to unsubscribe/change your settings at above page</blockquote></div>