Skip to content

Instantly share code, notes, and snippets.

Created February 7, 2018 14:37
Show Gist options
  • Save anonymous/945d1987942ff34fbc53d253c8cd20b3 to your computer and use it in GitHub Desktop.
Save anonymous/945d1987942ff34fbc53d253c8cd20b3 to your computer and use it in GitHub Desktop.
test of GeoMOOSE 3.1 identify with MS4W 3.2.3
<map-source name="international" type="mapserver">
<file>./demo/i18n/utf8_polys.map</file>
<layer name="testing">
<template name="identify"><![CDATA[
<div class="result-item">
<div class="result-title">
Testing
</div>
<b>ID:</b> {{ properties.id }}<br>
<b>NAME:</b> {{ properties.name }}<br>
</div>
]]></template>
</layer>
</map-source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment