Hello there,

I am still struggling to display my pictures whose paths are in the
attribute table and would like to display as pictures and not paths.

Currently, only the path of the picture is showing and not the actual
picture.

I have the pictures in the attribute as hyperlinks.

I tried to change the content ftl for my point file to the following
<#list features as feature>
  <b>Type: ${type.name}</b> (id: <em>${feature.fid}</em>):

  <#list feature.attributes as attribute>
    <#if !attribute.isGeometry>
      <br /><b>${attribute.name}</b>: ${attribute.value}

    </#if>
<#list features as feature>
  <li><b>Point of interest, "${feature.NAME.value}"</b>: <br/>
  <img src=" picturepath.value \ ${feature.NAME.value} .jpg">

  </li>
</#list>


The tutorial suggested that  I should refer to my Internet visible server
address instead of localhost, or its IP if I have fixed IPs, I do not
understand this very very well,

hence my struggle with defining the src.
http://docs.geoserver.org/latest/en/user/tutorials/GetFeatureInfo/index.html

Someone please help.

Thank you.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to