├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ └── bug_report.md ├── codeql │ └── codeql-config.yml └── workflows │ ├── codeql.yml │ ├── dependency-review.yml │ ├── geoportal-maven-build.yml │ └── geoportal-maven-daily-build.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── NOTICE.txt ├── README.md ├── components ├── CswClient │ ├── ArcMap │ │ └── LICENSE.txt │ ├── CswProfiles │ │ ├── AGSSearch_GetRecordByID_Response.xslt │ │ ├── AGSSearch_GetRecords_Request.xslt │ │ ├── AGSSearch_GetRecords_Response.xslt │ │ ├── ArcgisOnline_GetRecordByID_Response.xslt │ │ ├── ArcgisOnline_GetRecords_Request.xslt │ │ ├── ArcgisOnline_GetRecords_Response.xslt │ │ ├── CSWCatalogs.xml │ │ ├── CSWProfiles.xml │ │ ├── CSW_2.0.0_EBRIM_IONIC_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.0_EBRIM_IONIC_GetRecords_Request.xslt │ │ ├── CSW_2.0.0_EBRIM_IONIC_GetRecords_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_COMPUSULT_WES9_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_COMPUSULT_WES9_GetRecords_Request.xslt │ │ ├── CSW_2.0.0_OGCCORE_COMPUSULT_WES9_GetRecords_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.1_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.1_GetRecords_Request.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.1_GetRecords_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_GetRecords_Request.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_GetRecords_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_POST_SP2_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Request.xslt │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Response.xslt │ │ ├── CSW_2.0.1_EBRIM_ESRI_9.2_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.1_EBRIM_ESRI_9.2_GetRecords_Request.xslt │ │ ├── CSW_2.0.1_EBRIM_ESRI_9.2_GetRecords_Response.xslt │ │ ├── CSW_2.0.1_EBRIM_GeoNetwork_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.1_EBRIM_GeoNetwork_GetRecords_Request.xslt │ │ ├── CSW_2.0.1_EBRIM_GeoNetwork_GetRecords_Response.xslt │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_GetRecords_Request.xslt │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_GetRecords_Response.xslt │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_POST_SP2_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Request.xslt │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Response.xslt │ │ ├── CSW_2.0.1_OGCCORE_GeoNetwork_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.1_OGCCORE_GeoNetwork_GetRecords_Request.xslt │ │ ├── CSW_2.0.1_OGCCORE_GeoNetwork_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_APISO_GICAT_GetRecordById_Response.xslt │ │ ├── CSW_2.0.2_APISO_GICAT_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_APISO_GICAT_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_APISO_GeoNetwork_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_APISO_GeoNetwork_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_APISO_GeoNetwork_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_APISO_NASA_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_APISO_NASA_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_APISO_NASA_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_APISO_pycsw_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_APISO_pycsw_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_APISO_pycsw_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_APISO_terracatalog_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_APISO_terracatalog_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_APISO_terracatalog_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_EBRIM_OWS6_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_EBRIM_OWS6_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_EBRIM_OWS6_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_DataGov_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_DataGov_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_OGCCORE_DataGov_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_ESRI_9.3_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_ESRI_9.3_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_OGCCORE_ESRI_9.3_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_ESRI_GPT_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_ESRI_GPT_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_OGCCORE_ESRI_GPT_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecords_Reqeuest.xslt │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_SRU_GetRecordByID_Response.xslt │ │ ├── CSW_2.0.2_OGCCORE_SRU_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_OGCCORE_SRU_GetRecords_Response.xslt │ │ ├── CSW_2.0.2_OGCISOAP_ESRI_GPT10_GetRecordById_Response.xslt │ │ ├── CSW_2.0.2_OGCISOAP_ESRI_GPT10_GetRecords_Request.xslt │ │ ├── CSW_2.0.2_OGCISOAP_ESRI_GPT10_GetRecords_Response.xslt │ │ ├── CSW_CORE_ESRI_GetRecordByID_Response.xslt │ │ ├── CSW_CORE_ESRI_GetRecords_Request.xslt │ │ ├── CSW_CORE_ESRI_GetRecords_Response.xslt │ │ ├── GptXslSearchProfiles.xml │ │ ├── GptXslSearchProfiles.xsd │ │ ├── OpenSearchXmlParams_1.0_GetRecords_Request.xslt │ │ ├── SharePointSearch_GetRecordByID_Response.xslt │ │ ├── SharePointSearch_GetRecords_Request.xslt │ │ ├── SharePointSearch_GetRecords_Response.xslt │ │ ├── YouTubeSearch_GetRecordByID_Response.xslt │ │ ├── YouTubeSearch_GetRecords_Request.xslt │ │ ├── YouTubeSearch_GetRecords_Response.xslt │ │ ├── metadata_to_html_full.xsl │ │ └── xml_prepare.xslt │ ├── Pro │ │ ├── CswClient │ │ │ ├── .editorconfig │ │ │ ├── AppLogger │ │ │ │ └── AppLogger.cs │ │ │ ├── Common │ │ │ │ ├── BoundingBox.cs │ │ │ │ ├── CswCatalog.cs │ │ │ │ ├── CswCatalogCapabilities.cs │ │ │ │ ├── CswCatalogs.cs │ │ │ │ ├── CswClient.cs │ │ │ │ ├── CswManager.cs │ │ │ │ ├── CswObjects.cs │ │ │ │ ├── CswProfile.cs │ │ │ │ ├── CswProfiles.cs │ │ │ │ ├── CswRecord.cs │ │ │ │ ├── CswRecords.cs │ │ │ │ ├── CswSearchCriteria.cs │ │ │ │ ├── CswSearchRequest.cs │ │ │ │ ├── CswSearchResponse.cs │ │ │ │ ├── DcList.cs │ │ │ │ ├── Envelope.cs │ │ │ │ ├── FeatureCollection.cs │ │ │ │ ├── MapServiceInfo.cs │ │ │ │ ├── PromptCredentials.Designer.cs │ │ │ │ ├── PromptCredentials.cs │ │ │ │ ├── PromptCredentials.resx │ │ │ │ ├── Resources.Designer.cs │ │ │ │ ├── Resources.resx │ │ │ │ └── Utils.cs │ │ │ ├── Config.daml │ │ │ ├── Config │ │ │ │ ├── CswClient.properties │ │ │ │ └── profiles │ │ │ │ │ ├── AGSSearch_GetRecordByID_Response.xslt │ │ │ │ │ ├── AGSSearch_GetRecords_Request.xslt │ │ │ │ │ ├── AGSSearch_GetRecords_Response.xslt │ │ │ │ │ ├── ArcgisOnline_GetRecordByID_Response.xslt │ │ │ │ │ ├── ArcgisOnline_GetRecords_Request.xslt │ │ │ │ │ ├── ArcgisOnline_GetRecords_Response.xslt │ │ │ │ │ ├── CSWCatalogs.xml │ │ │ │ │ ├── CSWProfiles.xml │ │ │ │ │ ├── CSW_2.0.0_EBRIM_IONIC_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_EBRIM_IONIC_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.0_EBRIM_IONIC_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_COMPUSULT_WES9_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_COMPUSULT_WES9_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_COMPUSULT_WES9_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.1_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.1_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.1_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_POST_SP2_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.0_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_EBRIM_ESRI_9.2_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_EBRIM_ESRI_9.2_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.1_EBRIM_ESRI_9.2_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_EBRIM_GeoNetwork_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_EBRIM_GeoNetwork_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.1_EBRIM_GeoNetwork_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_POST_SP2_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_ESRI_9.2_POST_SP2_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_GeoNetwork_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_GeoNetwork_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.1_OGCCORE_GeoNetwork_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_GICAT_GetRecordById_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_GICAT_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_GICAT_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_GeoNetwork_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_GeoNetwork_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_GeoNetwork_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_NASA_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_NASA_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_NASA_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_pycsw_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_pycsw_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_pycsw_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_terracatalog_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_terracatalog_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_APISO_terracatalog_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_EBRIM_OWS6_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_EBRIM_OWS6_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_EBRIM_OWS6_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_DataGov_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_DataGov_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_DataGov_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_ESRI_9.3_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_ESRI_9.3_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_ESRI_9.3_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_ESRI_GPT_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_ESRI_GPT_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_ESRI_GPT_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecords_Reqeuest.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_EXCAT_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_SRU_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_SRU_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCCORE_SRU_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCISOAP_ESRI_GPT10_GetRecordById_Response.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCISOAP_ESRI_GPT10_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_2.0.2_OGCISOAP_ESRI_GPT10_GetRecords_Response.xslt │ │ │ │ │ ├── CSW_CORE_ESRI_GetRecordByID_Response.xslt │ │ │ │ │ ├── CSW_CORE_ESRI_GetRecords_Request.xslt │ │ │ │ │ ├── CSW_CORE_ESRI_GetRecords_Response.xslt │ │ │ │ │ ├── GptXslSearchProfiles.xml │ │ │ │ │ ├── GptXslSearchProfiles.xsd │ │ │ │ │ ├── OGCAPIRecords_GetRecordByID_Response.xslt │ │ │ │ │ ├── OGCAPIRecords_GetRecords_Response.xslt │ │ │ │ │ ├── OpenSearchXmlParams_1.0_GetRecords_Request.xslt │ │ │ │ │ ├── SharePointSearch_GetRecordByID_Response.xslt │ │ │ │ │ ├── SharePointSearch_GetRecords_Request.xslt │ │ │ │ │ ├── SharePointSearch_GetRecords_Response.xslt │ │ │ │ │ ├── YouTubeSearch_GetRecordByID_Response.xslt │ │ │ │ │ ├── YouTubeSearch_GetRecords_Request.xslt │ │ │ │ │ ├── YouTubeSearch_GetRecords_Response.xslt │ │ │ │ │ ├── metadata_to_html_full.xsl │ │ │ │ │ └── xml_prepare.xslt │ │ │ ├── CswClient.csproj │ │ │ ├── CswClient.properties │ │ │ ├── CswClient.sln │ │ │ ├── DarkImages │ │ │ │ ├── AddInDesktop16.png │ │ │ │ └── AddInDesktop32.png │ │ │ ├── Dockpane1.xaml │ │ │ ├── Dockpane1.xaml.cs │ │ │ ├── Dockpane1ViewModel.cs │ │ │ ├── Form1.Designer.cs │ │ │ ├── Form1.cs │ │ │ ├── Form1.resx │ │ │ ├── GlobalSuppressions.cs │ │ │ ├── Images │ │ │ │ ├── AddInDesktop16.png │ │ │ │ ├── AddInDesktop32.png │ │ │ │ ├── CswClientButton.png │ │ │ │ ├── CswClientButton_d.png │ │ │ │ ├── CswClientDockableWindow.png │ │ │ │ ├── CswSearch.png │ │ │ │ ├── ViewMetadata.ico │ │ │ │ ├── delete.gif │ │ │ │ ├── display_footprint.bmp │ │ │ │ ├── favicon.ico │ │ │ │ ├── hideAll.gif │ │ │ │ ├── metadata_addToMap.gif │ │ │ │ ├── metadata_download.gif │ │ │ │ ├── metadata_view.gif │ │ │ │ ├── new.gif │ │ │ │ ├── open.gif │ │ │ │ ├── save.gif │ │ │ │ ├── showAll.gif │ │ │ │ └── zoom_to_footprint.bmp │ │ │ ├── Module1.cs │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── Resources.Designer.cs │ │ │ │ ├── Resources.resx │ │ │ │ ├── Settings.Designer.cs │ │ │ │ └── Settings.settings │ │ │ ├── SearchResult.cs │ │ │ ├── SearchResultItem.cs │ │ │ ├── Security │ │ │ │ └── ClientCertRequest.cs │ │ │ ├── StringResources.Designer.cs │ │ │ ├── StringResources.resx │ │ │ ├── StringResources1.Designer.cs │ │ │ └── metadata_view.gif │ │ ├── LICENSE.txt │ │ └── released │ │ │ └── 1.0.0 │ │ │ └── CswClient.esriAddinX │ └── README.md └── GeoportalSearch │ ├── ExperienceBuilder │ └── GeoportalSearch │ │ ├── config.json │ │ ├── icon.svg │ │ ├── manifest.json │ │ ├── package-lock.json │ │ ├── package.json │ │ └── src │ │ ├── config.ts │ │ ├── runtime │ │ ├── images │ │ │ └── placeholder_project120x80.png │ │ └── widget.tsx │ │ └── setting │ │ ├── select-target.tsx │ │ ├── setting.css │ │ └── setting.tsx │ └── WebAppBuilder │ ├── AddToMap │ ├── LayerLoader.js │ ├── Widget.js │ ├── css │ │ ├── images │ │ │ └── button_bg_orange.gif │ │ └── style.css │ ├── images │ │ ├── ContentType_application.png │ │ ├── ContentType_clearinghouse.png │ │ ├── ContentType_document.png │ │ ├── ContentType_downloadableData.png │ │ ├── ContentType_geographicActivities.png │ │ ├── ContentType_geographicService.png │ │ ├── ContentType_liveData.png │ │ ├── ContentType_mapFiles.png │ │ ├── ContentType_offlineData.png │ │ ├── ContentType_staticMapImage.png │ │ ├── ContentType_unknown.png │ │ └── icon.png │ ├── manifest.json │ └── nls │ │ └── strings.js │ ├── CreateWebmap │ ├── Widget.html │ ├── Widget.js │ ├── config.json │ ├── css │ │ └── style.css │ ├── images │ │ └── icon.png │ ├── manifest.json │ ├── nls │ │ ├── ar │ │ │ └── strings.js │ │ ├── cs │ │ │ └── strings.js │ │ ├── da │ │ │ └── strings.js │ │ ├── de │ │ │ └── strings.js │ │ ├── el │ │ │ └── strings.js │ │ ├── es │ │ │ └── strings.js │ │ ├── et │ │ │ └── strings.js │ │ ├── fi │ │ │ └── strings.js │ │ ├── fr │ │ │ └── strings.js │ │ ├── he │ │ │ └── strings.js │ │ ├── it │ │ │ └── strings.js │ │ ├── ja │ │ │ └── strings.js │ │ ├── ko │ │ │ └── strings.js │ │ ├── lt │ │ │ └── strings.js │ │ ├── lv │ │ │ └── strings.js │ │ ├── nb │ │ │ └── strings.js │ │ ├── nl │ │ │ └── strings.js │ │ ├── pl │ │ │ └── strings.js │ │ ├── pt-br │ │ │ └── strings.js │ │ ├── pt-pt │ │ │ └── strings.js │ │ ├── ro │ │ │ └── strings.js │ │ ├── ru │ │ │ └── strings.js │ │ ├── strings.js │ │ ├── sv │ │ │ └── strings.js │ │ ├── th │ │ │ └── strings.js │ │ ├── tr │ │ │ └── strings.js │ │ ├── vi │ │ │ └── strings.js │ │ ├── zh-cn │ │ │ └── strings.js │ │ └── zh-tw │ │ │ └── strings.js │ └── setting │ │ ├── Setting.html │ │ ├── Setting.js │ │ ├── css │ │ └── style.css │ │ └── nls │ │ └── strings.js │ ├── FromContext │ ├── Widget.html │ ├── Widget.js │ ├── Widget_org.html │ ├── Widget_views.html │ ├── common │ │ ├── LayerFactory.js │ │ ├── LinksProcessor.js │ │ ├── List.js │ │ └── wcs.not │ │ │ ├── BaseRasterLayer.js │ │ │ ├── Raster.js │ │ │ ├── StretchFilter.js │ │ │ ├── Tiff.js │ │ │ ├── WCSConnection.js.not │ │ │ ├── WCSCoverageDescription.js.not │ │ │ ├── WCSHandlerMixin.js │ │ │ └── WCSLayer.js.not │ ├── config.json │ ├── css │ │ └── style.css │ ├── images │ │ └── icon.png │ ├── manifest.json │ ├── nls │ │ └── strings.js │ └── views │ │ ├── OpenPane.html │ │ ├── OpenPane.js │ │ ├── SaveAsPane.html │ │ └── SaveAsPane.js │ ├── GeoportalSearch │ ├── README.md │ ├── Widget.html │ ├── Widget.js │ ├── common │ │ ├── FootprintsGenerator.js │ │ ├── LayerFactory.js │ │ ├── LayerLoader.js │ │ ├── LinksProcessor.js │ │ ├── List.js │ │ ├── Paginator.js │ │ ├── Query.js │ │ ├── QueryTask.js │ │ ├── ResourceHandler.js │ │ ├── ResourceLinkBuilder.js │ │ ├── Util.js │ │ └── WebmapProcessor.js │ ├── config.json │ ├── css │ │ ├── images │ │ │ └── button_bg_orange.gif │ │ └── style.css │ ├── images │ │ ├── ContentType_application.png │ │ ├── ContentType_clearinghouse.png │ │ ├── ContentType_document.png │ │ ├── ContentType_downloadableData.png │ │ ├── ContentType_geographicActivities.png │ │ ├── ContentType_geographicService.png │ │ ├── ContentType_liveData.png │ │ ├── ContentType_mapFiles.png │ │ ├── ContentType_offlineData.png │ │ ├── ContentType_staticMapImage.png │ │ ├── ContentType_unknown.png │ │ └── icon.png │ ├── manifest.json │ ├── nls │ │ └── strings.js │ ├── setting │ │ ├── Setting.html │ │ ├── Setting.js │ │ ├── css │ │ │ ├── images │ │ │ │ ├── add.png │ │ │ │ └── help.png │ │ │ └── style.css │ │ └── nls │ │ │ └── strings.js │ └── views │ │ ├── Record.html │ │ ├── Record.js │ │ ├── RecordContentType.html │ │ ├── RecordContentType.js │ │ ├── RecordInfo.html │ │ ├── RecordInfo.js │ │ ├── RecordLink.html │ │ ├── RecordLink.js │ │ ├── RecordServiceLink.html │ │ ├── RecordServiceLink.js │ │ ├── ResultsPane.html │ │ ├── ResultsPane.js │ │ ├── SearchPane.html │ │ └── SearchPane.js │ ├── Readme.txt │ └── WebmapOGCConvert │ ├── Widget.html │ ├── Widget.js │ ├── config.json │ ├── css │ └── style.css │ ├── images │ └── icon.png │ ├── manifest.json │ ├── nls │ ├── ar │ │ └── strings.js │ ├── cs │ │ └── strings.js │ ├── da │ │ └── strings.js │ ├── de │ │ └── strings.js │ ├── el │ │ └── strings.js │ ├── es │ │ └── strings.js │ ├── et │ │ └── strings.js │ ├── fi │ │ └── strings.js │ ├── fr │ │ └── strings.js │ ├── he │ │ └── strings.js │ ├── it │ │ └── strings.js │ ├── ja │ │ └── strings.js │ ├── ko │ │ └── strings.js │ ├── lt │ │ └── strings.js │ ├── lv │ │ └── strings.js │ ├── nb │ │ └── strings.js │ ├── nl │ │ └── strings.js │ ├── pl │ │ └── strings.js │ ├── pt-br │ │ └── strings.js │ ├── pt-pt │ │ └── strings.js │ ├── ro │ │ └── strings.js │ ├── ru │ │ └── strings.js │ ├── strings.js │ ├── sv │ │ └── strings.js │ ├── th │ │ └── strings.js │ ├── tr │ │ └── strings.js │ ├── vi │ │ └── strings.js │ ├── zh-cn │ │ └── strings.js │ └── zh-tw │ │ └── strings.js │ ├── readme.md │ └── setting │ ├── Setting.html │ ├── Setting.js │ ├── css │ └── style.css │ └── nls │ └── strings.js ├── contrib ├── Publish2REST.PY └── metadatacli_dev.sh ├── docker ├── NOTES.txt ├── README.md ├── docker-compose.yml └── gpt_stack │ └── geoportal │ ├── Dockerfile │ └── config │ ├── es_logging.yml │ ├── geoportal │ ├── authentication-keycloak.xml │ └── authentication-simple.xml │ ├── harvester │ └── authentication-simple.xml │ └── tomcat-users.xml ├── geoportal-search ├── pom.xml └── src │ └── main │ ├── java │ └── com │ │ └── esri │ │ └── geoportal │ │ └── search │ │ ├── CswService.java │ │ ├── OGCRecordsService.java │ │ ├── OpensearchService.java │ │ ├── SearchRequest.java │ │ └── test │ │ ├── HttpServletRequestFacade.java │ │ ├── HttpServletRequestImpl.java │ │ └── TestSearch.java │ ├── resources │ ├── gs │ │ ├── all.js │ │ ├── atom │ │ │ └── atom-model.js │ │ ├── base │ │ │ ├── Request.js │ │ │ ├── Response.js │ │ │ ├── SearchResult.js │ │ │ ├── StringBuilder.js │ │ │ ├── Task.js │ │ │ ├── Uris.js │ │ │ ├── Val.js │ │ │ ├── XmlBuilder.js │ │ │ ├── XmlInfo.js │ │ │ └── core.js │ │ ├── config │ │ │ ├── Config.js │ │ │ ├── csw-capabilities.xml │ │ │ ├── csw2-INSPIRE-capabilities.xml │ │ │ ├── csw2-capabilities.xml │ │ │ ├── csw2-describerecord.xml │ │ │ ├── csw2-getdomain.xml │ │ │ ├── ogcrecords-api.json │ │ │ ├── ogcrecords-collection-metadata.json │ │ │ ├── ogcrecords-collections.json │ │ │ ├── ogcrecords-conformance.json │ │ │ ├── ogcrecords-description.json │ │ │ ├── ogcrecords-items.json │ │ │ ├── ogcrecords-queryables.json │ │ │ ├── ogcrecords-schema.json │ │ │ └── opensearch-description.xml │ │ ├── context │ │ │ ├── Context.js │ │ │ ├── _Processor.js │ │ │ ├── browser │ │ │ │ ├── WebContext.js │ │ │ │ └── WebProcessor.js │ │ │ ├── nashorn │ │ │ │ ├── NashornContext.js │ │ │ │ ├── NashornProcessor.js │ │ │ │ ├── StringBuilder.js │ │ │ │ └── execute.js │ │ │ └── node │ │ │ │ ├── NodeContext.js │ │ │ │ └── NodeProcessor.js │ │ ├── provider │ │ │ ├── Provider.js │ │ │ ├── csw │ │ │ │ ├── CswProvider.js │ │ │ │ ├── DescribeRecordParser.js │ │ │ │ ├── GetRecordsParser.js │ │ │ │ └── OwsException.js │ │ │ ├── ogcrecords │ │ │ │ └── OGCRecordsProvider.js │ │ │ ├── opensearch │ │ │ │ └── OpensearchProvider.js │ │ │ └── stac │ │ │ │ └── STACProvider.js │ │ ├── target │ │ │ ├── Target.js │ │ │ ├── TargetSchema.js │ │ │ ├── csw │ │ │ │ ├── CswSchema.js │ │ │ │ └── CswTarget.js │ │ │ ├── elastic │ │ │ │ ├── CustomElasticSchema.js │ │ │ │ ├── CustomElasticTarget.js │ │ │ │ ├── ElasticSchema.js │ │ │ │ ├── ElasticTarget.js │ │ │ │ ├── GeoportalSchema.js │ │ │ │ └── GeoportalTarget.js │ │ │ ├── portal │ │ │ │ ├── PortalSchema.js │ │ │ │ └── PortalTarget.js │ │ │ └── profiles │ │ │ │ └── profiles.js │ │ ├── widget │ │ │ ├── BBoxOption.js │ │ │ ├── ItemCard.js │ │ │ ├── LiveDataOption.js │ │ │ ├── Paging.js │ │ │ ├── ResultsPane.js │ │ │ ├── SearchBox.js │ │ │ ├── SearchComponent.js │ │ │ ├── SearchPane.js │ │ │ ├── Settings.js │ │ │ ├── SortOptions.js │ │ │ ├── TargetOptions.js │ │ │ ├── TargetSetting.js │ │ │ ├── TestSearch.js │ │ │ ├── WidgetContext.js │ │ │ ├── WidgetContextForPro.js │ │ │ ├── layers │ │ │ │ ├── FeatureServiceMixin.js │ │ │ │ ├── ImageServiceMixin.js │ │ │ │ ├── KMLMixin.js │ │ │ │ ├── LayerLoader.js │ │ │ │ ├── MapServiceMixin.js │ │ │ │ ├── VectorTileServiceMixin.js │ │ │ │ ├── WMSMixin.js │ │ │ │ └── layerUtil.js │ │ │ ├── nls │ │ │ │ └── strings.js │ │ │ ├── style │ │ │ │ ├── images │ │ │ │ │ ├── LoadingAnimation16_Trans.gif │ │ │ │ │ ├── placeholder_project120x80.png │ │ │ │ │ ├── sort-down-arrow.png │ │ │ │ │ └── sort-up-arrow.png │ │ │ │ └── style.css │ │ │ ├── templates │ │ │ │ ├── BBoxOption.html │ │ │ │ ├── ItemCard.html │ │ │ │ ├── LiveDataOption.html │ │ │ │ ├── Paging.html │ │ │ │ ├── ResultsPane.html │ │ │ │ ├── SearchBox.html │ │ │ │ ├── SearchPane.html │ │ │ │ ├── Settings.html │ │ │ │ ├── SortOptions.html │ │ │ │ ├── TargetOptions.html │ │ │ │ ├── TargetSetting.html │ │ │ │ └── TestSearch.html │ │ │ └── util.js │ │ └── writer │ │ │ ├── AtomWriter.js │ │ │ ├── CsvWriter.js │ │ │ ├── CswWriter.js │ │ │ ├── DcatWriter.js │ │ │ ├── ErosWriter.js │ │ │ ├── JsonWriter.js │ │ │ ├── KmlWriter.js │ │ │ ├── RssWriter.js │ │ │ ├── Writer.js │ │ │ └── XmlWriter.js │ └── platform │ │ ├── gsapp.html │ │ ├── gspro.html │ │ ├── gstest.html │ │ ├── node │ │ ├── package-lock.json │ │ ├── package.json │ │ └── server.js │ │ ├── pro │ │ └── GeoportalSearch │ │ │ ├── .vs │ │ │ └── GeoportalSearch │ │ │ │ └── v15 │ │ │ │ └── Server │ │ │ │ └── sqlite3 │ │ │ │ ├── db.lock │ │ │ │ ├── storage.ide │ │ │ │ ├── storage.ide-shm │ │ │ │ └── storage.ide-wal │ │ │ ├── BuildSupport │ │ │ └── Install │ │ │ │ ├── GeoportalSearchPro.ism │ │ │ │ └── LICENSE.rtf │ │ │ ├── GeoportalSearch.sln │ │ │ └── GeoportalSearch │ │ │ ├── Config.daml │ │ │ ├── DarkImages │ │ │ ├── AddInDesktop16.png │ │ │ ├── AddInDesktop32.png │ │ │ ├── GenericButtonPurple16.png │ │ │ └── GenericButtonPurple32.png │ │ │ ├── GeoportalSearch.csproj │ │ │ ├── Images │ │ │ ├── AddInDesktop16.png │ │ │ ├── AddInDesktop32.png │ │ │ ├── GenericButtonPurple16.png │ │ │ └── GenericButtonPurple32.png │ │ │ ├── Models │ │ │ └── Configuration.cs │ │ │ ├── Modules │ │ │ └── GeoportalModule.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Utilities │ │ │ └── GsHandler.cs │ │ │ ├── ViewModels │ │ │ ├── ConfigurationViewModel.cs │ │ │ ├── ConfigurationWindowViewModel.cs │ │ │ └── GeoportalDockpaneViewModel.cs │ │ │ └── Views │ │ │ ├── ConfigurationWindowView.xaml │ │ │ ├── ConfigurationWindowView.xaml.cs │ │ │ ├── GeoportalDockpane.xaml │ │ │ └── GeoportalDockpane.xaml.cs │ │ └── wab │ │ └── GeoportalSearch │ │ ├── Widget.html │ │ ├── Widget.js │ │ ├── config.json │ │ ├── css │ │ └── style.css │ │ ├── example-config.json │ │ ├── images │ │ └── icon.png │ │ ├── manifest.json │ │ ├── nls │ │ └── strings.js │ │ └── setting │ │ ├── Setting.html │ │ ├── Setting.js │ │ ├── css │ │ └── style.css │ │ └── nls │ │ └── strings.js │ └── webapp │ ├── META-INF │ └── context.xml │ ├── WEB-INF │ └── web.xml │ └── index.html ├── geoportal ├── .jshintrc ├── doc │ ├── api.txt │ ├── aws-serverless │ │ ├── ConfigureAPIGateway_Lambda.docx │ │ ├── deployment-package.zip │ │ └── opensearch-lambda.py │ ├── configureByEnvironmentVariable.md │ ├── encrypt_password │ │ ├── EncryptPassword.zip │ │ └── readme.txt │ ├── install.txt │ ├── put_metadata.py │ └── script │ │ ├── publish_metadata_pro_project.py │ │ └── read_metadata_publish │ │ ├── gen_metadata_egdb.py │ │ └── generate_metadata_xml_fgdb.py ├── pom.xml ├── src │ └── main │ │ ├── java │ │ └── com │ │ │ └── esri │ │ │ └── geoportal │ │ │ ├── base │ │ │ ├── metadata │ │ │ │ ├── Evaluator.java │ │ │ │ ├── MetadataCLI.java │ │ │ │ ├── MetadataDocument.java │ │ │ │ ├── MetadataType.java │ │ │ │ ├── UnrecognizedTypeException.java │ │ │ │ ├── Validator.java │ │ │ │ └── validation │ │ │ │ │ ├── RedirectingResourceResolver.java │ │ │ │ │ ├── SchematronValidator.java │ │ │ │ │ ├── ValidationError.java │ │ │ │ │ ├── ValidationErrors.java │ │ │ │ │ ├── ValidationException.java │ │ │ │ │ └── XsdValidator.java │ │ │ ├── security │ │ │ │ ├── ArcGISAuthenticationProvider.java │ │ │ │ ├── Group.java │ │ │ │ └── LdapUserContextMapper.java │ │ │ ├── util │ │ │ │ ├── BalancerSupport.java │ │ │ │ ├── DataIoUtil.java │ │ │ │ ├── DateUtil.java │ │ │ │ ├── JsonUtil.java │ │ │ │ ├── ResourcePath.java │ │ │ │ ├── ScriptEngines.java │ │ │ │ ├── UuidUtil.java │ │ │ │ ├── Val.java │ │ │ │ └── exception │ │ │ │ │ ├── InvalidParameterException.java │ │ │ │ │ ├── MissingParameterException.java │ │ │ │ │ └── UsageException.java │ │ │ └── xml │ │ │ │ ├── DomUtil.java │ │ │ │ ├── XmlBuilder.java │ │ │ │ ├── XmlNamespaceContext.java │ │ │ │ ├── XmlUtil.java │ │ │ │ ├── XsltTemplate.java │ │ │ │ └── XsltTemplates.java │ │ │ ├── context │ │ │ ├── AppRequest.java │ │ │ ├── AppResponse.java │ │ │ ├── AppUser.java │ │ │ ├── GeoportalContext.java │ │ │ └── WebContextListener.java │ │ │ ├── dcat │ │ │ ├── DcatBuilder.java │ │ │ ├── DcatCache.java │ │ │ ├── DcatCacheOutputStream.java │ │ │ ├── DcatContext.java │ │ │ ├── DcatController.java │ │ │ ├── DcatHeader.java │ │ │ ├── DcatRequest.java │ │ │ ├── DcatStreamingService.java │ │ │ └── package-info.java │ │ │ ├── lib │ │ │ ├── elastic │ │ │ │ ├── ElasticContext.java │ │ │ │ ├── ElasticContextHttp.java │ │ │ │ ├── ElasticProxy.java │ │ │ │ ├── ElasticProxyFilter.java │ │ │ │ ├── http │ │ │ │ │ ├── ElasticClient.java │ │ │ │ │ ├── request │ │ │ │ │ │ ├── DeleteItemRequest.java │ │ │ │ │ │ ├── DeleteItemsRequest.java │ │ │ │ │ │ ├── GetItemRequest.java │ │ │ │ │ │ ├── GetMetadataRequest.java │ │ │ │ │ │ ├── PublishMetadataRequest.java │ │ │ │ │ │ ├── RealiasRequest.java │ │ │ │ │ │ ├── ReindexRequest.java │ │ │ │ │ │ ├── SetAccessRequest.java │ │ │ │ │ │ ├── SetApprovalStatusRequest.java │ │ │ │ │ │ ├── SetCollectionsRequest.java │ │ │ │ │ │ ├── SetFieldRequest.java │ │ │ │ │ │ ├── SetOwnerRequest.java │ │ │ │ │ │ └── TransformMetadataRequest.java │ │ │ │ │ └── util │ │ │ │ │ │ ├── AccessUtil.java │ │ │ │ │ │ ├── BaseScroller.java │ │ │ │ │ │ ├── ItemUtil.java │ │ │ │ │ │ ├── PITSearchScroller.java │ │ │ │ │ │ ├── Scroller.java │ │ │ │ │ │ └── SearchHit.java │ │ │ │ ├── kvp │ │ │ │ │ ├── Kvp.java │ │ │ │ │ ├── KvpBlob.java │ │ │ │ │ ├── KvpClob.java │ │ │ │ │ └── XmlContent.java │ │ │ │ ├── request │ │ │ │ │ ├── BulkEditRequest.java │ │ │ │ │ ├── BulkRequest.java │ │ │ │ │ ├── DeleteItemRequest.java │ │ │ │ │ ├── DeleteItemsRequest.java │ │ │ │ │ ├── GetItemRequest.java │ │ │ │ │ ├── GetMetadataRequest.java │ │ │ │ │ ├── PublishMetadataRequest.java │ │ │ │ │ ├── RealiasRequest.java │ │ │ │ │ ├── ReindexRequest.java │ │ │ │ │ ├── SetAccessRequest.java │ │ │ │ │ ├── SetApprovalStatusRequest.java │ │ │ │ │ ├── SetFieldRequest.java │ │ │ │ │ ├── SetOwnerRequest.java │ │ │ │ │ ├── TransformMetadataRequest.java │ │ │ │ │ └── ValidateMetadataRequest.java │ │ │ │ ├── response │ │ │ │ │ └── ItemWriter.java │ │ │ │ └── util │ │ │ │ │ ├── AccessUtil.java │ │ │ │ │ ├── FieldNames.java │ │ │ │ │ ├── ItemIO.java │ │ │ │ │ ├── MurmurUtil.java │ │ │ │ │ ├── Scroller.java │ │ │ │ │ ├── SimplePromise.java │ │ │ │ │ └── SimplePromiseExample.java │ │ │ ├── harvester │ │ │ │ ├── HarvesterContext.java │ │ │ │ ├── HarvesterProxy.java │ │ │ │ └── package-info.java │ │ │ └── security │ │ │ │ └── EncryptDecrypt.java │ │ │ ├── search │ │ │ ├── CswService.java │ │ │ ├── ErosService.java │ │ │ ├── OGCRecordsService.java │ │ │ ├── OpensearchService.java │ │ │ ├── STACService.java │ │ │ ├── SearchRequest.java │ │ │ ├── StacHelper.java │ │ │ └── StacItemValidationResponse.java │ │ │ ├── service │ │ │ ├── Swagger.java │ │ │ ├── rest │ │ │ │ ├── GeoportalService.java │ │ │ │ ├── MetadataService.java │ │ │ │ └── RestApplication.java │ │ │ └── stac │ │ │ │ ├── Asset.java │ │ │ │ ├── Collection.java │ │ │ │ ├── GeometryServiceClient.java │ │ │ │ ├── Item.java │ │ │ │ └── StacContext.java │ │ │ └── test │ │ │ └── Test.java │ │ ├── resources │ │ ├── ESAPI.properties │ │ ├── config │ │ │ ├── app-context.xml │ │ │ ├── app-dcat.xml │ │ │ ├── app-factory.xml │ │ │ ├── app-oauth.xml │ │ │ ├── app-security.xml │ │ │ ├── app-servlet.xml │ │ │ ├── authentication-arcgis.xml │ │ │ ├── authentication-ldap.xml │ │ │ ├── authentication-simple.xml │ │ │ ├── cli-app-factory.xml │ │ │ ├── cli-context.xml │ │ │ ├── elastic-mappings-7.json │ │ │ └── elastic-mappings.json │ │ ├── log4j2.properties │ │ ├── metadata │ │ │ ├── details │ │ │ │ ├── arcgis-details.xslt │ │ │ │ ├── fgdc-details.xslt │ │ │ │ ├── iso-details-alternate │ │ │ │ │ ├── ISO19139ToHTML.xsl │ │ │ │ │ ├── ISO19139ToHTMLwMap.xsl │ │ │ │ │ ├── ISO19139ToSchemaOrgDataset1.0.xslt │ │ │ │ │ └── Imports │ │ │ │ │ │ ├── XML.xslt │ │ │ │ │ │ ├── auxLanguages.xslt │ │ │ │ │ │ ├── auxUCUM.xslt │ │ │ │ │ │ ├── codelists.xslt │ │ │ │ │ │ ├── general.xslt │ │ │ │ │ │ ├── iso19139.xslt │ │ │ │ │ │ └── iso19139usgin.xslt │ │ │ │ ├── iso-details │ │ │ │ │ ├── displayElement.xsl │ │ │ │ │ ├── elements-ISO.xml │ │ │ │ │ ├── elements-ISO19115_3.xml │ │ │ │ │ ├── headers-ISO.xml │ │ │ │ │ ├── headers-ISO19115_3.xml │ │ │ │ │ ├── printFormatted.xsl │ │ │ │ │ ├── printTextLines.xsl │ │ │ │ │ ├── xml-to-html-ISO.xsl │ │ │ │ │ ├── xml-to-html-ISO19115_3.xsl │ │ │ │ │ └── xml-to-text-ISO.xsl │ │ │ │ └── rdf-details.xslt │ │ │ ├── js │ │ │ │ ├── Evaluator.js │ │ │ │ ├── EvaluatorBase.js │ │ │ │ ├── EvaluatorFor_ArcGIS.js │ │ │ │ ├── EvaluatorFor_DC.js │ │ │ │ ├── EvaluatorFor_FGDC.js │ │ │ │ ├── EvaluatorFor_ISO.js │ │ │ │ ├── EvaluatorFor_ISO19115_3.js │ │ │ │ ├── EvaluatorFor_ISO_CINERGI.js │ │ │ │ ├── EvaluatorFor_ISO_extended.js │ │ │ │ ├── GML.js │ │ │ │ └── JsonEvaluator.js │ │ │ ├── schematron │ │ │ │ └── Gemini2_R2r2-schematron.xslt │ │ │ └── xslt │ │ │ │ ├── ArcGIS_to_ISO19115_3.xslt │ │ │ │ ├── ArcGIS_to_ISO19139.xsl │ │ │ │ ├── DataciteToISO19139v3.2.xslt │ │ │ │ ├── ISO19115_3_to_ArcGIS.xsl │ │ │ │ ├── ISO19139_to_ArcGIS.xsl │ │ │ │ ├── identity.xslt │ │ │ │ └── qualifiedDCToISO19139v1.0.xslt │ │ ├── proxy.config │ │ ├── service │ │ │ └── config │ │ │ │ ├── ogcrecords-api.json │ │ │ │ ├── ogcrecords-collection-metadata.json │ │ │ │ ├── ogcrecords-collections.json │ │ │ │ ├── ogcrecords-conformance.json │ │ │ │ ├── ogcrecords-description.json │ │ │ │ ├── ogcrecords-item.json │ │ │ │ ├── ogcrecords-items.json │ │ │ │ ├── ogcrecords-queryables.json │ │ │ │ ├── ogcrecords-schema.json │ │ │ │ ├── stac-api.json │ │ │ │ ├── stac-collection-metadata.json │ │ │ │ ├── stac-collections.json │ │ │ │ ├── stac-conformance.json │ │ │ │ ├── stac-description.json │ │ │ │ ├── stac-item.json │ │ │ │ ├── stac-itemLinks.json │ │ │ │ └── stac-items.json │ │ ├── swagger │ │ │ └── swagger.json │ │ └── validation.properties │ │ └── webapp │ │ ├── META-INF │ │ └── context.xml │ │ ├── WEB-INF │ │ └── web.xml │ │ ├── api │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── gpt_api.json │ │ ├── index.html │ │ ├── oauth2-redirect.html │ │ ├── swagger-api.js │ │ ├── swagger-ui-bundle.js │ │ ├── swagger-ui-bundle.js.map │ │ ├── swagger-ui-es-bundle-core.js │ │ ├── swagger-ui-es-bundle-core.js.map │ │ ├── swagger-ui-es-bundle.js │ │ ├── swagger-ui-es-bundle.js.map │ │ ├── swagger-ui-standalone-preset.js │ │ ├── swagger-ui-standalone-preset.js.map │ │ ├── swagger-ui.css │ │ ├── swagger-ui.css.map │ │ ├── swagger-ui.js │ │ ├── swagger-ui.js.map │ │ └── swagger.json │ │ ├── app │ │ ├── common │ │ │ ├── ConfirmationDialog.js │ │ │ ├── MessageDialog.js │ │ │ ├── ModalBase.js │ │ │ ├── ModalDialog.js │ │ │ ├── OkCancelBar.js │ │ │ ├── SignIn.js │ │ │ ├── Templated.js │ │ │ └── templates │ │ │ │ ├── ModalBase.html │ │ │ │ ├── OkCancelBar.html │ │ │ │ └── SignIn.html │ │ ├── content │ │ │ ├── ApplyTo.js │ │ │ ├── BulkEdit.js │ │ │ ├── ChangeOwner.js │ │ │ ├── DeleteItems.js │ │ │ ├── MetadataEditor.js │ │ │ ├── SetAccess.js │ │ │ ├── SetApprovalStatus.js │ │ │ ├── SetCollections.js │ │ │ ├── SetField.js │ │ │ ├── UploadMetadata.js │ │ │ └── templates │ │ │ │ ├── ApplyTo.html │ │ │ │ ├── ChangeOwner.html │ │ │ │ ├── DeleteItems.html │ │ │ │ ├── SetAccess.html │ │ │ │ ├── SetApprovalStatus.html │ │ │ │ ├── SetCollections.html │ │ │ │ ├── SetField.html │ │ │ │ └── UploadMetadata.html │ │ ├── context │ │ │ ├── AppClient.js │ │ │ ├── AppContext.js │ │ │ ├── AppStarter.js │ │ │ ├── AppUser.js │ │ │ ├── app-config.js │ │ │ ├── app-topics.js │ │ │ ├── metadata-editor.js │ │ │ └── xx-metadata-editor-example.js │ │ ├── etc │ │ │ ├── GeohashEx.js │ │ │ ├── ServiceType.js │ │ │ └── util.js │ │ ├── gs │ │ │ ├── all.js │ │ │ ├── atom │ │ │ │ └── atom-model.js │ │ │ ├── base │ │ │ │ ├── LayerProcessor.js │ │ │ │ ├── Request.js │ │ │ │ ├── Response.js │ │ │ │ ├── SearchResult.js │ │ │ │ ├── StringBuilder.js │ │ │ │ ├── Task.js │ │ │ │ ├── Uris.js │ │ │ │ ├── Val.js │ │ │ │ ├── XmlBuilder.js │ │ │ │ ├── XmlInfo.js │ │ │ │ └── core.js │ │ │ ├── config │ │ │ │ ├── Config.js │ │ │ │ └── geoportal-search.json │ │ │ ├── context │ │ │ │ ├── Context.js │ │ │ │ ├── _Processor.js │ │ │ │ ├── browser │ │ │ │ │ ├── WebContext.js │ │ │ │ │ └── WebProcessor.js │ │ │ │ └── node │ │ │ │ │ ├── NodeContext.js │ │ │ │ │ └── NodeProcessor.js │ │ │ ├── provider │ │ │ │ ├── Provider.js │ │ │ │ └── opensearch │ │ │ │ │ └── OpensearchProvider.js │ │ │ ├── target │ │ │ │ ├── Target.js │ │ │ │ ├── TargetSchema.js │ │ │ │ ├── elastic │ │ │ │ │ ├── CustomElasticSchema.js │ │ │ │ │ ├── CustomElasticTarget.js │ │ │ │ │ ├── ElasticSchema.js │ │ │ │ │ ├── ElasticTarget.js │ │ │ │ │ ├── GeoportalSchema.js │ │ │ │ │ └── GeoportalTarget.js │ │ │ │ ├── portal │ │ │ │ │ ├── PortalSchema.js │ │ │ │ │ └── PortalTarget.js │ │ │ │ └── profiles │ │ │ │ │ └── profiles.js │ │ │ ├── widget │ │ │ │ ├── BBoxOption.js │ │ │ │ ├── ItemCard.js │ │ │ │ ├── LiveDataOption.js │ │ │ │ ├── Paging.js │ │ │ │ ├── ResultsPane.js │ │ │ │ ├── SearchBox.js │ │ │ │ ├── SearchComponent.js │ │ │ │ ├── SearchPane.js │ │ │ │ ├── Settings.js │ │ │ │ ├── SortOptions.js │ │ │ │ ├── TargetOptions.js │ │ │ │ ├── TargetSetting.js │ │ │ │ ├── TestSearch.js │ │ │ │ ├── WidgetContext.js │ │ │ │ ├── WidgetContextForPro.js │ │ │ │ ├── layers │ │ │ │ │ ├── FeatureServiceMixin.js │ │ │ │ │ ├── GroupLayerMixin.js │ │ │ │ │ ├── ImageServiceMixin.js │ │ │ │ │ ├── ImageryTileLayerMixin.js │ │ │ │ │ ├── KMLMixin.js │ │ │ │ │ ├── LayerLoader.js │ │ │ │ │ ├── MapServiceMixin.js │ │ │ │ │ ├── OGCFeatureLayerMixin.js │ │ │ │ │ ├── VectorTileServiceMixin.js │ │ │ │ │ ├── WFSMixin.js │ │ │ │ │ ├── WMSMixin.js │ │ │ │ │ ├── WMTSMixin.js │ │ │ │ │ └── layerUtil.js │ │ │ │ ├── nls │ │ │ │ │ └── strings.js │ │ │ │ ├── style │ │ │ │ │ ├── images │ │ │ │ │ │ ├── LoadingAnimation16_Trans.gif │ │ │ │ │ │ ├── placeholder_project120x80.png │ │ │ │ │ │ ├── sort-down-arrow.png │ │ │ │ │ │ └── sort-up-arrow.png │ │ │ │ │ └── style.css │ │ │ │ ├── templates │ │ │ │ │ ├── BBoxOption.html │ │ │ │ │ ├── ItemCard.html │ │ │ │ │ ├── LiveDataOption.html │ │ │ │ │ ├── Paging.html │ │ │ │ │ ├── ResultsPane.html │ │ │ │ │ ├── SearchBox.html │ │ │ │ │ ├── SearchPane.html │ │ │ │ │ ├── Settings.html │ │ │ │ │ ├── SortOptions.html │ │ │ │ │ ├── TargetOptions.html │ │ │ │ │ ├── TargetSetting.html │ │ │ │ │ └── TestSearch.html │ │ │ │ └── util.js │ │ │ └── writer │ │ │ │ ├── JsonWriter.js │ │ │ │ └── Writer.js │ │ ├── gxe │ │ │ ├── base │ │ │ │ ├── XDocument.js │ │ │ │ ├── XNode.js │ │ │ │ ├── etc │ │ │ │ │ └── validationUtil.js │ │ │ │ └── xml │ │ │ │ │ └── XmlGenerator.js │ │ │ ├── editor │ │ │ │ ├── Editor.js │ │ │ │ └── EditorDialog.js │ │ │ ├── form │ │ │ │ ├── Element.js │ │ │ │ ├── InputDecimalNumber.js │ │ │ │ ├── InputDecimalPair.js │ │ │ │ ├── dc │ │ │ │ │ └── GeoExtentTool.js │ │ │ │ └── iso │ │ │ │ │ └── GcoElement.js │ │ │ ├── nls │ │ │ │ ├── en │ │ │ │ │ ├── i18nISO19115.js │ │ │ │ │ └── i18nIso3.js │ │ │ │ ├── i18nDublinCore.js │ │ │ │ ├── i18nISO19115.js │ │ │ │ ├── i18nInspire.js │ │ │ │ ├── i18nIso3.js │ │ │ │ ├── i18nProfile.js │ │ │ │ ├── zh-cn │ │ │ │ │ ├── i18nISO19115.js │ │ │ │ │ └── i18nIso3.js │ │ │ │ └── zh-hk │ │ │ │ │ ├── i18nISO19115.js │ │ │ │ │ └── i18nIso3.js │ │ │ └── types │ │ │ │ ├── dc │ │ │ │ └── base │ │ │ │ │ ├── DataDocumentType.js │ │ │ │ │ ├── DataRoot.js │ │ │ │ │ ├── DublinCoreDocumentType.js │ │ │ │ │ ├── DublinCoreProfileDescriptor.js │ │ │ │ │ ├── GeoExtentTool.js │ │ │ │ │ ├── PortalItemTransformer.js │ │ │ │ │ └── templates │ │ │ │ │ └── DataRoot.html │ │ │ │ ├── inspire2 │ │ │ │ ├── base │ │ │ │ │ ├── DataDocumentType.js │ │ │ │ │ ├── DataRoot.js │ │ │ │ │ ├── Descriptor.js │ │ │ │ │ ├── InspireDocumentType.js │ │ │ │ │ ├── PortalItemTransformer.js │ │ │ │ │ ├── ServiceDocumentType.js │ │ │ │ │ ├── ServiceRoot.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── DataRoot.html │ │ │ │ │ │ └── ServiceRoot.html │ │ │ │ ├── context │ │ │ │ │ └── DescriptorMixin.js │ │ │ │ ├── gmd │ │ │ │ │ ├── citation │ │ │ │ │ │ ├── CI_Date.js │ │ │ │ │ │ ├── CI_OnlineFunctionCode.js │ │ │ │ │ │ ├── CI_RoleCode.js │ │ │ │ │ │ ├── ResourceCitation.js │ │ │ │ │ │ ├── ResourceContact.js │ │ │ │ │ │ ├── ResourceIdentifier.js │ │ │ │ │ │ ├── SpecificationCitation.js │ │ │ │ │ │ ├── SpecificationCitationDate.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ ├── CI_Date.html │ │ │ │ │ │ │ ├── CI_OnlineFunctionCode.html │ │ │ │ │ │ │ ├── CI_RoleCode.html │ │ │ │ │ │ │ ├── ResourceCitation.html │ │ │ │ │ │ │ ├── ResourceContact.html │ │ │ │ │ │ │ ├── ResourceIdentifier.html │ │ │ │ │ │ │ ├── SpecificationCitation.html │ │ │ │ │ │ │ └── SpecificationCitationDate.html │ │ │ │ │ ├── constraints │ │ │ │ │ │ ├── OtherConstraints.js │ │ │ │ │ │ ├── ResourceConstraints.js │ │ │ │ │ │ ├── UseLimitation.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ ├── OtherConstraints.html │ │ │ │ │ │ │ ├── ResourceConstraints.html │ │ │ │ │ │ │ └── UseLimitation.html │ │ │ │ │ ├── dataQuality │ │ │ │ │ │ ├── ConformanceCitation.js │ │ │ │ │ │ ├── ConformanceDegree.js │ │ │ │ │ │ ├── ConformanceReport.js │ │ │ │ │ │ ├── Quality.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ ├── ConformanceCitation.html │ │ │ │ │ │ │ ├── ConformanceDegree.html │ │ │ │ │ │ │ ├── ConformanceReport.html │ │ │ │ │ │ │ └── Quality.html │ │ │ │ │ ├── distribution │ │ │ │ │ │ ├── Distribution.js │ │ │ │ │ │ ├── DistributionFormat.js │ │ │ │ │ │ ├── MD_Distributor.js │ │ │ │ │ │ ├── MD_Format.js │ │ │ │ │ │ ├── TransferOptions.js │ │ │ │ │ │ ├── distributorContact.js │ │ │ │ │ │ ├── distributorFormat.js │ │ │ │ │ │ ├── distributorTransferOptions.js │ │ │ │ │ │ ├── formatDistributor.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ ├── Distribution.html │ │ │ │ │ │ │ ├── DistributionFormat.html │ │ │ │ │ │ │ ├── MD_Distributor.html │ │ │ │ │ │ │ ├── MD_Format.html │ │ │ │ │ │ │ ├── TransferOptions.html │ │ │ │ │ │ │ ├── distributorContact.html │ │ │ │ │ │ │ ├── distributorFormat.html │ │ │ │ │ │ │ ├── distributorTransferOptions.html │ │ │ │ │ │ │ └── formatDistributor.html │ │ │ │ │ ├── extent │ │ │ │ │ │ ├── GeographicElement.js │ │ │ │ │ │ ├── TemporalElement.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ ├── GeographicElement.html │ │ │ │ │ │ │ └── TemporalElement.html │ │ │ │ │ ├── freeText │ │ │ │ │ │ ├── LanguageCode.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ └── LanguageCode.html │ │ │ │ │ ├── identification │ │ │ │ │ │ ├── DataIdentification.js │ │ │ │ │ │ ├── DataRepresentation.js │ │ │ │ │ │ ├── DataResourceKeywords.js │ │ │ │ │ │ ├── DataResourceTab.js │ │ │ │ │ │ ├── DataThemeKeywords.js │ │ │ │ │ │ ├── GemetConceptKeywords.js │ │ │ │ │ │ ├── MD_Keywords.js │ │ │ │ │ │ ├── OtherKeywords.js │ │ │ │ │ │ ├── ResourceExtent.js │ │ │ │ │ │ ├── ResourceLanguage.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ ├── DataIdentification.html │ │ │ │ │ │ │ ├── DataRepresentation.html │ │ │ │ │ │ │ ├── DataResourceKeywords.html │ │ │ │ │ │ │ ├── DataResourceTab.html │ │ │ │ │ │ │ ├── DataThemeKeywords.html │ │ │ │ │ │ │ ├── GemetConceptKeywords.html │ │ │ │ │ │ │ ├── MD_Keywords.html │ │ │ │ │ │ │ ├── OtherKeywords.html │ │ │ │ │ │ │ ├── ResourceExtent.html │ │ │ │ │ │ │ └── ResourceLanguage.html │ │ │ │ │ └── metadataEntity │ │ │ │ │ │ ├── MetadataContact.js │ │ │ │ │ │ ├── MetadataHierarchy.js │ │ │ │ │ │ ├── MetadataIdentifier.js │ │ │ │ │ │ ├── MetadataLanguage.js │ │ │ │ │ │ ├── MetadataReference.js │ │ │ │ │ │ ├── MetadataSection.js │ │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MetadataContact.html │ │ │ │ │ │ ├── MetadataHierarchy.html │ │ │ │ │ │ ├── MetadataIdentifier.html │ │ │ │ │ │ ├── MetadataLanguage.html │ │ │ │ │ │ ├── MetadataReference.html │ │ │ │ │ │ └── MetadataSection.html │ │ │ │ └── srv │ │ │ │ │ ├── ContainsOperations.js │ │ │ │ │ ├── OperatesOn.js │ │ │ │ │ ├── ServiceCategoryKeywords.js │ │ │ │ │ ├── ServiceCategoryOptions.js │ │ │ │ │ ├── ServiceExtent.js │ │ │ │ │ ├── ServiceIdentification.js │ │ │ │ │ ├── ServiceResourceKeywords.js │ │ │ │ │ ├── ServiceResourceTab.js │ │ │ │ │ ├── ServiceType.js │ │ │ │ │ ├── citation │ │ │ │ │ ├── CI_RoleCode.js │ │ │ │ │ ├── ResourceCitation.js │ │ │ │ │ ├── ResourceContact.js │ │ │ │ │ ├── ResourceIdentifier.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── CI_RoleCode.html │ │ │ │ │ │ ├── ResourceCitation.html │ │ │ │ │ │ ├── ResourceContact.html │ │ │ │ │ │ └── ResourceIdentifier.html │ │ │ │ │ ├── dataQuality │ │ │ │ │ ├── AvailabilityConsistencyReport.js │ │ │ │ │ ├── CapacityConsistencyReport.js │ │ │ │ │ ├── ClassConformanceReport.js │ │ │ │ │ ├── ConceptualConsistency.js │ │ │ │ │ ├── ConformanceReport.js │ │ │ │ │ ├── FreeTextConformanceCitation.js │ │ │ │ │ ├── FreeTextConformanceReport.js │ │ │ │ │ ├── HarmonisedConformanceCitation.js │ │ │ │ │ ├── InteroperableConformanceCitation.js │ │ │ │ │ ├── InvocableConformanceCitation.js │ │ │ │ │ ├── OfficialTitleConformanceCitation.js │ │ │ │ │ ├── OfficialTitleConformanceReport.js │ │ │ │ │ ├── PerformanceConsistencyReport.js │ │ │ │ │ ├── Quality.js │ │ │ │ │ ├── Scope.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── AvailabilityConsistencyReport.html │ │ │ │ │ │ ├── CapacityConsistencyReport.html │ │ │ │ │ │ ├── ClassConformanceReport.html │ │ │ │ │ │ ├── ConceptualConsistency.html │ │ │ │ │ │ ├── ConformanceReport.html │ │ │ │ │ │ ├── FreeTextConformanceCitation.html │ │ │ │ │ │ ├── FreeTextConformanceReport.html │ │ │ │ │ │ ├── HarmonisedConformanceCitation.html │ │ │ │ │ │ ├── InteroperableConformanceCitation.html │ │ │ │ │ │ ├── InvocableConformanceCitation.html │ │ │ │ │ │ ├── OfficialTitleConformanceCitation.html │ │ │ │ │ │ ├── OfficialTitleConformanceReport.html │ │ │ │ │ │ ├── PerformanceConsistencyReport.html │ │ │ │ │ │ ├── Quality.html │ │ │ │ │ │ └── Scope.html │ │ │ │ │ ├── distribution │ │ │ │ │ ├── Distribution.js │ │ │ │ │ ├── TransferOptions.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── Distribution.html │ │ │ │ │ │ └── TransferOptions.html │ │ │ │ │ ├── metadataEntity │ │ │ │ │ ├── MetadataHierarchy.js │ │ │ │ │ ├── MetadataIdentifier.js │ │ │ │ │ ├── MetadataSection.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MetadataHierarchy.html │ │ │ │ │ │ ├── MetadataIdentifier.html │ │ │ │ │ │ └── MetadataSection.html │ │ │ │ │ └── templates │ │ │ │ │ ├── ContainsOperations.html │ │ │ │ │ ├── OperatesOn.html │ │ │ │ │ ├── ServiceCategoryKeywords.html │ │ │ │ │ ├── ServiceCategoryOptions.html │ │ │ │ │ ├── ServiceExtent.html │ │ │ │ │ ├── ServiceIdentification.html │ │ │ │ │ ├── ServiceResourceKeywords.html │ │ │ │ │ ├── ServiceResourceTab.html │ │ │ │ │ └── ServiceType.html │ │ │ │ ├── iso-19115-3 │ │ │ │ ├── base │ │ │ │ │ ├── DataDocumentType.js │ │ │ │ │ ├── DataRoot.js │ │ │ │ │ ├── GeoExtentTool.js │ │ │ │ │ ├── ISODocumentType.js │ │ │ │ │ ├── MyProfileDescriptor.js │ │ │ │ │ ├── PortalItemTransformer.js │ │ │ │ │ └── templates │ │ │ │ │ │ └── DataRoot.html │ │ │ │ ├── cit │ │ │ │ │ ├── CI_Address.js │ │ │ │ │ ├── CI_Citation.js │ │ │ │ │ ├── CI_Contact.js │ │ │ │ │ ├── CI_Date.js │ │ │ │ │ ├── CI_DateTypeCode.js │ │ │ │ │ ├── CI_Individual.js │ │ │ │ │ ├── CI_OnLineFunctionCode.js │ │ │ │ │ ├── CI_OnlineResource.js │ │ │ │ │ ├── CI_Organisation.js │ │ │ │ │ ├── CI_Party.js │ │ │ │ │ ├── CI_PresentationFormCode.js │ │ │ │ │ ├── CI_Responsibility.js │ │ │ │ │ ├── CI_RoleCode.js │ │ │ │ │ ├── CI_Series.js │ │ │ │ │ ├── CI_Telephone.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── CI_Address.html │ │ │ │ │ │ ├── CI_Citation.html │ │ │ │ │ │ ├── CI_Contact.html │ │ │ │ │ │ ├── CI_Date.html │ │ │ │ │ │ ├── CI_DateTypeCode.html │ │ │ │ │ │ ├── CI_Individual.html │ │ │ │ │ │ ├── CI_OnLineFunctionCode.html │ │ │ │ │ │ ├── CI_OnlineResource.html │ │ │ │ │ │ ├── CI_Organisation.html │ │ │ │ │ │ ├── CI_Party.html │ │ │ │ │ │ ├── CI_PresentationFormCode.html │ │ │ │ │ │ ├── CI_Responsibility.html │ │ │ │ │ │ ├── CI_RoleCode.html │ │ │ │ │ │ ├── CI_Series.html │ │ │ │ │ │ └── CI_Telephone.html │ │ │ │ ├── gex │ │ │ │ │ ├── EX_Extent.js │ │ │ │ │ ├── EX_GeographicExtent.js │ │ │ │ │ ├── EX_TemporalExtent.js │ │ │ │ │ ├── EX_VerticalExtent.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── EX_Extent.html │ │ │ │ │ │ ├── EX_GeographicExtent.html │ │ │ │ │ │ ├── EX_TemporalExtent.html │ │ │ │ │ │ └── EX_VerticalExtent.html │ │ │ │ ├── gfc │ │ │ │ │ ├── FC_Constraint.js │ │ │ │ │ ├── FC_DefinitionReference.js │ │ │ │ │ ├── FC_DefinitionSource.js │ │ │ │ │ ├── FC_FeatureCatalogue.js │ │ │ │ │ ├── FC_FeatureType.js │ │ │ │ │ ├── FC_InheritanceRelation.js │ │ │ │ │ ├── FC_PropertyType.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── FC_Constraint.html │ │ │ │ │ │ ├── FC_DefinitionReference.html │ │ │ │ │ │ ├── FC_DefinitionSource.html │ │ │ │ │ │ ├── FC_FeatureCatalogue.html │ │ │ │ │ │ ├── FC_FeatureType.html │ │ │ │ │ │ ├── FC_InheritanceRelation.html │ │ │ │ │ │ └── FC_PropertyType.html │ │ │ │ ├── lan │ │ │ │ │ ├── CountryCode.js │ │ │ │ │ ├── LanguageCode.js │ │ │ │ │ ├── LocalName.js │ │ │ │ │ ├── MD_CharacterSetCode.js │ │ │ │ │ ├── PT_FreeText.js │ │ │ │ │ ├── PT_Locale.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── CountryCode.html │ │ │ │ │ │ ├── LanguageCode.html │ │ │ │ │ │ ├── LocalName.html │ │ │ │ │ │ ├── MD_CharacterSetCode.html │ │ │ │ │ │ ├── PT_FreeText.html │ │ │ │ │ │ └── PT_Locale.html │ │ │ │ ├── mas │ │ │ │ │ ├── MD_ApplicationSchemaInformation.js │ │ │ │ │ └── templates │ │ │ │ │ │ └── MD_ApplicationSchemaInformation.html │ │ │ │ ├── mcc │ │ │ │ │ ├── MD_BrowseGraphic.js │ │ │ │ │ ├── MD_Identifier.js │ │ │ │ │ ├── MD_ProgressCode.js │ │ │ │ │ ├── MD_Scope.js │ │ │ │ │ ├── MD_ScopeCode.js │ │ │ │ │ ├── MD_ScopeDescription.js │ │ │ │ │ ├── MD_SpatialRepresentationTypeCode.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MD_BrowseGraphic.html │ │ │ │ │ │ ├── MD_Identifier.html │ │ │ │ │ │ ├── MD_ProgressCode.html │ │ │ │ │ │ ├── MD_Scope.html │ │ │ │ │ │ ├── MD_ScopeCode.html │ │ │ │ │ │ ├── MD_ScopeDescription.html │ │ │ │ │ │ └── MD_SpatialRepresentationTypeCode.html │ │ │ │ ├── mco │ │ │ │ │ ├── MD_ClassificationCode.js │ │ │ │ │ ├── MD_Constraints.js │ │ │ │ │ ├── MD_LegalConstraints.js │ │ │ │ │ ├── MD_Releasability.js │ │ │ │ │ ├── MD_RestrictionCode.js │ │ │ │ │ ├── MD_SecurityConstraints.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MD_ClassificationCode.html │ │ │ │ │ │ ├── MD_Constraints.html │ │ │ │ │ │ ├── MD_LegalConstraints.html │ │ │ │ │ │ ├── MD_Releasability.html │ │ │ │ │ │ ├── MD_RestrictionCode.html │ │ │ │ │ │ └── MD_SecurityConstraints.html │ │ │ │ ├── mdb │ │ │ │ │ ├── MD_Identification.js │ │ │ │ │ ├── MD_Metadata.js │ │ │ │ │ ├── MD_MetadataScope.js │ │ │ │ │ ├── identificationInfo.js │ │ │ │ │ ├── metadataConstraints.js │ │ │ │ │ ├── metadataIdentifier.js │ │ │ │ │ ├── resourceConstraints.js │ │ │ │ │ ├── resourceLineage.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MD_Identification.html │ │ │ │ │ │ ├── MD_Metadata.html │ │ │ │ │ │ ├── MD_MetadataScope.html │ │ │ │ │ │ ├── identificationInfo.html │ │ │ │ │ │ ├── metadataConstraints.html │ │ │ │ │ │ ├── metadataIdentifier.html │ │ │ │ │ │ ├── resourceConstraints.html │ │ │ │ │ │ └── resourceLineage.html │ │ │ │ ├── mdq │ │ │ │ │ ├── DQ_ConformanceResult.js │ │ │ │ │ ├── DQ_DataQuality.js │ │ │ │ │ ├── DQ_DomainConsistency.js │ │ │ │ │ ├── DQ_MeasureReference.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── DQ_ConformanceResult.html │ │ │ │ │ │ ├── DQ_DataQuality.html │ │ │ │ │ │ ├── DQ_DomainConsistency.html │ │ │ │ │ │ └── DQ_MeasureReference.html │ │ │ │ ├── mmi │ │ │ │ │ ├── MD_MaintenanceInformation.js │ │ │ │ │ └── templates │ │ │ │ │ │ └── MD_MaintenanceInformation.html │ │ │ │ ├── mpc │ │ │ │ │ ├── MD_PortrayalCatalogueReference.js │ │ │ │ │ └── templates │ │ │ │ │ │ └── MD_PortrayalCatalogueReference.html │ │ │ │ ├── mrc │ │ │ │ │ ├── MD_AttributeGroup.js │ │ │ │ │ ├── MD_Band.js │ │ │ │ │ ├── MD_ContentInformation.js │ │ │ │ │ ├── MD_CoverageContentTypeCode.js │ │ │ │ │ ├── MD_CoverageDescription.js │ │ │ │ │ ├── MD_FeatureCatalogue.js │ │ │ │ │ ├── MD_FeatureCatalogueDescription.js │ │ │ │ │ ├── MD_FeatureTypeInfo.js │ │ │ │ │ ├── MD_ImageDescription.js │ │ │ │ │ ├── MD_RangeDimension.js │ │ │ │ │ ├── MD_SampleDimension.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MD_AttributeGroup.html │ │ │ │ │ │ ├── MD_Band.html │ │ │ │ │ │ ├── MD_ContentInformation.html │ │ │ │ │ │ ├── MD_CoverageContentTypeCode.html │ │ │ │ │ │ ├── MD_CoverageDescription.html │ │ │ │ │ │ ├── MD_FeatureCatalogue.html │ │ │ │ │ │ ├── MD_FeatureCatalogueDescription.html │ │ │ │ │ │ ├── MD_FeatureTypeInfo.html │ │ │ │ │ │ ├── MD_ImageDescription.html │ │ │ │ │ │ ├── MD_RangeDimension.html │ │ │ │ │ │ └── MD_SampleDimension.html │ │ │ │ ├── mrd │ │ │ │ │ ├── MD_DigitalTransferOptions.js │ │ │ │ │ ├── MD_Distribution.js │ │ │ │ │ ├── MD_Distributor.js │ │ │ │ │ ├── MD_Medium.js │ │ │ │ │ ├── MD_MediumFormatCode.js │ │ │ │ │ ├── MD_StandardOrderProcess.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── MD_DigitalTransferOptions.html │ │ │ │ │ │ ├── MD_Distribution.html │ │ │ │ │ │ ├── MD_Distributor.html │ │ │ │ │ │ ├── MD_Medium.html │ │ │ │ │ │ ├── MD_MediumFormatCode.html │ │ │ │ │ │ └── MD_StandardOrderProcess.html │ │ │ │ ├── mri │ │ │ │ │ ├── DS_AssociationTypeCode.js │ │ │ │ │ ├── DS_InitiativeTypeCode.js │ │ │ │ │ ├── MD_AssociatedResource.js │ │ │ │ │ ├── MD_DataIdentification.js │ │ │ │ │ ├── MD_ExtendedElementInformation.js │ │ │ │ │ ├── MD_Format.js │ │ │ │ │ ├── MD_KeywordClass.js │ │ │ │ │ ├── MD_KeywordTypeCode.js │ │ │ │ │ ├── MD_Keywords.js │ │ │ │ │ ├── MD_MetadataExtensionInformation.js │ │ │ │ │ ├── MD_Resolution.js │ │ │ │ │ ├── MD_Usage.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── DS_AssociationTypeCode.html │ │ │ │ │ │ ├── DS_InitiativeTypeCode.html │ │ │ │ │ │ ├── MD_AssociatedResource.html │ │ │ │ │ │ ├── MD_DataIdentification.html │ │ │ │ │ │ ├── MD_ExtendedElementInformation.html │ │ │ │ │ │ ├── MD_Format.html │ │ │ │ │ │ ├── MD_KeywordClass.html │ │ │ │ │ │ ├── MD_KeywordTypeCode.html │ │ │ │ │ │ ├── MD_Keywords.html │ │ │ │ │ │ ├── MD_MetadataExtensionInformation.html │ │ │ │ │ │ ├── MD_Resolution.html │ │ │ │ │ │ └── MD_Usage.html │ │ │ │ ├── mrl │ │ │ │ │ ├── LI_Lineage.js │ │ │ │ │ ├── LI_ProcessStep.js │ │ │ │ │ ├── LI_Source.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── LI_Lineage.html │ │ │ │ │ │ ├── LI_ProcessStep.html │ │ │ │ │ │ └── LI_Source.html │ │ │ │ ├── mrs │ │ │ │ │ ├── MD_ReferenceSystem.js │ │ │ │ │ └── templates │ │ │ │ │ │ └── MD_ReferenceSystem.html │ │ │ │ └── msr │ │ │ │ │ ├── MD_CellGeometryCode.js │ │ │ │ │ ├── MD_Dimension.js │ │ │ │ │ ├── MD_DimensionNameTypeCode.js │ │ │ │ │ ├── MD_GeometricObjectTypeCode.js │ │ │ │ │ ├── MD_GeometricObjects.js │ │ │ │ │ ├── MD_Georectified.js │ │ │ │ │ ├── MD_Georeferenceable.js │ │ │ │ │ ├── MD_GridSpatialRepresentation.js │ │ │ │ │ ├── MD_SpatialRepresentation.js │ │ │ │ │ ├── MD_TopologyLevelCode.js │ │ │ │ │ ├── MD_VectorSpatialRepresentation.js │ │ │ │ │ └── templates │ │ │ │ │ ├── MD_CellGeometryCode.html │ │ │ │ │ ├── MD_Dimension.html │ │ │ │ │ ├── MD_DimensionNameTypeCode.html │ │ │ │ │ ├── MD_GeometricObjectTypeCode.html │ │ │ │ │ ├── MD_GeometricObjects.html │ │ │ │ │ ├── MD_Georectified.html │ │ │ │ │ ├── MD_Georeferenceable.html │ │ │ │ │ ├── MD_GridSpatialRepresentation.html │ │ │ │ │ ├── MD_SpatialRepresentation.html │ │ │ │ │ ├── MD_TopologyLevelCode.html │ │ │ │ │ └── MD_VectorSpatialRepresentation.html │ │ │ │ └── myprofile │ │ │ │ ├── base │ │ │ │ ├── DataDocumentType.js │ │ │ │ ├── DataRoot.js │ │ │ │ ├── MyProfileDescriptor.js │ │ │ │ ├── MyProfileDocumentType.js │ │ │ │ ├── PortalItemTransformer.js │ │ │ │ ├── ServiceDocumentType.js │ │ │ │ ├── ServiceRoot.js │ │ │ │ └── templates │ │ │ │ │ ├── DataRoot.html │ │ │ │ │ └── ServiceRoot.html │ │ │ │ └── nls │ │ │ │ └── i18nMyProfile.js │ │ ├── main.js │ │ ├── main │ │ │ ├── APIPanel.js │ │ │ ├── AboutPanel.js │ │ │ ├── App.js │ │ │ ├── CollectionsPanel.js │ │ │ ├── MapPanel.js │ │ │ ├── SearchPanel.js │ │ │ ├── startup.js │ │ │ └── templates │ │ │ │ ├── APIPanel.html │ │ │ │ ├── AboutPanel.html │ │ │ │ ├── App.html │ │ │ │ ├── CollectionsPanel.html │ │ │ │ ├── MapPanel.html │ │ │ │ └── SearchPanel.html │ │ ├── nls │ │ │ ├── i18nInspire.js │ │ │ └── resources.js │ │ ├── preview │ │ │ ├── PreviewPane.js │ │ │ ├── PreviewUtil.js │ │ │ └── templates │ │ │ │ └── PreviewPane.html │ │ ├── search │ │ │ ├── AppliedFilter.js │ │ │ ├── AppliedFilters.js │ │ │ ├── BasicNumericFilter.js │ │ │ ├── BasicNumericFilterSettings.js │ │ │ ├── CollectionsFilter.js │ │ │ ├── CollectionsFilterSettings.js │ │ │ ├── DateFilter.js │ │ │ ├── DropPane.js │ │ │ ├── HierarchyTree.js │ │ │ ├── HierarchyTreeSettings.js │ │ │ ├── ItemCard.js │ │ │ ├── ItemData.js │ │ │ ├── ItemHtml.js │ │ │ ├── NumericFilter.js │ │ │ ├── NumericFilterRange.js │ │ │ ├── NumericFilterSettings.js │ │ │ ├── OpenSearchLinksPane.js │ │ │ ├── PageUrlFilter.js │ │ │ ├── Paging.js │ │ │ ├── QClause.js │ │ │ ├── ResultsPane.js │ │ │ ├── SearchBox.js │ │ │ ├── SearchComponent.js │ │ │ ├── SearchComponentSettings.js │ │ │ ├── SearchPane.js │ │ │ ├── SpatialFilter.js │ │ │ ├── SpatialFilterSettings.js │ │ │ ├── TemporalFilter.js │ │ │ ├── TemporalFilterCalendar.js │ │ │ ├── TemporalFilterSettings.js │ │ │ ├── TermsAggregation.js │ │ │ ├── TermsAggregationSettings.js │ │ │ └── templates │ │ │ │ ├── AppliedFilter.html │ │ │ │ ├── AppliedFilters.html │ │ │ │ ├── BasicNumericFilter.html │ │ │ │ ├── BasicNumericFilterSettings.html │ │ │ │ ├── CollectionsFilter.html │ │ │ │ ├── CollectionsFilterSettings.html │ │ │ │ ├── DateFilter.html │ │ │ │ ├── HierarchyTree.html │ │ │ │ ├── HierarchyTreeSettings.html │ │ │ │ ├── ItemCard.html │ │ │ │ ├── ItemData.html │ │ │ │ ├── ItemHtml.html │ │ │ │ ├── NumericFilter.html │ │ │ │ ├── NumericFilterRange.html │ │ │ │ ├── NumericFilterSettings.html │ │ │ │ ├── OpenSearchLinksPane.html │ │ │ │ ├── Paging.html │ │ │ │ ├── ResultsPane.html │ │ │ │ ├── SearchBox.html │ │ │ │ ├── SearchPane.html │ │ │ │ ├── SpatialFilter.html │ │ │ │ ├── SpatialFilterSettings.html │ │ │ │ ├── TemporalFilter.html │ │ │ │ ├── TemporalFilterCalendar.html │ │ │ │ ├── TemporalFilterSettings.html │ │ │ │ ├── TermsAggregation.html │ │ │ │ └── TermsAggregationSettings.html │ │ └── style │ │ │ ├── gxe-calcite.css │ │ │ ├── images │ │ │ └── LoadingAnimation16_Trans.gif │ │ │ └── main.css │ │ ├── custom │ │ ├── custom.css │ │ └── custom.js │ │ ├── images │ │ ├── account-placehold.svg │ │ ├── calendar.png │ │ ├── esri-logo-sym.png │ │ ├── facebook.svg │ │ ├── favicon.ico │ │ ├── loading.gif │ │ ├── opensearch.png │ │ ├── serviceCheckerBad16.png │ │ ├── serviceCheckerExcellent16.png │ │ ├── serviceCheckerGood16.png │ │ ├── serviceCheckerUnknown16.png │ │ ├── serviceCheckerVeryBad16.png │ │ └── twitter.svg │ │ ├── index.html │ │ ├── lib │ │ ├── bootstrap-5.3.3.min.js │ │ ├── bootstrap.css │ │ ├── c3.min-0.4.10.js │ │ ├── d3-3.5.5.js │ │ ├── for-viewer-index.html │ │ ├── init.js │ │ ├── jquery-3.7.1.min.js │ │ ├── popper.min.js │ │ ├── startup.js │ │ ├── typeahead.css │ │ └── typeahead.js │ │ ├── oauth-callback.html │ │ └── standalone-metadata-editor.html └── testdata │ ├── XsltAndXMLtesting.xpr │ ├── dublincore │ ├── coral_datagov.xml │ ├── dc_datacite.xml │ ├── dc_datagov_ckan.xml │ ├── dc_noaa_ckan1.xml │ ├── dc_nolinks_demockan.xml │ ├── dc_w_anon_scheme_references.xml │ ├── dc_with_references_noaa.xml │ └── oai_oai_datacite.org_1819972.xml │ └── iso19115 │ ├── cinergi_cuahsi_his_TuolumneMdw.xml │ ├── citation_date.xml │ ├── citation_dateTime.xml │ ├── linkstest.xml │ ├── linkstest_2.xml │ ├── linkstest_3.xml │ ├── noaa_schema_org_issue.xml │ ├── sciencebase_authors.xml │ ├── sciencebase_links.xml │ ├── temporal_extent.xml │ ├── temporal_lineage.xml │ ├── temporal_namedeperiod_only_earthref.xml │ ├── temporal_over2000.xml │ └── temporal_under1400.xml └── metadata-editor ├── app └── gxe │ ├── nls │ ├── i18nBase.js │ ├── i18nCodelists.js │ ├── i18nFgdc.js │ ├── i18nGeoplatform.js │ ├── i18nIso.js │ ├── i18nRTX.js │ └── i18nSDSFIE.js │ └── types │ ├── ISO19115 │ ├── base │ │ ├── DataDocumentType.js │ │ ├── DataRoot.js │ │ ├── GmiDocumentType.js │ │ ├── GmiRoot.js │ │ ├── ISO19115Descriptor.js │ │ ├── ISO19115DocumentType.js │ │ ├── PortalItemTransformer.js │ │ ├── ServiceDocumentType.js │ │ ├── ServiceRoot.js │ │ └── templates │ │ │ ├── DataRoot.html │ │ │ ├── GmiRoot.html │ │ │ └── ServiceRoot.html │ ├── context │ │ └── DescriptorMixin.js │ ├── gmd │ │ ├── PT_FreeText.js │ │ ├── PT_FreeText_Area.js │ │ ├── PT_FreeText_DelimitedArea.js │ │ ├── PT_FreeText_LargeArea.js │ │ ├── citation │ │ │ ├── CI_Address.js │ │ │ ├── CI_ApplicationProfile.js │ │ │ ├── CI_ApplicationProfileData.js │ │ │ ├── CI_Contact.js │ │ │ ├── CI_Date.js │ │ │ ├── CI_DateTypeCode.js │ │ │ ├── CI_OnlineFunctionCode.js │ │ │ ├── CI_OnlineResource.js │ │ │ ├── CI_ResponsibleParty.js │ │ │ ├── CI_RoleCode.js │ │ │ ├── CI_Telephone.js │ │ │ ├── ResourceCitation.js │ │ │ ├── ResourceCitation2.js │ │ │ ├── ResourceContact.js │ │ │ ├── ResourceIdentifier.js │ │ │ ├── SimpleCI_Citation.js │ │ │ ├── SpecificationCitation.js │ │ │ └── templates │ │ │ │ ├── CI_Address.html │ │ │ │ ├── CI_ApplicationProfile.html │ │ │ │ ├── CI_ApplicationProfileData.html │ │ │ │ ├── CI_Contact.html │ │ │ │ ├── CI_Date.html │ │ │ │ ├── CI_DateTypeCode.html │ │ │ │ ├── CI_OnlineFunctionCode.html │ │ │ │ ├── CI_OnlineResource.html │ │ │ │ ├── CI_ResponsibleParty.html │ │ │ │ ├── CI_RoleCode.html │ │ │ │ ├── CI_Telephone.html │ │ │ │ ├── ResourceCitation.html │ │ │ │ ├── ResourceCitation2.html │ │ │ │ ├── ResourceContact.html │ │ │ │ ├── ResourceIdentifier.html │ │ │ │ ├── SimpleCI_Citation.html │ │ │ │ └── SpecificationCitation.html │ │ ├── constraints │ │ │ ├── MD_ClassificationCode.js │ │ │ ├── MD_Constraints.js │ │ │ ├── MD_LegalConstraints.js │ │ │ ├── MD_RestrictionCode.js │ │ │ ├── MD_SecurityConstraints.js │ │ │ ├── ResourceConstraints.js │ │ │ └── templates │ │ │ │ ├── MD_ClassificationCode.html │ │ │ │ ├── MD_Constraints.html │ │ │ │ ├── MD_LegalConstraints.html │ │ │ │ ├── MD_RestrictionCode.html │ │ │ │ ├── MD_SecurityConstraints.html │ │ │ │ └── ResourceConstraints.html │ │ ├── dataQuality │ │ │ ├── ConformanceDegree.js │ │ │ ├── ConformanceReport.js │ │ │ ├── Lineage.js │ │ │ ├── Quality.js │ │ │ ├── Scope.js │ │ │ └── templates │ │ │ │ ├── ConformanceDegree.html │ │ │ │ ├── ConformanceReport.html │ │ │ │ ├── Lineage.html │ │ │ │ ├── Quality.html │ │ │ │ └── Scope.html │ │ ├── distribution │ │ │ ├── Distribution.js │ │ │ ├── DistributionFormat.js │ │ │ ├── TransferOptions.js │ │ │ └── templates │ │ │ │ ├── Distribution.html │ │ │ │ ├── DistributionFormat.html │ │ │ │ ├── TransferOptions - Copy.html │ │ │ │ └── TransferOptions.html │ │ ├── extent │ │ │ ├── GeographicElement.js │ │ │ ├── TemporalElement.js │ │ │ └── templates │ │ │ │ ├── GeographicElement.html │ │ │ │ └── TemporalElement.html │ │ ├── identification │ │ │ ├── DataIdentification.js │ │ │ ├── DataRepresentation.js │ │ │ ├── DataResourceTab.js │ │ │ ├── MD_BrowseGraphic.js │ │ │ ├── MD_KeywordTypeCode.js │ │ │ ├── MD_Keywords.js │ │ │ ├── MD_ProgressCode.js │ │ │ ├── MD_SpatialRepresentationTypeCode.js │ │ │ ├── ResourceClassification.js │ │ │ ├── ResourceDescription.js │ │ │ ├── ResourceExtent.js │ │ │ ├── ResourceKeywords.js │ │ │ ├── ResourceLanguage.js │ │ │ ├── ResourceThumbnail.js │ │ │ ├── SimpleMD_Identifier.js │ │ │ └── templates │ │ │ │ ├── DataIdentification.html │ │ │ │ ├── DataRepresentation.html │ │ │ │ ├── DataResourceTab.html │ │ │ │ ├── MD_BrowseGraphic.html │ │ │ │ ├── MD_KeywordTypeCode.html │ │ │ │ ├── MD_Keywords.html │ │ │ │ ├── MD_ProgressCode.html │ │ │ │ ├── MD_SpatialRepresentationTypeCode.html │ │ │ │ ├── ResourceClassification.html │ │ │ │ ├── ResourceDescription.html │ │ │ │ ├── ResourceExtent.html │ │ │ │ ├── ResourceKeywords.html │ │ │ │ ├── ResourceLanguage.html │ │ │ │ ├── ResourceThumbnail.html │ │ │ │ └── SimpleMD_Identifier.html │ │ ├── maintenance │ │ │ ├── MD_MaintenanceFrequencyCode.js │ │ │ ├── MD_MaintenanceInformation.js │ │ │ ├── MD_ScopeCode.js │ │ │ └── templates │ │ │ │ ├── MD_MaintenanceFrequencyCode.html │ │ │ │ ├── MD_MaintenanceInformation.html │ │ │ │ └── MD_ScopeCode.html │ │ ├── metadataEntity │ │ │ ├── MetadataContact.js │ │ │ ├── MetadataDate.js │ │ │ ├── MetadataFileIdentifier.js │ │ │ ├── MetadataHierarchy.js │ │ │ ├── MetadataIdentifier.js │ │ │ ├── MetadataLanguage.js │ │ │ ├── MetadataReference.js │ │ │ ├── MetadataSection.js │ │ │ ├── MetadataStandard.js │ │ │ └── templates │ │ │ │ ├── MetadataContact.html │ │ │ │ ├── MetadataDate.html │ │ │ │ ├── MetadataFileIdentifier.html │ │ │ │ ├── MetadataHierarchy.html │ │ │ │ ├── MetadataIdentifier.html │ │ │ │ ├── MetadataLanguage.html │ │ │ │ ├── MetadataReference.html │ │ │ │ ├── MetadataSection.html │ │ │ │ └── MetadataStandard.html │ │ └── templates │ │ │ ├── PT_FreeText.html │ │ │ ├── PT_FreeText_Area.html │ │ │ ├── PT_FreeText_DelimitedArea.html │ │ │ └── PT_FreeText_LargeArea.html │ ├── gmi │ │ └── acquisitionInformation │ │ │ ├── Acquisition.js │ │ │ ├── AcquisitionPlan.js │ │ │ ├── AcquisitionRequirement.js │ │ │ ├── EnvironmentalConditions.js │ │ │ ├── Instrument.js │ │ │ ├── MI_ContextCode.js │ │ │ ├── MI_EnvironmentalRecord.js │ │ │ ├── MI_Event.js │ │ │ ├── MI_GeometryTypeCode.js │ │ │ ├── MI_Instrument.js │ │ │ ├── MI_Objective.js │ │ │ ├── MI_ObjectiveTypeCode.js │ │ │ ├── MI_Operation.js │ │ │ ├── MI_OperationTypeCode.js │ │ │ ├── MI_Plan.js │ │ │ ├── MI_Platform.js │ │ │ ├── MI_PlatformPass.js │ │ │ ├── MI_PriorityCode.js │ │ │ ├── MI_Requirement.js │ │ │ ├── MI_SequenceCode.js │ │ │ ├── MI_TriggerCode.js │ │ │ ├── Objective.js │ │ │ ├── Operation.js │ │ │ ├── Platform.js │ │ │ └── templates │ │ │ ├── Acquisition.html │ │ │ ├── AcquisitionPlan.html │ │ │ ├── AcquisitionRequirement.html │ │ │ ├── EnvironmentalConditions.html │ │ │ ├── Instrument.html │ │ │ ├── MI_ContextCode.html │ │ │ ├── MI_EnvironmentalRecord.html │ │ │ ├── MI_Event.html │ │ │ ├── MI_GeometryTypeCode.html │ │ │ ├── MI_Instrument.html │ │ │ ├── MI_Objective.html │ │ │ ├── MI_ObjectiveTypeCode.html │ │ │ ├── MI_Operation.html │ │ │ ├── MI_OperationTypeCode.html │ │ │ ├── MI_Plan.html │ │ │ ├── MI_Platform.html │ │ │ ├── MI_PlatformPass.html │ │ │ ├── MI_PriorityCode.html │ │ │ ├── MI_Requirement.html │ │ │ ├── MI_SequenceCode.html │ │ │ ├── MI_TriggerCode.html │ │ │ ├── Objective.html │ │ │ ├── Operation.html │ │ │ └── Platform.html │ ├── lan │ │ ├── CountryCode.js │ │ ├── LanguageCode.js │ │ ├── MD_CharacterSetCode.js │ │ ├── PT_Locale.js │ │ └── templates │ │ │ ├── CountryCode.html │ │ │ ├── LanguageCode.html │ │ │ ├── MD_CharacterSetCode.html │ │ │ └── PT_Locale.html │ ├── nls │ │ ├── en │ │ │ └── i18nISO19115.js │ │ ├── i18nISO19115.js │ │ ├── zh-cn │ │ │ └── i18nISO19115.js │ │ └── zh-hk │ │ │ └── i18nISO19115.js │ └── srv │ │ ├── ContainsOperations.js │ │ ├── CouplingType.js │ │ ├── OperatesOn.js │ │ ├── ServiceExtent.js │ │ ├── ServiceIdentification.js │ │ ├── ServiceResourceTab.js │ │ ├── ServiceType.js │ │ └── templates │ │ ├── ContainsOperations.html │ │ ├── CouplingType.html │ │ ├── OperatesOn.html │ │ ├── ServiceExtent.html │ │ ├── ServiceIdentification.html │ │ ├── ServiceResourceTab.html │ │ └── ServiceType.html │ ├── dublin-core │ ├── base │ │ ├── DataDocumentType.js │ │ ├── DataRoot.js │ │ ├── DublinCoreDocumentType.js │ │ ├── GeoExtentTool.js │ │ ├── MyProfileDescriptor.js │ │ ├── PortalItemTransformer.js │ │ ├── ServiceDocumentType.js │ │ ├── ServiceRoot.js │ │ └── templates │ │ │ ├── DataRoot.html │ │ │ └── ServiceRoot.html │ └── nls │ │ ├── i18nDublinCore.js │ │ └── i18nMyProfile.js │ ├── fgdc-blm │ ├── base │ │ ├── Descriptor.js │ │ ├── DocumentType.js │ │ ├── FgdcDocumentType.js │ │ ├── PortalItemTransformer.js │ │ ├── Root.js │ │ └── templates │ │ │ └── Root.html │ ├── citeinfo │ │ ├── citeinfo.js │ │ └── templates │ │ │ └── citeinfo.html │ ├── distinfo │ │ ├── distinfo.js │ │ └── templates │ │ │ └── distinfo.html │ ├── eainfo │ │ ├── eainfo.js │ │ └── templates │ │ │ └── eainfo.html │ ├── idinfo │ │ ├── bounding.js │ │ ├── browse.js │ │ ├── descript.js │ │ ├── idinfo.js │ │ ├── keywords.js │ │ ├── secinfo.js │ │ ├── status.js │ │ ├── templates │ │ │ ├── bounding.html │ │ │ ├── browse.html │ │ │ ├── descript.html │ │ │ ├── idinfo.html │ │ │ ├── keywords.html │ │ │ ├── secinfo.html │ │ │ ├── status.html │ │ │ └── timeperd.html │ │ └── timeperd.js │ └── metainfo │ │ ├── metainfo.js │ │ └── templates │ │ └── metainfo.html │ ├── geoplatform │ ├── base │ │ ├── DataDocumentType.js │ │ ├── DataRoot.js │ │ ├── GeoplatformDocumentType.js │ │ ├── PortalItemTransformer.js │ │ └── templates │ │ │ └── DataRoot.html │ └── gmd │ │ ├── citation │ │ ├── CI_Citation.js │ │ ├── CI_OnlineFunctionCode.js │ │ └── templates │ │ │ ├── CI_Citation.html │ │ │ └── CI_OnlineFunctionCode.html │ │ ├── distribution │ │ ├── Distribution.js │ │ ├── DistributionFormat.js │ │ ├── MD_Distributor.js │ │ ├── TransferOptions.js │ │ └── templates │ │ │ ├── Distribution.html │ │ │ ├── DistributionFormat.html │ │ │ ├── MD_Distributor.html │ │ │ └── TransferOptions.html │ │ ├── identification │ │ ├── DataResourceTab.js │ │ ├── Identification.js │ │ ├── LayerIdentification.js │ │ ├── LayerResourceTab.js │ │ ├── MD_Concept.js │ │ ├── MD_Identifier.js │ │ ├── MD_KeywordClass.js │ │ ├── MD_KeywordTypeCode.js │ │ ├── MD_Keywords.js │ │ ├── MapResourceTab.js │ │ ├── ResourceKeywords.js │ │ ├── ResourceTab.js │ │ └── templates │ │ │ ├── DataResourceTab.html │ │ │ ├── Identification.html │ │ │ ├── LayerIdentification.html │ │ │ ├── LayerResourceTab.html │ │ │ ├── MD_Concept.html │ │ │ ├── MD_Identifier.html │ │ │ ├── MD_KeywordClass.html │ │ │ ├── MD_KeywordTypeCode.html │ │ │ ├── MD_Keywords.html │ │ │ ├── MapResourceTab.html │ │ │ ├── ResourceKeywords.html │ │ │ └── ResourceTab.html │ │ ├── maintenance │ │ ├── MD_ScopeCode.js │ │ └── templates │ │ │ └── MD_ScopeCode.html │ │ └── metadataEntity │ │ ├── MetadataIdentifier.js │ │ ├── MetadataSection.js │ │ ├── MetadataStandard.js │ │ ├── ResourceScope.js │ │ └── templates │ │ ├── MetadataIdentifier.html │ │ ├── MetadataSection.html │ │ ├── MetadataStandard.html │ │ └── ResourceScope.html │ ├── inspire2 │ ├── base │ │ ├── DataDocumentType.js │ │ ├── DataRoot.js │ │ ├── Descriptor.js │ │ ├── InspireDocumentType.js │ │ ├── PortalItemTransformer.js │ │ ├── ServiceDocumentType.js │ │ ├── ServiceRoot.js │ │ └── templates │ │ │ ├── DataRoot.html │ │ │ └── ServiceRoot.html │ ├── context │ │ └── DescriptorMixin.js │ ├── gmd │ │ ├── citation │ │ │ ├── CI_Date.js │ │ │ ├── CI_RoleCode.js │ │ │ ├── ResourceCitation.js │ │ │ ├── ResourceContact.js │ │ │ ├── ResourceIdentifier.js │ │ │ ├── SpecificationCitation.js │ │ │ ├── SpecificationCitationDate.js │ │ │ └── templates │ │ │ │ ├── CI_Date.html │ │ │ │ ├── CI_RoleCode.html │ │ │ │ ├── ResourceCitation.html │ │ │ │ ├── ResourceContact.html │ │ │ │ ├── ResourceIdentifier.html │ │ │ │ ├── SpecificationCitation.html │ │ │ │ └── SpecificationCitationDate.html │ │ ├── constraints │ │ │ ├── OtherConstraints.js │ │ │ ├── ResourceConstraints.js │ │ │ ├── UseLimitation.js │ │ │ └── templates │ │ │ │ ├── OtherConstraints.html │ │ │ │ ├── ResourceConstraints.html │ │ │ │ └── UseLimitation.html │ │ ├── dataQuality │ │ │ ├── ConformanceCitation.js │ │ │ ├── ConformanceDegree.js │ │ │ ├── ConformanceReport.js │ │ │ ├── Quality.js │ │ │ └── templates │ │ │ │ ├── ConformanceCitation.html │ │ │ │ ├── ConformanceDegree.html │ │ │ │ ├── ConformanceReport.html │ │ │ │ └── Quality.html │ │ ├── distribution │ │ │ ├── Distribution.js │ │ │ ├── DistributionFormat.js │ │ │ └── templates │ │ │ │ ├── Distribution.html │ │ │ │ └── DistributionFormat.html │ │ ├── extent │ │ │ ├── GeographicElement.js │ │ │ ├── TemporalElement.js │ │ │ └── templates │ │ │ │ ├── GeographicElement.html │ │ │ │ └── TemporalElement.html │ │ ├── freeText │ │ │ ├── LanguageCode.js │ │ │ └── templates │ │ │ │ └── LanguageCode.html │ │ ├── identification │ │ │ ├── DataIdentification.js │ │ │ ├── DataRepresentation.js │ │ │ ├── DataResourceKeywords.js │ │ │ ├── DataResourceTab.js │ │ │ ├── DataThemeKeywords.js │ │ │ ├── GemetConceptKeywords.js │ │ │ ├── MD_Keywords.js │ │ │ ├── OtherKeywords.js │ │ │ ├── ResourceExtent.js │ │ │ ├── ResourceLanguage.js │ │ │ └── templates │ │ │ │ ├── DataIdentification.html │ │ │ │ ├── DataRepresentation.html │ │ │ │ ├── DataResourceKeywords.html │ │ │ │ ├── DataResourceTab.html │ │ │ │ ├── DataThemeKeywords.html │ │ │ │ ├── GemetConceptKeywords.html │ │ │ │ ├── MD_Keywords.html │ │ │ │ ├── OtherKeywords.html │ │ │ │ ├── ResourceExtent.html │ │ │ │ └── ResourceLanguage.html │ │ └── metadataEntity │ │ │ ├── MetadataContact.js │ │ │ ├── MetadataHierarchy.js │ │ │ ├── MetadataIdentifier.js │ │ │ ├── MetadataLanguage.js │ │ │ ├── MetadataReference.js │ │ │ ├── MetadataSection.js │ │ │ └── templates │ │ │ ├── MetadataContact.html │ │ │ ├── MetadataHierarchy.html │ │ │ ├── MetadataIdentifier.html │ │ │ ├── MetadataLanguage.html │ │ │ ├── MetadataReference.html │ │ │ └── MetadataSection.html │ └── srv │ │ ├── ContainsOperations.js │ │ ├── OperatesOn.js │ │ ├── ServiceCategoryKeywords.js │ │ ├── ServiceCategoryOptions.js │ │ ├── ServiceExtent.js │ │ ├── ServiceIdentification.js │ │ ├── ServiceResourceKeywords.js │ │ ├── ServiceResourceTab.js │ │ ├── ServiceType.js │ │ ├── citation │ │ ├── CI_RoleCode.js │ │ ├── ResourceCitation.js │ │ ├── ResourceContact.js │ │ ├── ResourceIdentifier.js │ │ └── templates │ │ │ ├── CI_RoleCode.html │ │ │ ├── ResourceCitation.html │ │ │ ├── ResourceContact.html │ │ │ └── ResourceIdentifier.html │ │ ├── dataQuality │ │ ├── AvailabilityConsistencyReport.js │ │ ├── CapacityConsistencyReport.js │ │ ├── ClassConformanceReport.js │ │ ├── ConceptualConsistency.js │ │ ├── ConformanceReport.js │ │ ├── FreeTextConformanceCitation.js │ │ ├── FreeTextConformanceReport.js │ │ ├── HarmonisedConformanceCitation.js │ │ ├── InteroperableConformanceCitation.js │ │ ├── InvocableConformanceCitation.js │ │ ├── OfficialTitleConformanceCitation.js │ │ ├── OfficialTitleConformanceReport.js │ │ ├── PerformanceConsistencyReport.js │ │ ├── Quality.js │ │ ├── Scope.js │ │ └── templates │ │ │ ├── AvailabilityConsistencyReport.html │ │ │ ├── CapacityConsistencyReport.html │ │ │ ├── ClassConformanceReport.html │ │ │ ├── ConceptualConsistency.html │ │ │ ├── ConformanceReport.html │ │ │ ├── FreeTextConformanceCitation.html │ │ │ ├── FreeTextConformanceReport.html │ │ │ ├── HarmonisedConformanceCitation.html │ │ │ ├── InteroperableConformanceCitation.html │ │ │ ├── InvocableConformanceCitation.html │ │ │ ├── OfficialTitleConformanceCitation.html │ │ │ ├── OfficialTitleConformanceReport.html │ │ │ ├── PerformanceConsistencyReport.html │ │ │ ├── Quality.html │ │ │ └── Scope.html │ │ ├── distribution │ │ ├── Distribution.js │ │ ├── TransferOptions.js │ │ └── templates │ │ │ ├── Distribution.html │ │ │ └── TransferOptions.html │ │ ├── metadataEntity │ │ ├── MetadataHierarchy.js │ │ ├── MetadataIdentifier.js │ │ ├── MetadataSection.js │ │ └── templates │ │ │ ├── MetadataHierarchy.html │ │ │ ├── MetadataIdentifier.html │ │ │ └── MetadataSection.html │ │ └── templates │ │ ├── ContainsOperations.html │ │ ├── OperatesOn.html │ │ ├── ServiceCategoryKeywords.html │ │ ├── ServiceCategoryOptions.html │ │ ├── ServiceExtent.html │ │ ├── ServiceIdentification.html │ │ ├── ServiceResourceKeywords.html │ │ ├── ServiceResourceTab.html │ │ └── ServiceType.html │ ├── iso-19115-3 │ ├── base │ │ ├── DataDocumentType.js │ │ ├── DataRoot.js │ │ ├── GeoExtentTool.js │ │ ├── ISODocumentType.js │ │ ├── MyProfileDescriptor.js │ │ ├── PortalItemTransformer.js │ │ └── templates │ │ │ └── DataRoot.html │ ├── cit │ │ ├── CI_Address.js │ │ ├── CI_Citation.js │ │ ├── CI_Contact.js │ │ ├── CI_Date.js │ │ ├── CI_DateTypeCode.js │ │ ├── CI_Individual.js │ │ ├── CI_OnLineFunctionCode.js │ │ ├── CI_OnlineResource.js │ │ ├── CI_Organisation.js │ │ ├── CI_Party.js │ │ ├── CI_PresentationFormCode.js │ │ ├── CI_Responsibility.js │ │ ├── CI_RoleCode.js │ │ ├── CI_Series.js │ │ ├── CI_Telephone.js │ │ └── templates │ │ │ ├── CI_Address.html │ │ │ ├── CI_Citation.html │ │ │ ├── CI_Contact.html │ │ │ ├── CI_Date.html │ │ │ ├── CI_DateTypeCode.html │ │ │ ├── CI_Individual.html │ │ │ ├── CI_OnLineFunctionCode.html │ │ │ ├── CI_OnlineResource.html │ │ │ ├── CI_Organisation.html │ │ │ ├── CI_Party.html │ │ │ ├── CI_PresentationFormCode.html │ │ │ ├── CI_Responsibility.html │ │ │ ├── CI_RoleCode.html │ │ │ ├── CI_Series.html │ │ │ └── CI_Telephone.html │ ├── gex │ │ ├── EX_Extent.js │ │ ├── EX_GeographicExtent.js │ │ ├── EX_TemporalExtent.js │ │ ├── EX_VerticalExtent.js │ │ └── templates │ │ │ ├── EX_Extent.html │ │ │ ├── EX_GeographicExtent.html │ │ │ ├── EX_TemporalExtent.html │ │ │ └── EX_VerticalExtent.html │ ├── gfc │ │ ├── FC_Constraint.js │ │ ├── FC_DefinitionReference.js │ │ ├── FC_DefinitionSource.js │ │ ├── FC_FeatureCatalogue.js │ │ ├── FC_FeatureType.js │ │ ├── FC_InheritanceRelation.js │ │ ├── FC_PropertyType.js │ │ └── templates │ │ │ ├── FC_Constraint.html │ │ │ ├── FC_DefinitionReference.html │ │ │ ├── FC_DefinitionSource.html │ │ │ ├── FC_FeatureCatalogue.html │ │ │ ├── FC_FeatureType.html │ │ │ ├── FC_InheritanceRelation.html │ │ │ └── FC_PropertyType.html │ ├── gmd │ │ ├── EX_Extent.js │ │ ├── EX_GeographicExtent.js │ │ ├── EX_TemporalExtent.js │ │ ├── EX_VerticalExtent.js │ │ ├── PT_FreeText.js │ │ └── templates │ │ │ ├── EX_Extent.html │ │ │ ├── EX_GeographicExtent.html │ │ │ ├── EX_TemporalExtent.html │ │ │ ├── EX_VerticalExtent.html │ │ │ └── PT_FreeText.html │ ├── lan │ │ ├── CountryCode.js │ │ ├── LanguageCode.js │ │ ├── LocalName.js │ │ ├── MD_CharacterSetCode.js │ │ ├── PT_FreeText.js │ │ ├── PT_Locale.js │ │ └── templates │ │ │ ├── CountryCode.html │ │ │ ├── LanguageCode.html │ │ │ ├── LocalName.html │ │ │ ├── MD_CharacterSetCode.html │ │ │ ├── PT_FreeText.html │ │ │ └── PT_Locale.html │ ├── mas │ │ ├── MD_ApplicationSchemaInformation.js │ │ └── templates │ │ │ └── MD_ApplicationSchemaInformation.html │ ├── mcc │ │ ├── MD_BrowseGraphic.js │ │ ├── MD_Identifier.js │ │ ├── MD_ProgressCode.js │ │ ├── MD_Scope.js │ │ ├── MD_ScopeCode.js │ │ ├── MD_ScopeDescription.js │ │ ├── MD_SpatialRepresentationTypeCode.js │ │ └── templates │ │ │ ├── MD_BrowseGraphic.html │ │ │ ├── MD_Identifier.html │ │ │ ├── MD_ProgressCode.html │ │ │ ├── MD_Scope.html │ │ │ ├── MD_ScopeCode.html │ │ │ ├── MD_ScopeDescription.html │ │ │ └── MD_SpatialRepresentationTypeCode.html │ ├── mco │ │ ├── MD_ClassificationCode.js │ │ ├── MD_Constraints.js │ │ ├── MD_LegalConstraints.js │ │ ├── MD_Releasability.js │ │ ├── MD_RestrictionCode.js │ │ ├── MD_SecurityConstraints.js │ │ └── templates │ │ │ ├── MD_ClassificationCode.html │ │ │ ├── MD_Constraints.html │ │ │ ├── MD_LegalConstraints.html │ │ │ ├── MD_Releasability.html │ │ │ ├── MD_RestrictionCode.html │ │ │ └── MD_SecurityConstraints.html │ ├── mdb │ │ ├── MD_Identification.js │ │ ├── MD_Metadata.js │ │ ├── MD_MetadataScope.js │ │ ├── identificationInfo.js │ │ ├── metadataConstraints.js │ │ ├── metadataIdentifier.js │ │ ├── resourceConstraints.js │ │ ├── resourceLineage.js │ │ └── templates │ │ │ ├── MD_Identification.html │ │ │ ├── MD_Metadata.html │ │ │ ├── MD_MetadataScope.html │ │ │ ├── identificationInfo.html │ │ │ ├── metadataConstraints.html │ │ │ ├── metadataIdentifier.html │ │ │ ├── resourceConstraints.html │ │ │ └── resourceLineage.html │ ├── mdq │ │ ├── DQ_ConformanceResult.js │ │ ├── DQ_DataQuality.js │ │ ├── DQ_DomainConsistency.js │ │ ├── DQ_MeasureReference.js │ │ └── templates │ │ │ ├── DQ_ConformanceResult.html │ │ │ ├── DQ_DataQuality.html │ │ │ ├── DQ_DomainConsistency.html │ │ │ └── DQ_MeasureReference.html │ ├── mmi │ │ ├── MD_MaintenanceInformation.js │ │ └── templates │ │ │ └── MD_MaintenanceInformation.html │ ├── mpc │ │ ├── MD_PortrayalCatalogueReference.js │ │ └── templates │ │ │ └── MD_PortrayalCatalogueReference.html │ ├── mrc │ │ ├── MD_AttributeGroup.js │ │ ├── MD_Band.js │ │ ├── MD_ContentInformation.js │ │ ├── MD_CoverageContentTypeCode.js │ │ ├── MD_CoverageDescription.js │ │ ├── MD_FeatureCatalogue.js │ │ ├── MD_FeatureCatalogueDescription.js │ │ ├── MD_FeatureTypeInfo.js │ │ ├── MD_ImageDescription.js │ │ ├── MD_RangeDimension.js │ │ ├── MD_SampleDimension.js │ │ └── templates │ │ │ ├── MD_AttributeGroup.html │ │ │ ├── MD_Band.html │ │ │ ├── MD_ContentInformation.html │ │ │ ├── MD_CoverageContentTypeCode.html │ │ │ ├── MD_CoverageDescription.html │ │ │ ├── MD_FeatureCatalogue.html │ │ │ ├── MD_FeatureCatalogueDescription.html │ │ │ ├── MD_FeatureTypeInfo.html │ │ │ ├── MD_ImageDescription.html │ │ │ ├── MD_RangeDimension.html │ │ │ └── MD_SampleDimension.html │ ├── mrd │ │ ├── MD_DigitalTransferOptions.js │ │ ├── MD_Distribution.js │ │ ├── MD_Distributor.js │ │ ├── MD_Medium.js │ │ ├── MD_MediumFormatCode.js │ │ ├── MD_StandardOrderProcess.js │ │ └── templates │ │ │ ├── MD_DigitalTransferOptions.html │ │ │ ├── MD_Distribution.html │ │ │ ├── MD_Distributor.html │ │ │ ├── MD_Medium.html │ │ │ ├── MD_MediumFormatCode.html │ │ │ └── MD_StandardOrderProcess.html │ ├── mri │ │ ├── DS_AssociationTypeCode.js │ │ ├── DS_InitiativeTypeCode.js │ │ ├── MD_AssociatedResource.js │ │ ├── MD_DataIdentification.js │ │ ├── MD_ExtendedElementInformation.js │ │ ├── MD_Format.js │ │ ├── MD_KeywordClass.js │ │ ├── MD_KeywordTypeCode.js │ │ ├── MD_Keywords.js │ │ ├── MD_MetadataExtensionInformation.js │ │ ├── MD_Resolution.js │ │ ├── MD_Usage.js │ │ └── templates │ │ │ ├── DS_AssociationTypeCode.html │ │ │ ├── DS_InitiativeTypeCode.html │ │ │ ├── MD_AssociatedResource.html │ │ │ ├── MD_DataIdentification.html │ │ │ ├── MD_ExtendedElementInformation.html │ │ │ ├── MD_Format.html │ │ │ ├── MD_KeywordClass.html │ │ │ ├── MD_KeywordTypeCode.html │ │ │ ├── MD_Keywords.html │ │ │ ├── MD_MetadataExtensionInformation.html │ │ │ ├── MD_Resolution.html │ │ │ └── MD_Usage.html │ ├── mrl │ │ ├── LI_Lineage.js │ │ ├── LI_ProcessStep.js │ │ ├── LI_Source.js │ │ └── templates │ │ │ ├── LI_Lineage.html │ │ │ ├── LI_ProcessStep.html │ │ │ └── LI_Source.html │ ├── mrs │ │ ├── MD_ReferenceSystem.js │ │ └── templates │ │ │ └── MD_ReferenceSystem.html │ ├── msr │ │ ├── MD_CellGeometryCode.js │ │ ├── MD_Dimension.js │ │ ├── MD_DimensionNameTypeCode.js │ │ ├── MD_GeometricObjectTypeCode.js │ │ ├── MD_GeometricObjects.js │ │ ├── MD_Georectified.js │ │ ├── MD_Georeferenceable.js │ │ ├── MD_GridSpatialRepresentation.js │ │ ├── MD_SpatialRepresentation.js │ │ ├── MD_TopologyLevelCode.js │ │ ├── MD_VectorSpatialRepresentation.js │ │ └── templates │ │ │ ├── MD_CellGeometryCode.html │ │ │ ├── MD_Dimension.html │ │ │ ├── MD_DimensionNameTypeCode.html │ │ │ ├── MD_GeometricObjectTypeCode.html │ │ │ ├── MD_GeometricObjects.html │ │ │ ├── MD_Georectified.html │ │ │ ├── MD_Georeferenceable.html │ │ │ ├── MD_GridSpatialRepresentation.html │ │ │ ├── MD_SpatialRepresentation.html │ │ │ ├── MD_TopologyLevelCode.html │ │ │ └── MD_VectorSpatialRepresentation.html │ └── nls │ │ ├── en │ │ └── i18nIso3.js │ │ ├── i18nDublinCore.js │ │ ├── i18nIso3.js │ │ ├── i18nMyProfile.js │ │ ├── zh-cn │ │ └── i18nIso3.js │ │ └── zh-hk │ │ └── i18nIso3.js │ ├── iso │ ├── base │ │ ├── DataDocumentType.js │ │ ├── DataRoot.js │ │ ├── GmiDocumentType.js │ │ ├── GmiRoot.js │ │ ├── IsoDocumentType.js │ │ ├── PortalItemTransformer.js │ │ ├── ServiceDocumentType.js │ │ ├── ServiceRoot.js │ │ └── templates │ │ │ ├── DataRoot.html │ │ │ ├── GmiRoot.html │ │ │ └── ServiceRoot.html │ ├── gmd │ │ ├── citation │ │ │ ├── CI_Address.js │ │ │ ├── CI_Contact.js │ │ │ ├── CI_Date.js │ │ │ ├── CI_DateTypeCode.js │ │ │ ├── CI_OnlineFunctionCode.js │ │ │ ├── CI_OnlineResource.js │ │ │ ├── CI_ResponsibleParty.js │ │ │ ├── CI_RoleCode.js │ │ │ ├── CI_Telephone.js │ │ │ ├── ResourceCitation.js │ │ │ ├── ResourceContact.js │ │ │ ├── ResourceIdentifier.js │ │ │ ├── SimpleCI_Citation.js │ │ │ ├── SpecificationCitation.js │ │ │ └── templates │ │ │ │ ├── CI_Address.html │ │ │ │ ├── CI_Contact.html │ │ │ │ ├── CI_Date.html │ │ │ │ ├── CI_DateTypeCode.html │ │ │ │ ├── CI_OnlineFunctionCode.html │ │ │ │ ├── CI_OnlineResource.html │ │ │ │ ├── CI_ResponsibleParty.html │ │ │ │ ├── CI_RoleCode.html │ │ │ │ ├── CI_Telephone.html │ │ │ │ ├── ResourceCitation.html │ │ │ │ ├── ResourceContact.html │ │ │ │ ├── ResourceIdentifier.html │ │ │ │ ├── SimpleCI_Citation.html │ │ │ │ └── SpecificationCitation.html │ │ ├── constraints │ │ │ ├── MD_ClassificationCode.js │ │ │ ├── MD_Constraints.js │ │ │ ├── MD_LegalConstraints.js │ │ │ ├── MD_RestrictionCode.js │ │ │ ├── MD_SecurityConstraints.js │ │ │ ├── ResourceConstraints.js │ │ │ └── templates │ │ │ │ ├── MD_ClassificationCode.html │ │ │ │ ├── MD_Constraints.html │ │ │ │ ├── MD_LegalConstraints.html │ │ │ │ ├── MD_RestrictionCode.html │ │ │ │ ├── MD_SecurityConstraints.html │ │ │ │ └── ResourceConstraints.html │ │ ├── dataQuality │ │ │ ├── ConformanceDegree.js │ │ │ ├── ConformanceReport.js │ │ │ ├── Lineage.js │ │ │ ├── Quality.js │ │ │ ├── Scope.js │ │ │ └── templates │ │ │ │ ├── ConformanceDegree.html │ │ │ │ ├── ConformanceReport.html │ │ │ │ ├── Lineage.html │ │ │ │ ├── Quality.html │ │ │ │ └── Scope.html │ │ ├── distribution │ │ │ ├── Distribution.js │ │ │ ├── DistributionFormat.js │ │ │ ├── TransferOptions.js │ │ │ └── templates │ │ │ │ ├── Distribution.html │ │ │ │ ├── DistributionFormat.html │ │ │ │ └── TransferOptions.html │ │ ├── extent │ │ │ ├── GeographicElement.js │ │ │ ├── TemporalElement.js │ │ │ └── templates │ │ │ │ ├── GeographicElement.html │ │ │ │ └── TemporalElement.html │ │ ├── identification │ │ │ ├── DataIdentification.js │ │ │ ├── DataRepresentation.js │ │ │ ├── DataResourceTab.js │ │ │ ├── MD_BrowseGraphic.js │ │ │ ├── MD_KeywordTypeCode.js │ │ │ ├── MD_Keywords.js │ │ │ ├── MD_ProgressCode.js │ │ │ ├── MD_SpatialRepresentationTypeCode.js │ │ │ ├── ResourceClassification.js │ │ │ ├── ResourceDescription.js │ │ │ ├── ResourceExtent.js │ │ │ ├── ResourceKeywords.js │ │ │ ├── ResourceLanguage.js │ │ │ ├── ResourceThumbnail.js │ │ │ ├── SimpleMD_Identifier.js │ │ │ └── templates │ │ │ │ ├── DataIdentification.html │ │ │ │ ├── DataRepresentation.html │ │ │ │ ├── DataResourceTab.html │ │ │ │ ├── MD_BrowseGraphic.html │ │ │ │ ├── MD_KeywordTypeCode.html │ │ │ │ ├── MD_Keywords.html │ │ │ │ ├── MD_ProgressCode.html │ │ │ │ ├── MD_SpatialRepresentationTypeCode.html │ │ │ │ ├── ResourceClassification.html │ │ │ │ ├── ResourceDescription.html │ │ │ │ ├── ResourceExtent.html │ │ │ │ ├── ResourceKeywords.html │ │ │ │ ├── ResourceLanguage.html │ │ │ │ ├── ResourceThumbnail.html │ │ │ │ └── SimpleMD_Identifier.html │ │ ├── maintenance │ │ │ ├── MD_MaintenanceFrequencyCode.js │ │ │ ├── MD_ScopeCode.js │ │ │ └── templates │ │ │ │ ├── MD_MaintenanceFrequencyCode.html │ │ │ │ └── MD_ScopeCode.html │ │ └── metadataEntity │ │ │ ├── MetadataContact.js │ │ │ ├── MetadataDate.js │ │ │ ├── MetadataFileIdentifier.js │ │ │ ├── MetadataHierarchy.js │ │ │ ├── MetadataIdentifier.js │ │ │ ├── MetadataLanguage.js │ │ │ ├── MetadataReference.js │ │ │ ├── MetadataSection.js │ │ │ ├── MetadataStandard.js │ │ │ └── templates │ │ │ ├── MetadataContact.html │ │ │ ├── MetadataDate.html │ │ │ ├── MetadataFileIdentifier.html │ │ │ ├── MetadataHierarchy.html │ │ │ ├── MetadataIdentifier.html │ │ │ ├── MetadataLanguage.html │ │ │ ├── MetadataReference.html │ │ │ ├── MetadataSection.html │ │ │ └── MetadataStandard.html │ ├── gmi │ │ └── acquisitionInformation │ │ │ ├── Acquisition.js │ │ │ ├── AcquisitionPlan.js │ │ │ ├── AcquisitionRequirement.js │ │ │ ├── EnvironmentalConditions.js │ │ │ ├── Instrument.js │ │ │ ├── MI_ContextCode.js │ │ │ ├── MI_EnvironmentalRecord.js │ │ │ ├── MI_Event.js │ │ │ ├── MI_GeometryTypeCode.js │ │ │ ├── MI_Instrument.js │ │ │ ├── MI_Objective.js │ │ │ ├── MI_ObjectiveTypeCode.js │ │ │ ├── MI_Operation.js │ │ │ ├── MI_OperationTypeCode.js │ │ │ ├── MI_Plan.js │ │ │ ├── MI_Platform.js │ │ │ ├── MI_PlatformPass.js │ │ │ ├── MI_PriorityCode.js │ │ │ ├── MI_Requirement.js │ │ │ ├── MI_SequenceCode.js │ │ │ ├── MI_TriggerCode.js │ │ │ ├── Objective.js │ │ │ ├── Operation.js │ │ │ ├── Platform.js │ │ │ └── templates │ │ │ ├── Acquisition.html │ │ │ ├── AcquisitionPlan.html │ │ │ ├── AcquisitionRequirement.html │ │ │ ├── EnvironmentalConditions.html │ │ │ ├── Instrument.html │ │ │ ├── MI_ContextCode.html │ │ │ ├── MI_EnvironmentalRecord.html │ │ │ ├── MI_Event.html │ │ │ ├── MI_GeometryTypeCode.html │ │ │ ├── MI_Instrument.html │ │ │ ├── MI_Objective.html │ │ │ ├── MI_ObjectiveTypeCode.html │ │ │ ├── MI_Operation.html │ │ │ ├── MI_OperationTypeCode.html │ │ │ ├── MI_Plan.html │ │ │ ├── MI_Platform.html │ │ │ ├── MI_PlatformPass.html │ │ │ ├── MI_PriorityCode.html │ │ │ ├── MI_Requirement.html │ │ │ ├── MI_SequenceCode.html │ │ │ ├── MI_TriggerCode.html │ │ │ ├── Objective.html │ │ │ ├── Operation.html │ │ │ └── Platform.html │ └── srv │ │ ├── ContainsOperations.js │ │ ├── CouplingType.js │ │ ├── OperatesOn.js │ │ ├── ServiceExtent.js │ │ ├── ServiceIdentification.js │ │ ├── ServiceResourceTab.js │ │ ├── ServiceType.js │ │ └── templates │ │ ├── ContainsOperations.html │ │ ├── CouplingType.html │ │ ├── OperatesOn.html │ │ ├── ServiceExtent.html │ │ ├── ServiceIdentification.html │ │ ├── ServiceResourceTab.html │ │ └── ServiceType.html │ └── stratml │ ├── base │ ├── DataDocumentType.js │ ├── DataRoot.js │ ├── MyProfileDescriptor.js │ ├── MyProfileDocumentType.js │ ├── PortalItemTransformer.js │ └── templates │ │ └── DataRoot.html │ └── nls │ └── i18nStratML.js ├── css ├── images │ ├── banner.png │ └── main-bg.jpg ├── main.css └── metadata.css ├── images ├── logo.png └── metadata-flow.png └── index.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/codeql/codeql-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.github/codeql/codeql-config.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.github/workflows/geoportal-maven-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.github/workflows/geoportal-maven-build.yml -------------------------------------------------------------------------------- /.github/workflows/geoportal-maven-daily-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.github/workflows/geoportal-maven-daily-build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/NOTICE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/README.md -------------------------------------------------------------------------------- /components/CswClient/ArcMap/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/ArcMap/LICENSE.txt -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/AGSSearch_GetRecords_Request.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/AGSSearch_GetRecords_Request.xslt -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/CSWCatalogs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/CSWCatalogs.xml -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/CSWProfiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/CSWProfiles.xml -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/GptXslSearchProfiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/GptXslSearchProfiles.xml -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/GptXslSearchProfiles.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/GptXslSearchProfiles.xsd -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/metadata_to_html_full.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/metadata_to_html_full.xsl -------------------------------------------------------------------------------- /components/CswClient/CswProfiles/xml_prepare.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/CswProfiles/xml_prepare.xslt -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/.editorconfig -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/AppLogger/AppLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/AppLogger/AppLogger.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/BoundingBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/BoundingBox.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswCatalog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswCatalog.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswCatalogs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswCatalogs.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswClient.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswManager.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswObjects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswObjects.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswProfile.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswProfiles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswProfiles.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswRecord.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswRecords.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswRecords.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswSearchCriteria.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswSearchCriteria.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswSearchRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswSearchRequest.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/CswSearchResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/CswSearchResponse.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/DcList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/DcList.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/Envelope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/Envelope.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/FeatureCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/FeatureCollection.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/MapServiceInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/MapServiceInfo.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/PromptCredentials.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/PromptCredentials.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/PromptCredentials.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/PromptCredentials.resx -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/Resources.Designer.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/Resources.resx -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Common/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Common/Utils.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Config.daml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Config.daml -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Config/CswClient.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Config/CswClient.properties -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Config/profiles/CSWCatalogs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Config/profiles/CSWCatalogs.xml -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Config/profiles/CSWProfiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Config/profiles/CSWProfiles.xml -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/CswClient.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/CswClient.csproj -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/CswClient.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/CswClient.properties -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/CswClient.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/CswClient.sln -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/DarkImages/AddInDesktop16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/DarkImages/AddInDesktop16.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/DarkImages/AddInDesktop32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/DarkImages/AddInDesktop32.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Dockpane1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Dockpane1.xaml -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Dockpane1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Dockpane1.xaml.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Dockpane1ViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Dockpane1ViewModel.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Form1.Designer.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Form1.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Form1.resx -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/GlobalSuppressions.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/AddInDesktop16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/AddInDesktop16.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/AddInDesktop32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/AddInDesktop32.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/CswClientButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/CswClientButton.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/CswClientButton_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/CswClientButton_d.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/CswSearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/CswSearch.png -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/ViewMetadata.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/ViewMetadata.ico -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/delete.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/display_footprint.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/display_footprint.bmp -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/favicon.ico -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/hideAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/hideAll.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/metadata_addToMap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/metadata_addToMap.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/metadata_download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/metadata_download.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/metadata_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/metadata_view.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/new.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/open.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/save.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/showAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/showAll.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Images/zoom_to_footprint.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Images/zoom_to_footprint.bmp -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Module1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Module1.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Properties/Resources.resx -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Properties/Settings.settings -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/SearchResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/SearchResult.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/SearchResultItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/SearchResultItem.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/Security/ClientCertRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/Security/ClientCertRequest.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/StringResources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/StringResources.Designer.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/StringResources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/StringResources.resx -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/StringResources1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/StringResources1.Designer.cs -------------------------------------------------------------------------------- /components/CswClient/Pro/CswClient/metadata_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/CswClient/metadata_view.gif -------------------------------------------------------------------------------- /components/CswClient/Pro/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/LICENSE.txt -------------------------------------------------------------------------------- /components/CswClient/Pro/released/1.0.0/CswClient.esriAddinX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/Pro/released/1.0.0/CswClient.esriAddinX -------------------------------------------------------------------------------- /components/CswClient/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/CswClient/README.md -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/AddToMap/LayerLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/AddToMap/LayerLoader.js -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/AddToMap/Widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/AddToMap/Widget.js -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/AddToMap/css/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/AddToMap/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/AddToMap/images/icon.png -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/AddToMap/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/AddToMap/manifest.json -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/AddToMap/nls/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/AddToMap/nls/strings.js -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/CreateWebmap/Widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/CreateWebmap/Widget.html -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/CreateWebmap/Widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/CreateWebmap/Widget.js -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/CreateWebmap/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "configText": "abcdefg" 3 | } -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/CreateWebmap/setting/css/style.css: -------------------------------------------------------------------------------- 1 | .jimu-widget-demo-setting input{ 2 | margin-left: 10px; 3 | } -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/FromContext/Widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/FromContext/Widget.html -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/FromContext/Widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/FromContext/Widget.js -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/FromContext/config.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/FromContext/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/FromContext/css/style.css -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/FromContext/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/FromContext/manifest.json -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/GeoportalSearch/README.md: -------------------------------------------------------------------------------- 1 | This is the GeoportalSearch widget for ArcGIS Web AppBuilder. 2 | -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/GeoportalSearch/Widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/GeoportalSearch/Widget.js -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/components/GeoportalSearch/WebAppBuilder/Readme.txt -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/WebmapOGCConvert/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "configText": "" 3 | } -------------------------------------------------------------------------------- /components/GeoportalSearch/WebAppBuilder/WebmapOGCConvert/setting/css/style.css: -------------------------------------------------------------------------------- 1 | .jimu-widget-demo-setting input{ 2 | margin-left: 10px; 3 | } -------------------------------------------------------------------------------- /contrib/Publish2REST.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/contrib/Publish2REST.PY -------------------------------------------------------------------------------- /contrib/metadatacli_dev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/contrib/metadatacli_dev.sh -------------------------------------------------------------------------------- /docker/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/docker/NOTES.txt -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/docker/docker-compose.yml -------------------------------------------------------------------------------- /docker/gpt_stack/geoportal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/docker/gpt_stack/geoportal/Dockerfile -------------------------------------------------------------------------------- /docker/gpt_stack/geoportal/config/es_logging.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/docker/gpt_stack/geoportal/config/es_logging.yml -------------------------------------------------------------------------------- /docker/gpt_stack/geoportal/config/tomcat-users.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/docker/gpt_stack/geoportal/config/tomcat-users.xml -------------------------------------------------------------------------------- /geoportal-search/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/pom.xml -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/all.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/atom/atom-model.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/atom/atom-model.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/Request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/Request.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/Response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/Response.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/SearchResult.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/SearchResult.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/StringBuilder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/StringBuilder.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/Task.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/Task.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/Uris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/Uris.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/Val.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/Val.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/XmlBuilder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/XmlBuilder.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/XmlInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/XmlInfo.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/base/core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/base/core.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/config/Config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/config/Config.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/config/csw-capabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/config/csw-capabilities.xml -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/config/csw2-getdomain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/config/csw2-getdomain.xml -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/config/ogcrecords-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/config/ogcrecords-api.json -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/context/Context.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/context/Context.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/context/_Processor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/context/_Processor.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/context/nashorn/execute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/context/nashorn/execute.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/context/node/NodeContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/context/node/NodeContext.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/provider/Provider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/provider/Provider.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/provider/csw/CswProvider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/provider/csw/CswProvider.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/target/Target.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/target/Target.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/target/TargetSchema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/target/TargetSchema.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/target/csw/CswSchema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/target/csw/CswSchema.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/target/csw/CswTarget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/target/csw/CswTarget.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/target/profiles/profiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/target/profiles/profiles.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/BBoxOption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/BBoxOption.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/ItemCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/ItemCard.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/LiveDataOption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/LiveDataOption.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/Paging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/Paging.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/ResultsPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/ResultsPane.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/SearchBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/SearchBox.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/SearchComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/SearchComponent.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/SearchPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/SearchPane.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/Settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/Settings.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/SortOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/SortOptions.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/TargetOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/TargetOptions.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/TargetSetting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/TargetSetting.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/TestSearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/TestSearch.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/WidgetContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/WidgetContext.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/layers/KMLMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/layers/KMLMixin.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/layers/WMSMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/layers/WMSMixin.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/layers/layerUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/layers/layerUtil.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/nls/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/nls/strings.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/style/style.css -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/widget/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/widget/util.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/AtomWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/AtomWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/CsvWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/CsvWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/CswWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/CswWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/DcatWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/DcatWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/ErosWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/ErosWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/JsonWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/JsonWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/KmlWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/KmlWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/RssWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/RssWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/Writer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/Writer.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/gs/writer/XmlWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/gs/writer/XmlWriter.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/platform/gsapp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/platform/gsapp.html -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/platform/gspro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/platform/gspro.html -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/platform/gstest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/platform/gstest.html -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/platform/node/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/platform/node/package.json -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/platform/node/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/resources/platform/node/server.js -------------------------------------------------------------------------------- /geoportal-search/src/main/resources/platform/pro/GeoportalSearch/.vs/GeoportalSearch/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geoportal-search/src/main/webapp/META-INF/context.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /geoportal-search/src/main/webapp/WEB-INF/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/webapp/WEB-INF/web.xml -------------------------------------------------------------------------------- /geoportal-search/src/main/webapp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal-search/src/main/webapp/index.html -------------------------------------------------------------------------------- /geoportal/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/.jshintrc -------------------------------------------------------------------------------- /geoportal/doc/api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/api.txt -------------------------------------------------------------------------------- /geoportal/doc/aws-serverless/ConfigureAPIGateway_Lambda.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/aws-serverless/ConfigureAPIGateway_Lambda.docx -------------------------------------------------------------------------------- /geoportal/doc/aws-serverless/deployment-package.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/aws-serverless/deployment-package.zip -------------------------------------------------------------------------------- /geoportal/doc/aws-serverless/opensearch-lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/aws-serverless/opensearch-lambda.py -------------------------------------------------------------------------------- /geoportal/doc/configureByEnvironmentVariable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/configureByEnvironmentVariable.md -------------------------------------------------------------------------------- /geoportal/doc/encrypt_password/EncryptPassword.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/encrypt_password/EncryptPassword.zip -------------------------------------------------------------------------------- /geoportal/doc/encrypt_password/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/encrypt_password/readme.txt -------------------------------------------------------------------------------- /geoportal/doc/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/install.txt -------------------------------------------------------------------------------- /geoportal/doc/put_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/put_metadata.py -------------------------------------------------------------------------------- /geoportal/doc/script/publish_metadata_pro_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/script/publish_metadata_pro_project.py -------------------------------------------------------------------------------- /geoportal/doc/script/read_metadata_publish/gen_metadata_egdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/doc/script/read_metadata_publish/gen_metadata_egdb.py -------------------------------------------------------------------------------- /geoportal/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/pom.xml -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/base/util/DateUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/base/util/DateUtil.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/base/util/JsonUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/base/util/JsonUtil.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/base/util/UuidUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/base/util/UuidUtil.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/base/util/Val.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/base/util/Val.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/base/xml/DomUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/base/xml/DomUtil.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/base/xml/XmlUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/base/xml/XmlUtil.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/context/AppRequest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/context/AppRequest.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/context/AppUser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/context/AppUser.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/dcat/DcatBuilder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/dcat/DcatBuilder.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/dcat/DcatCache.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/dcat/DcatCache.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/dcat/DcatContext.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/dcat/DcatContext.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/dcat/DcatHeader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/dcat/DcatHeader.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/dcat/DcatRequest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/dcat/DcatRequest.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/dcat/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/dcat/package-info.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/search/CswService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/search/CswService.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/search/ErosService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/search/ErosService.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/search/STACService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/search/STACService.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/search/StacHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/search/StacHelper.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/service/Swagger.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/service/Swagger.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/service/stac/Asset.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/service/stac/Asset.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/service/stac/Item.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/service/stac/Item.java -------------------------------------------------------------------------------- /geoportal/src/main/java/com/esri/geoportal/test/Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/java/com/esri/geoportal/test/Test.java -------------------------------------------------------------------------------- /geoportal/src/main/resources/ESAPI.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/ESAPI.properties -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/app-context.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/app-context.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/app-dcat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/app-dcat.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/app-factory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/app-factory.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/app-oauth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/app-oauth.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/app-security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/app-security.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/app-servlet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/app-servlet.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/authentication-arcgis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/authentication-arcgis.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/authentication-ldap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/authentication-ldap.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/authentication-simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/authentication-simple.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/cli-app-factory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/cli-app-factory.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/cli-context.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/cli-context.xml -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/elastic-mappings-7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/elastic-mappings-7.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/config/elastic-mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/config/elastic-mappings.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/log4j2.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/log4j2.properties -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/details/arcgis-details.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/details/arcgis-details.xslt -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/details/fgdc-details.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/details/fgdc-details.xslt -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/details/rdf-details.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/details/rdf-details.xslt -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/Evaluator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/Evaluator.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/EvaluatorBase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/EvaluatorBase.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/EvaluatorFor_ArcGIS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/EvaluatorFor_ArcGIS.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/EvaluatorFor_DC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/EvaluatorFor_DC.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/EvaluatorFor_FGDC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/EvaluatorFor_FGDC.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/EvaluatorFor_ISO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/EvaluatorFor_ISO.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/GML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/GML.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/js/JsonEvaluator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/js/JsonEvaluator.js -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/xslt/ArcGIS_to_ISO19139.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/xslt/ArcGIS_to_ISO19139.xsl -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/xslt/ISO19139_to_ArcGIS.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/xslt/ISO19139_to_ArcGIS.xsl -------------------------------------------------------------------------------- /geoportal/src/main/resources/metadata/xslt/identity.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/metadata/xslt/identity.xslt -------------------------------------------------------------------------------- /geoportal/src/main/resources/proxy.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/proxy.config -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/ogcrecords-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/ogcrecords-api.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/ogcrecords-item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/ogcrecords-item.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/ogcrecords-items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/ogcrecords-items.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/ogcrecords-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/ogcrecords-schema.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-api.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-collections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-collections.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-conformance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-conformance.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-description.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-item.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-itemLinks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-itemLinks.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/service/config/stac-items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/service/config/stac-items.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/swagger/swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/swagger/swagger.json -------------------------------------------------------------------------------- /geoportal/src/main/resources/validation.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/resources/validation.properties -------------------------------------------------------------------------------- /geoportal/src/main/webapp/META-INF/context.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /geoportal/src/main/webapp/WEB-INF/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/WEB-INF/web.xml -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/favicon-16x16.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/favicon-32x32.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/gpt_api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/gpt_api.json -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/index.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/oauth2-redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/oauth2-redirect.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-api.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-bundle.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-bundle.js.map -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-es-bundle-core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-es-bundle-core.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-es-bundle-core.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-es-bundle-core.js.map -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-es-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-es-bundle.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-es-bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-es-bundle.js.map -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-standalone-preset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-standalone-preset.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui-standalone-preset.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui-standalone-preset.js.map -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui.css -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui.css.map -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger-ui.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger-ui.js.map -------------------------------------------------------------------------------- /geoportal/src/main/webapp/api/swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/api/swagger.json -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/ConfirmationDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/ConfirmationDialog.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/MessageDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/MessageDialog.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/ModalBase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/ModalBase.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/ModalDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/ModalDialog.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/OkCancelBar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/OkCancelBar.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/SignIn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/SignIn.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/Templated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/Templated.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/templates/ModalBase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/templates/ModalBase.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/templates/OkCancelBar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/templates/OkCancelBar.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/common/templates/SignIn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/common/templates/SignIn.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/ApplyTo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/ApplyTo.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/BulkEdit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/BulkEdit.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/ChangeOwner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/ChangeOwner.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/DeleteItems.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/DeleteItems.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/MetadataEditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/MetadataEditor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/SetAccess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/SetAccess.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/SetApprovalStatus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/SetApprovalStatus.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/SetCollections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/SetCollections.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/SetField.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/SetField.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/UploadMetadata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/UploadMetadata.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/templates/ApplyTo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/templates/ApplyTo.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/templates/ChangeOwner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/templates/ChangeOwner.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/templates/DeleteItems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/templates/DeleteItems.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/templates/SetAccess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/templates/SetAccess.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/content/templates/SetField.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/content/templates/SetField.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/AppClient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/AppClient.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/AppContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/AppContext.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/AppStarter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/AppStarter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/AppUser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/AppUser.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/app-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/app-config.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/app-topics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/app-topics.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/context/metadata-editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/context/metadata-editor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/etc/GeohashEx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/etc/GeohashEx.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/etc/ServiceType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/etc/ServiceType.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/etc/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/etc/util.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/all.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/atom/atom-model.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/atom/atom-model.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/LayerProcessor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/LayerProcessor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/Request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/Request.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/Response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/Response.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/SearchResult.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/SearchResult.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/StringBuilder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/StringBuilder.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/Task.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/Task.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/Uris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/Uris.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/Val.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/Val.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/XmlBuilder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/XmlBuilder.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/XmlInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/XmlInfo.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/base/core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/base/core.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/config/Config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/config/Config.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/config/geoportal-search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/config/geoportal-search.json -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/context/Context.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/context/Context.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/context/_Processor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/context/_Processor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/context/browser/WebContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/context/browser/WebContext.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/context/browser/WebProcessor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/context/browser/WebProcessor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/context/node/NodeContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/context/node/NodeContext.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/context/node/NodeProcessor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/context/node/NodeProcessor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/provider/Provider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/provider/Provider.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/Target.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/Target.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/TargetSchema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/TargetSchema.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/elastic/ElasticSchema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/elastic/ElasticSchema.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/elastic/ElasticTarget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/elastic/ElasticTarget.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/elastic/GeoportalSchema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/elastic/GeoportalSchema.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/elastic/GeoportalTarget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/elastic/GeoportalTarget.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/portal/PortalSchema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/portal/PortalSchema.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/portal/PortalTarget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/portal/PortalTarget.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/target/profiles/profiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/target/profiles/profiles.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/BBoxOption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/BBoxOption.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/ItemCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/ItemCard.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/LiveDataOption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/LiveDataOption.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/Paging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/Paging.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/ResultsPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/ResultsPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/SearchBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/SearchBox.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/SearchComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/SearchComponent.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/SearchPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/SearchPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/Settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/Settings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/SortOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/SortOptions.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/TargetOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/TargetOptions.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/TargetSetting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/TargetSetting.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/TestSearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/TestSearch.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/WidgetContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/WidgetContext.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/WidgetContextForPro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/WidgetContextForPro.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/GroupLayerMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/GroupLayerMixin.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/KMLMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/KMLMixin.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/LayerLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/LayerLoader.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/MapServiceMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/MapServiceMixin.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/WFSMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/WFSMixin.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/WMSMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/WMSMixin.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/WMTSMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/WMTSMixin.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/layers/layerUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/layers/layerUtil.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/nls/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/nls/strings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/style/style.css -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/BBoxOption.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/BBoxOption.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/ItemCard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/ItemCard.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/Paging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/Paging.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/ResultsPane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/ResultsPane.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/SearchBox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/SearchBox.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/SearchPane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/SearchPane.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/Settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/Settings.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/SortOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/SortOptions.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/templates/TestSearch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/templates/TestSearch.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/widget/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/widget/util.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/writer/JsonWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/writer/JsonWriter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gs/writer/Writer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gs/writer/Writer.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/base/XDocument.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/base/XDocument.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/base/XNode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/base/XNode.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/base/etc/validationUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/base/etc/validationUtil.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/base/xml/XmlGenerator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/base/xml/XmlGenerator.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/editor/Editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/editor/Editor.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/editor/EditorDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/editor/EditorDialog.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/form/Element.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/form/Element.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/form/InputDecimalNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/form/InputDecimalNumber.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/form/InputDecimalPair.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/form/InputDecimalPair.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/form/dc/GeoExtentTool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/form/dc/GeoExtentTool.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/form/iso/GcoElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/form/iso/GcoElement.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/en/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/en/i18nISO19115.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/en/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/en/i18nIso3.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/i18nDublinCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/i18nDublinCore.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/i18nISO19115.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/i18nInspire.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/i18nInspire.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/i18nIso3.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/i18nProfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/i18nProfile.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/zh-cn/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/zh-cn/i18nISO19115.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/zh-cn/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/zh-cn/i18nIso3.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/zh-hk/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/zh-hk/i18nISO19115.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/nls/zh-hk/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/nls/zh-hk/i18nIso3.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/dc/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/dc/base/DataRoot.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/dc/base/GeoExtentTool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/dc/base/GeoExtentTool.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/inspire2/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/inspire2/base/DataRoot.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/inspire2/srv/OperatesOn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/inspire2/srv/OperatesOn.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/iso-19115-3/cit/CI_Date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/iso-19115-3/cit/CI_Date.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/iso-19115-3/mrc/MD_Band.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/iso-19115-3/mrc/MD_Band.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/gxe/types/myprofile/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/gxe/types/myprofile/base/DataRoot.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/APIPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/APIPanel.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/AboutPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/AboutPanel.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/App.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/CollectionsPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/CollectionsPanel.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/MapPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/MapPanel.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/SearchPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/SearchPanel.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/startup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/startup.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/templates/APIPanel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/templates/APIPanel.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/templates/AboutPanel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/templates/AboutPanel.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/templates/App.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/templates/App.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/templates/CollectionsPanel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/templates/CollectionsPanel.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/templates/MapPanel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/templates/MapPanel.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/main/templates/SearchPanel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/main/templates/SearchPanel.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/nls/i18nInspire.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/nls/i18nInspire.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/nls/resources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/nls/resources.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/preview/PreviewPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/preview/PreviewPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/preview/PreviewUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/preview/PreviewUtil.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/preview/templates/PreviewPane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/preview/templates/PreviewPane.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/AppliedFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/AppliedFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/AppliedFilters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/AppliedFilters.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/BasicNumericFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/BasicNumericFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/BasicNumericFilterSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/BasicNumericFilterSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/CollectionsFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/CollectionsFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/CollectionsFilterSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/CollectionsFilterSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/DateFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/DateFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/DropPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/DropPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/HierarchyTree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/HierarchyTree.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/HierarchyTreeSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/HierarchyTreeSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/ItemCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/ItemCard.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/ItemData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/ItemData.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/ItemHtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/ItemHtml.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/NumericFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/NumericFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/NumericFilterRange.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/NumericFilterRange.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/NumericFilterSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/NumericFilterSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/OpenSearchLinksPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/OpenSearchLinksPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/PageUrlFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/PageUrlFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/Paging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/Paging.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/QClause.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/QClause.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/ResultsPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/ResultsPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/SearchBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/SearchBox.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/SearchComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/SearchComponent.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/SearchComponentSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/SearchComponentSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/SearchPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/SearchPane.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/SpatialFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/SpatialFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/SpatialFilterSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/SpatialFilterSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/TemporalFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/TemporalFilter.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/TemporalFilterCalendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/TemporalFilterCalendar.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/TemporalFilterSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/TemporalFilterSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/TermsAggregation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/TermsAggregation.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/TermsAggregationSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/TermsAggregationSettings.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/AppliedFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/AppliedFilter.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/AppliedFilters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/AppliedFilters.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/DateFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/DateFilter.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/HierarchyTree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/HierarchyTree.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/ItemCard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/ItemCard.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/ItemData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/ItemData.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/ItemHtml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/ItemHtml.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/NumericFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/NumericFilter.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/Paging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/Paging.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/ResultsPane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/ResultsPane.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/SearchBox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/SearchBox.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/SearchPane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/SearchPane.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/SpatialFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/SpatialFilter.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/search/templates/TemporalFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/search/templates/TemporalFilter.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/style/gxe-calcite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/style/gxe-calcite.css -------------------------------------------------------------------------------- /geoportal/src/main/webapp/app/style/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/app/style/main.css -------------------------------------------------------------------------------- /geoportal/src/main/webapp/custom/custom.css: -------------------------------------------------------------------------------- 1 | /* Custom CSS */ -------------------------------------------------------------------------------- /geoportal/src/main/webapp/custom/custom.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | // Custom initialization 3 | })(); -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/account-placehold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/account-placehold.svg -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/calendar.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/esri-logo-sym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/esri-logo-sym.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/facebook.svg -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/favicon.ico -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/loading.gif -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/opensearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/opensearch.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/serviceCheckerBad16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/serviceCheckerBad16.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/serviceCheckerExcellent16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/serviceCheckerExcellent16.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/serviceCheckerGood16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/serviceCheckerGood16.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/serviceCheckerUnknown16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/serviceCheckerUnknown16.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/serviceCheckerVeryBad16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/serviceCheckerVeryBad16.png -------------------------------------------------------------------------------- /geoportal/src/main/webapp/images/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/images/twitter.svg -------------------------------------------------------------------------------- /geoportal/src/main/webapp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/index.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/bootstrap-5.3.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/bootstrap-5.3.3.min.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/bootstrap.css -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/c3.min-0.4.10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/c3.min-0.4.10.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/d3-3.5.5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/d3-3.5.5.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/for-viewer-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/for-viewer-index.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/init.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/jquery-3.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/jquery-3.7.1.min.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/popper.min.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/startup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/startup.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/typeahead.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/typeahead.css -------------------------------------------------------------------------------- /geoportal/src/main/webapp/lib/typeahead.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/lib/typeahead.js -------------------------------------------------------------------------------- /geoportal/src/main/webapp/oauth-callback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/oauth-callback.html -------------------------------------------------------------------------------- /geoportal/src/main/webapp/standalone-metadata-editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/src/main/webapp/standalone-metadata-editor.html -------------------------------------------------------------------------------- /geoportal/testdata/XsltAndXMLtesting.xpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/XsltAndXMLtesting.xpr -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/coral_datagov.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/coral_datagov.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/dc_datacite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/dc_datacite.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/dc_datagov_ckan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/dc_datagov_ckan.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/dc_noaa_ckan1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/dc_noaa_ckan1.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/dc_nolinks_demockan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/dc_nolinks_demockan.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/dc_w_anon_scheme_references.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/dc_w_anon_scheme_references.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/dc_with_references_noaa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/dc_with_references_noaa.xml -------------------------------------------------------------------------------- /geoportal/testdata/dublincore/oai_oai_datacite.org_1819972.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/dublincore/oai_oai_datacite.org_1819972.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/cinergi_cuahsi_his_TuolumneMdw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/cinergi_cuahsi_his_TuolumneMdw.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/citation_date.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/citation_date.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/citation_dateTime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/citation_dateTime.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/linkstest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/linkstest.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/linkstest_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/linkstest_2.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/linkstest_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/linkstest_3.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/noaa_schema_org_issue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/noaa_schema_org_issue.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/sciencebase_authors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/sciencebase_authors.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/sciencebase_links.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/sciencebase_links.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/temporal_extent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/temporal_extent.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/temporal_lineage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/temporal_lineage.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/temporal_over2000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/temporal_over2000.xml -------------------------------------------------------------------------------- /geoportal/testdata/iso19115/temporal_under1400.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/geoportal/testdata/iso19115/temporal_under1400.xml -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nBase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nBase.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nCodelists.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nCodelists.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nFgdc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nFgdc.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nGeoplatform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nGeoplatform.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nIso.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nIso.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nRTX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nRTX.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/nls/i18nSDSFIE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/nls/i18nSDSFIE.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/GmiDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/GmiDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/GmiRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/GmiRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/ISO19115Descriptor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/ISO19115Descriptor.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/ServiceDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/ServiceDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/ServiceRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/ServiceRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/base/templates/GmiRoot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/base/templates/GmiRoot.html -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/context/DescriptorMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/context/DescriptorMixin.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/PT_FreeText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/PT_FreeText.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/PT_FreeText_Area.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/PT_FreeText_Area.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_Address.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_Address.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_Contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_Contact.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_Date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_Date.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_RoleCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/citation/CI_RoleCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/dataQuality/Lineage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/dataQuality/Lineage.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/dataQuality/Quality.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/dataQuality/Quality.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/gmd/dataQuality/Scope.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/gmd/dataQuality/Scope.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/lan/CountryCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/lan/CountryCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/lan/LanguageCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/lan/LanguageCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/lan/MD_CharacterSetCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/lan/MD_CharacterSetCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/lan/PT_Locale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/lan/PT_Locale.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/nls/en/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/nls/en/i18nISO19115.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/nls/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/nls/i18nISO19115.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/nls/zh-cn/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/nls/zh-cn/i18nISO19115.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/nls/zh-hk/i18nISO19115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/nls/zh-hk/i18nISO19115.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/srv/ContainsOperations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/srv/ContainsOperations.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/srv/CouplingType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/srv/CouplingType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/srv/OperatesOn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/srv/OperatesOn.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/srv/ServiceExtent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/srv/ServiceExtent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/srv/ServiceResourceTab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/srv/ServiceResourceTab.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/ISO19115/srv/ServiceType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/ISO19115/srv/ServiceType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/dublin-core/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/dublin-core/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/dublin-core/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/dublin-core/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/dublin-core/base/GeoExtentTool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/dublin-core/base/GeoExtentTool.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/dublin-core/base/ServiceRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/dublin-core/base/ServiceRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/dublin-core/nls/i18nDublinCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/dublin-core/nls/i18nDublinCore.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/dublin-core/nls/i18nMyProfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/dublin-core/nls/i18nMyProfile.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/base/Descriptor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/base/Descriptor.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/base/DocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/base/DocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/base/FgdcDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/base/FgdcDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/base/Root.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/base/Root.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/base/templates/Root.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/base/templates/Root.html -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/citeinfo/citeinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/citeinfo/citeinfo.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/distinfo/distinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/distinfo/distinfo.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/eainfo/eainfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/eainfo/eainfo.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/bounding.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/bounding.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/browse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/browse.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/descript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/descript.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/idinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/idinfo.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/keywords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/keywords.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/secinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/secinfo.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/status.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/status.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/idinfo/timeperd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/idinfo/timeperd.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/fgdc-blm/metainfo/metainfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/fgdc-blm/metainfo/metainfo.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/geoplatform/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/geoplatform/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/geoplatform/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/geoplatform/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/base/Descriptor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/base/Descriptor.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/base/InspireDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/base/InspireDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/base/ServiceDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/base/ServiceDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/base/ServiceRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/base/ServiceRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/context/DescriptorMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/context/DescriptorMixin.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/gmd/citation/CI_Date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/gmd/citation/CI_Date.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/gmd/citation/CI_RoleCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/gmd/citation/CI_RoleCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/gmd/dataQuality/Quality.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/gmd/dataQuality/Quality.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/ContainsOperations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/ContainsOperations.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/OperatesOn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/OperatesOn.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/ServiceExtent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/ServiceExtent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/ServiceResourceTab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/ServiceResourceTab.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/ServiceType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/ServiceType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/citation/CI_RoleCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/citation/CI_RoleCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/dataQuality/Quality.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/dataQuality/Quality.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/inspire2/srv/dataQuality/Scope.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/inspire2/srv/dataQuality/Scope.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/base/GeoExtentTool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/base/GeoExtentTool.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/base/ISODocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/base/ISODocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Address.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Address.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Citation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Citation.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Contact.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Date.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_DateTypeCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_DateTypeCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Individual.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Individual.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_OnlineResource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_OnlineResource.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Organisation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Organisation.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Party.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Party.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Responsibility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Responsibility.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_RoleCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_RoleCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Series.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Series.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Telephone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/cit/CI_Telephone.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gex/EX_Extent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gex/EX_Extent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gex/EX_TemporalExtent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gex/EX_TemporalExtent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gex/EX_VerticalExtent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gex/EX_VerticalExtent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gfc/FC_Constraint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gfc/FC_Constraint.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gfc/FC_FeatureType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gfc/FC_FeatureType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gfc/FC_PropertyType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gfc/FC_PropertyType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gmd/EX_Extent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gmd/EX_Extent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gmd/EX_TemporalExtent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gmd/EX_TemporalExtent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/gmd/PT_FreeText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/gmd/PT_FreeText.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/lan/CountryCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/lan/CountryCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/lan/LanguageCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/lan/LanguageCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/lan/LocalName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/lan/LocalName.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/lan/PT_FreeText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/lan/PT_FreeText.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/lan/PT_Locale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/lan/PT_Locale.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_Identifier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_Identifier.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_ProgressCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_ProgressCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_Scope.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_Scope.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_ScopeCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mcc/MD_ScopeCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mco/MD_Constraints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mco/MD_Constraints.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mdb/MD_Metadata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mdb/MD_Metadata.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mdb/resourceLineage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mdb/resourceLineage.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mdq/DQ_DataQuality.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mdq/DQ_DataQuality.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrc/MD_Band.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrc/MD_Band.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrd/MD_Distribution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrd/MD_Distribution.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrd/MD_Distributor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrd/MD_Distributor.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrd/MD_Medium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrd/MD_Medium.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Format.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Format.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mri/MD_KeywordClass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mri/MD_KeywordClass.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Keywords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Keywords.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Resolution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Resolution.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Usage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mri/MD_Usage.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrl/LI_Lineage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrl/LI_Lineage.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrl/LI_ProcessStep.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrl/LI_ProcessStep.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/mrl/LI_Source.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/mrl/LI_Source.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/msr/MD_Dimension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/msr/MD_Dimension.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/msr/MD_Georectified.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/msr/MD_Georectified.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/nls/en/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/nls/en/i18nIso3.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/nls/i18nDublinCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/nls/i18nDublinCore.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/nls/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/nls/i18nIso3.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/nls/i18nMyProfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/nls/i18nMyProfile.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/nls/zh-cn/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/nls/zh-cn/i18nIso3.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso-19115-3/nls/zh-hk/i18nIso3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso-19115-3/nls/zh-hk/i18nIso3.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/GmiDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/GmiDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/GmiRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/GmiRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/IsoDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/IsoDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/PortalItemTransformer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/PortalItemTransformer.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/ServiceDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/ServiceDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/ServiceRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/ServiceRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/templates/DataRoot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/templates/DataRoot.html -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/base/templates/GmiRoot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/base/templates/GmiRoot.html -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/citation/CI_Address.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/citation/CI_Address.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/citation/CI_Contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/citation/CI_Contact.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/citation/CI_Date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/citation/CI_Date.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/citation/CI_RoleCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/citation/CI_RoleCode.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/citation/CI_Telephone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/citation/CI_Telephone.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/dataQuality/Lineage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/dataQuality/Lineage.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/dataQuality/Quality.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/dataQuality/Quality.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/dataQuality/Scope.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/dataQuality/Scope.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/gmd/extent/TemporalElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/gmd/extent/TemporalElement.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/ContainsOperations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/ContainsOperations.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/CouplingType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/CouplingType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/OperatesOn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/OperatesOn.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/ServiceExtent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/ServiceExtent.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/ServiceIdentification.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/ServiceIdentification.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/ServiceResourceTab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/ServiceResourceTab.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/ServiceType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/ServiceType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/templates/OperatesOn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/templates/OperatesOn.html -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/iso/srv/templates/ServiceType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/iso/srv/templates/ServiceType.html -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/stratml/base/DataDocumentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/stratml/base/DataDocumentType.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/stratml/base/DataRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/stratml/base/DataRoot.js -------------------------------------------------------------------------------- /metadata-editor/app/gxe/types/stratml/nls/i18nStratML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/app/gxe/types/stratml/nls/i18nStratML.js -------------------------------------------------------------------------------- /metadata-editor/css/images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/css/images/banner.png -------------------------------------------------------------------------------- /metadata-editor/css/images/main-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/css/images/main-bg.jpg -------------------------------------------------------------------------------- /metadata-editor/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/css/main.css -------------------------------------------------------------------------------- /metadata-editor/css/metadata.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/css/metadata.css -------------------------------------------------------------------------------- /metadata-editor/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/images/logo.png -------------------------------------------------------------------------------- /metadata-editor/images/metadata-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/images/metadata-flow.png -------------------------------------------------------------------------------- /metadata-editor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/geoportal-server-catalog/HEAD/metadata-editor/index.html --------------------------------------------------------------------------------