Stephen Lead
Stephen Lead
At a client site, we are running: - Geoportal Server 1.2.6 - on SUSE Linux 11 SP3 - Oracle 11g as the database, with JDBC 11.1.0.7.0-production - tomcat 6 We...
I'm finding that the thumbnail for a dataset is not being pushed from ArcCatalog to Geoportal Server. To reproduce: - in ArcCatalog, choose the ISO 19139 metadata standard under >...
This is possibly related to my other issue https://github.com/Esri/geoportal-server/issues/227 whereby properties set in ArcCatalog are not being "pushed" through to Esri Geoportal Server via the Publish add-in. The details are...
I'm seeing a problem with a new installation of Geoportal Server 1.2.6 on Windows 7, using Apache Tomcat 7.0.69 and PostGreSQL 9.1. This is the same error as reported at...
I'm adding a custom profile as described at https://github.com/Esri/geoportal-server/wiki/Add-a-Custom-Profile#Obligation_rules and I'd like to implement a radio button, ie a list which only allows one element to be selected. `` will...
I'm trying to install the ANZLIC metadata profile for Esri Geoportal Server 1.2.6. The page at http://www.linz.govt.nz/about-linz/what-were-doing/projects/anzlic-metadata-profile/faqs-anzlic-metadata-profile mentions: > If an ESRI software user has an Enterprise License Agreement (ELA)...
I'm a novice at Linux admin issues so I could use some advice on how to install the PHP version of the proxy on an AWS EC2 (Amazon Linux 2)...
The demo WFS layer 'world countries' is failing: ``` { "id": "countries", "name": "World countries (WFS)", "type": "WFS", "url": "https://demo.boundlessgeo.com/geoserver/opengeo/wfs", "typeName": "opengeo:countries", ``` as this layer is no longer available....
There are numerous examples where the DOM is built using hard-coded HTML in the JavaScript, eg: ``` var html = ''; html += '
as reported by Matt Sheehan via email