[GIS] Geocortex Essentials 4.7 Issues with HTTP ArcGIS Services

arcgis-servergeocortex

Just upgraded to Geocortex Essentials 4.7 and am having some issues getting ArcGIS Services into it from an ArcGIS Server using http as oppose to https.

It allows me to connect and add the service, but in the view nothing will come up. I can't seem to get a good answer from Geocortex (I don't think they know) and I can't find the Admin or User Guide for 4.7.

  • I do know that http and https services are not allowed in the same Geocortex web app, but all I am adding are http services.
  • Https services work fine, no problems
  • Geocortex Essentials is https.

Best Answer

There is some TIFF.js file missing in the build. It is required to render the map preview in your Essentials Manager. Press F12 in your Chrome browser and it will highlight in red what libraries cannot be found .

Get it from: https://raw.githubusercontent.com/Esri/arcgis-js-api/master/layers/rasterFormats/TiffDecoder.js

Copy to: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\GXE470\REST Elements\Manager\Content\EmbeddedViewer\Resources\Scripts\esri\layers\rasterFormats

Related Question