Unable To View Titles In Quickmap

If you are unable to preview title data in Quickmap, there is a workaround available in Quickmap version 8.4.8266 and above. The workaround allows you to open title data in your own browser was added, instead of using the built in Quickmap browser component. To do this, upgrade to Quickmap 8.4.8266 or above and create a text file called Quickmap.config in the Data Directory. Edit the text file and insert the following text:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DocumentOrderingURL" value="http://www.quickmap.co.nz/cgi-bin/dms.cgi"/>
<add key="LogServerURL" value="http://quickmap.co.nz/cgi-bin/qst.cgi"/>
<add key="QuickmapLogoURL" value="http://www.quickmap.co.nz/quickmaplogo.png"/>
<add key="QuickmapWebSiteUrl" value="http://www.quickmap.co.nz"/>
<add key="QuickmapProductsAndDatasetsUrl" value="http://www.quickmap.co.nz/h_products.htm"/>
<add key="AuthoriseTextURL" value="http://www.quickmap.co.nz/authorise.txt"/>
<add key="GoogleHintURL" value="http://www.quickmap.co.nz/google"/>
<add key="QuickmapHelpURL" value="http://www.quickmap.co.nz/qmap_help/"/>
<add key="QuickmapFAQURL" value="http://www.quickmap.co.nz/onlinehelp.htm"/>
<add key="LicenseServerURL" value="http://quickmap.co.nz:80/cgi-bin/qlic_test.cgi"/>
<add key="SalesViewURL" value="http://www.quickmap.co.nz/downloads/servers/salesview.txt"/>
<add key="SurveyViewURL" value="http://www.quickmap.co.nz/surveyview.htm"/>
<add key="SurveyPlansURL" value="http://www.quickmap.co.nz/surveyplans.htm"/>
<add key="SalesViewCSS" value="http://www.quickmap.co.nz/salesview/qmap_css.css"/>
<add key="SalesViewJS" value="http://www.quickmap.co.nz/salesview/qmap_js.js"/>
<add key="SalesViewInfoGif" value="http://www.quickmap.co.nz/salesview/info.gif"/>
<add key="OfflineRegistrationURL" value="http://www.quickmap.co.nz/register.html"/>
<add key="GoogleSalesPalette2URL" value="http://www.quickmap.co.nz/images/palette-2.png"/>
<add key="GoogleSalesPalette4URL" value="http://www.quickmap.co.nz/images/palette-4.png"/>
<add key="TitlePreviewExternalBrowser" value = "true" />
</appSettings>
</configuration>

Note: Specifically it’s the last line that enables Title Preview to open in you own browser. If the file already exists, simply add (or edit) the <add key=”TitlePreviewExternalBrowser” value = “true” /> line to match.

Please like this page:

Comments are closed.