Hi,
I do not understand how to set custom icons for the map plugin locations.
I have my custom icon(s) in c:\Program Files\SCADA\ScadaWeb\wwwroot\plugins\Map\images\
pv-icon-error.png
pv-icon-normal.png
pv-icon-unbound.png
pv-icon-undefined.png
In my view I have:
<Location>
<Name>Test</Name>
<Descr></Descr>
<Icon>pv-icon-{status}</Icon>
<Lat>54.4213</Lat>
<Lon>21.174</Lon>
<StatusCnlNum>0</StatusCnlNum>
<Links>
<Link viewID=”281″ />
</Links>
</Location>
I tried different name schemes in Icon tag (with and without extension), but the map shows only standard markers.
Best regards