{ "id": "ObLicConst", "displayName": "INTER - Obrigatoriedade de Lic. de Utilização em Construções Existentes", "description": null, "currentVersion": "4.12", "arcGisPortalAuthentication": null, "hasLayerCatalogs": false, "hasNamedExtents": false, "hasPrintTemplates": true, "hasWorkflows": true, "hasSearchTables": false, "hasWebMaps": false, "hasViewers": true, "hasOverviewMap": false, "hasNorthArrow": true, "hasTimeSliders": false, "hasVirtualDirectory": true, "hasGeocodingEndpoints": false, "hasGeoprocessingEndpoints": false, "hasGeometryEndpoints": true, "hasKmlServiceEndpoint": false, "updateInterval": 0, "timeZoneId": "Etc/UTC", "displayTimeZoneId": null, "dataProvider": null, "defaultCurrency": "EUR", "signInEnabled": true, "signOutEnabled": true, "signOutRedirectUrl": null, "principal": { "isAuthenticated": false, "label": "Guest", "expiry": null, "identities": [ { "authenticationType": "", "isAuthenticated": false, "nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", "roleClaimType": "http://schemas.microsoft.com/ws/2008/06/identity/claims/role", "label": null, "claims": [ { "type": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", "value": "Guest", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:guest", "originalIssuer": "urn:gcx:guest", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category/guest", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:guest", "originalIssuer": "urn:gcx:guest", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category/known", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category/any", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/audience", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/policy", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category", "value": "secure-conversation", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} } ] } ], "policy": { "authenticate": false, "hints": null, "issuers": [ { "displayName": "Município de Leiria", "displayType": "ArcGIS", "type": "ags-oauth2", "hint": null, "urls": { "signIn": "https://geoportal.cm-leiria.pt/MuniSIG/REST/security/signIn?idp_name=urn:gcx:ags:164A1AA8-1E96-415B-BC6F-33636EBD8294" } } ] }, "urls": { "expirationNotice": "https://geoportal.cm-leiria.pt/MuniSIG/REST/security/expirationNotice", "referrer": null, "refresh": null, "signIn": "https://geoportal.cm-leiria.pt/MuniSIG/REST/security/signIn", "signOut": "https://geoportal.cm-leiria.pt/MuniSIG/REST/security/signOut" }, "tokens": { "arcgis": {}, "geocortex": {}, "site": null } }, "properties": [ { "name": "MuniSIGVersion", "value": "10.3.0" } ], "extensions": [{"className":"EsriPT.MuniSIG.Rest.Extension.Configuration.AdvancedSearchConfig","instance":{"SearchList":[{"ID":0,"Nome":"Pesquisar Lugar","Descricao":null,"DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Lugar","Mandatory":true,"FieldType":"TextBox","ComboBoxParameter":{"SelectedTable":"","ValueColumn":"","DescriptiveColumn":"","DistinctValue":true,"SortResults":"","pesqID":"","SQLExpression":""},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":""},"RelationListId":""}],"SearchConditions":[{"Conjunction":"","ColumnName":"toponimia","Operator":"Like","SearchField":0}],"AdvancedQueryExpression":"SELECT TOPONIMIA \r\nFROM GEOLEIRIA.SDE.LUGARES \r\nWHERE TOPONIMIA LIKE %{0}%\r\n","SelectedTable":"GEOLEIRIA.SDE.LUGARES","Columns":"TOPONIMIA","SelectDataColumns":[{"ColumnName":"TOPONIMIA","ColumnType":""}],"QueryRelationField":"toponimia","MapService":"1","MapServiceLayer":"1","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":true,"SetPushPins":true,"ZoomFactor":"10"},{"ID":1,"Nome":"Pesquisar Freguesia e Rua","Descricao":null,"DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Freguesia","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"GEOLEIRIA.SDE.TOPONIMIA_OFICIAL","ValueColumn":"FREGUESIA","DescriptiveColumn":"FREGUESIA","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT FREGUESIA FROM GEOLEIRIA.SDE.TOPONIMIA_OFICIAL ORDER BY FREGUESIA ASC"},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":"undefined"},"RelationListId":""},{"ID":1,"Name":"Rua","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"GEOLEIRIA.SDE.TOPONIMIA_OFICIAL","ValueColumn":"Toponimo","DescriptiveColumn":"Toponimo","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Toponimo FROM GEOLEIRIA.SDE.TOPONIMIA_OFICIAL WHERE freguesia LIKE {0} ORDER BY Toponimo ASC"},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":"undefined"},"RelationListId":"0"}],"SearchConditions":[{"Conjunction":"","ColumnName":"FREGUESIA","Operator":"Equals","SearchField":0},{"Conjunction":"And","ColumnName":"Toponimo","Operator":"Equals","SearchField":1}],"AdvancedQueryExpression":"SELECT OBJECTID, TOPONIMO, FREGUESIA \r\nFROM GEOLEIRIA.SDE.TOPONIMIA_OFICIAL \r\nWHERE FREGUESIA = {0}\r\nAND TOPONIMO = {1}\r\n","SelectedTable":"GEOLEIRIA.SDE.TOPONIMIA_OFICIAL","Columns":"objectid, toponimo, freguesia","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"4","MapServiceLayer":"3","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":true,"SetPushPins":true,"ZoomFactor":"1.25"},{"ID":3,"Nome":"Pesquisar Número de Loteamento","Descricao":null,"DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Loteamento","Mandatory":true,"FieldType":"TextBox","ComboBoxParameter":{"SelectedTable":"","ValueColumn":"","DescriptiveColumn":"","DistinctValue":true,"SortResults":"","pesqID":"","SQLExpression":""},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":""},"RelationListId":""}],"SearchConditions":[{"Conjunction":"","ColumnName":"NUM_LOTEAM","Operator":"Like","SearchField":0}],"AdvancedQueryExpression":"SELECT OBJECTID, NUM_LOTEAM \r\nFROM GEOLEIRIA.SDE.LOTEAMENTOS \r\nWHERE NUM_LOTEAM LIKE %{0}%\r\n","SelectedTable":"GEOLEIRIA.SDE.LOTEAMENTOS_2013","Columns":"objectid, num_loteam","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"22","MapServiceLayer":"36","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":true,"SetPushPins":true,"ZoomFactor":"1.25"},{"ID":4,"Nome":"Pesquisar Número de Processo ","Descricao":null,"DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Tipo","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"GEOLEIRIA.SDE.PROCESSOS","ValueColumn":"CP","DescriptiveColumn":"CP","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT CP FROM GEOLEIRIA.SDE.PROCESSOS ORDER BY CP ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""},{"ID":1,"Name":"Ano","Mandatory":true,"FieldType":"TextBox","ComboBoxParameter":{"SelectedTable":"","ValueColumn":"","DescriptiveColumn":"","DistinctValue":true,"SortResults":"","pesqID":"","SQLExpression":""},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":""},"RelationListId":""},{"ID":2,"Name":"Número","Mandatory":true,"FieldType":"TextBox","ComboBoxParameter":{"SelectedTable":"","ValueColumn":"","DescriptiveColumn":"","DistinctValue":true,"SortResults":"","pesqID":"","SQLExpression":""},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":""},"RelationListId":""}],"SearchConditions":[{"Conjunction":"","ColumnName":"CP","Operator":"Equals","SearchField":0},{"Conjunction":"And","ColumnName":"AP","Operator":"Equals","SearchField":1},{"Conjunction":"And","ColumnName":"NP","Operator":"Equals","SearchField":2}],"AdvancedQueryExpression":"SELECT OBJECTID, CP, AP, NP \r\nFROM GEOLEIRIA.SDE.PROCESSOS \r\nWHERE CP = {0}\r\nAND AP LIKE {1}\r\nAND NP LIKE {2}\r\n","SelectedTable":"GEOLEIRIA.SDE.PROCESSOS","Columns":"objectid, cp, ap, np","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"22","MapServiceLayer":"22","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":true,"SetPushPins":false,"ZoomFactor":"1.25"}]}}] }