Gvnix: show different controllers on the map -
i have entity actuaciones, controller, , have created new controller same entity:
web mvc scaffold --class ~.web.electricidadcontroller --backingtype ~.domain.actuacion --path electricidad
the idea apply filters on new controller , display on map data filtered.
i edited file views/mapa/show.jspx follows:
<layer:entity filtertype="auto" id="l_es_ratowrs_geoportal2_domain_actuacion" path="/electricidad" pk="id" z="user-managed"> <layer:entity-field field="ubicacion" icon="glyphicon-home" iconlibrary="glyphicon" id="l_es_ratowrs_geoportal2_domain_actuacion_ubicacion" markercolor="purple" z="8fkc5flt7safzyuwuelu4x7zxue="/> </layer:entity>
however, in map filter not shown controller "electricidad", "actuacion".
any ideas?
thank much.
Comments
Post a Comment