Class: module:Query

gmf.objectediting.module:Query.gmf.objectediting.module:Query

new module:Query($http, $q, gmfThemes)

A service that collects all queryable layer nodes from all themes, stores them and use them to make WMS GetFeatureInfo queries. Queries can be made regardless of the associated layer visibility. The layer nodes are also loaded only once.

Parameters:
Name Type Description
$http angular.$http

Angular $http service.

$q angular.$q

Angular $q service.

gmfThemes gmf.theme.Themes

The gmf themes service.