Commit 079ae6ac authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza submódulo y quita filtro de ServiceOGC

Omite filtro por accesibilidad para datos de servicios OGC, rematando lo
que faltaba para #47.
parent f21df5ee
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2,10 +2,12 @@ define([
	"dojo/_base/declare"
	, "dojo/_base/lang"
	, "redmic/modules/store/RequestJoiner/AtlasDataImpl"
	, 'templates/FilterServiceOGCForm'
], function(
	declare
	, lang
	, AtlasDataImpl
	, FilterServiceOGCForm
) {

	return declare(null, {
@@ -17,7 +19,11 @@ define([
			this.config = {
				pathProperty: "path",
				pathSeparator: ".",
				_atlasDataTarget: 'atlasData'
				_atlasDataTarget: 'atlasData',

				compositeConfig: {
					template: FilterServiceOGCForm
				}
			};

			lang.mixin(this, this.config, args);
Compare 967dd862 to a1056c32
Original line number Diff line number Diff line
Subproject commit 967dd862f267508bbafcab510559218414cfb927
Subproject commit a1056c322eb18625ec1ec11fed0d8e1e4151af15