Skip to main content

Now available: Geocortex Essentials 4.9.1 and Geocortex Viewer for HTML5 2.10.1

Comments

13 comments

  • Permanently deleted user
    Hi Wayne,

     

    I can't access the release notes you linked.

     

    Our local vendor provides our access to new versions of the software and your link seems to be tied to the downloads page, which is restricted to us and provides the following message:

     

    "You do not currently have download permissions. Please contact your Account Manager for more information."

     

    Are you able to make this page available as has been previously, as a forum post or similar?

     

    Why not post the release notes under your original notice, above? This would save users from having to even navigate to a second location.
    0
  • Permanently deleted user
    Hello Lindsay,

     

    I'm sorry that you aren't able to access that resource!  We can certainly post it here for your reference; however your reseller should also provide you with the full release notes along with the software.   The release notes contain important items for your reference, that aren't necessarily posted in these types of announcements.

     

    We will update the post shortly.

     

    Best wishes,

     

    Pandora
    0
  • Permanently deleted user
    Hi Wayne,

     

    I gave the Quickstart viewer package for custom development that came with the other Geocortex Viewer for HTML5 2.10.0 contents a try, but I ran into a problem.

     

    My machine has Node 6.10.2 and NPM is working, and I followed the instructions to run the "npm install" and "npm run build" commands in my IDE.

     

    However, when I ran "npm run build", my solution failed to build. I get multiple instances of "error TS2307: Cannot find module 'react'" and "error TS2503: Cannot find namespace 'JSX'"

     

    Can Latitude please patch the Quickstart package to ensure users can compile custom modules on the 2.10.0 platform?

     

     
    0
  • Permanently deleted user
    Hello David,

     

    We'll take a look at this and get back to you shortly!

     

    Happy holiday,  Pandora
    0
  • Permanently deleted user
    Hi David,

     

    The 2.10.1 release contains an updated QuickStart that should resolve the JSX namespace issue you see.  If you download the latest viewer package it should build properly.

     

    If you wish to update your 2.10.0 quick start, you can update the devDependencies in package.json as follows: "devDependencies": { "typescript": "~2.3.4", "@types/react-dom": "^15.5.5", "tslint": "^5.4.2", "eslint": "^3.19.0" }, There are also instructions at the bottom of this Community post (https://support.geocortex.com/essentialsGSCForum?id=90660000000GuB0AAK) that should work.

     

    Regards,

     

    -Malcolm
    0
  • Permanently deleted user
    Hi Wayne,

     

    I'm new to Geocortex and have never upgraded before.  Are there instructions on how to upgrade my existing Geocortex Essentials and Viewer to this latest version and are there any considerations I need to make before upgrading, such as do I need a new license file?

     

    Thank you,

     

    Lucas.
    0
  • Permanently deleted user
    Hi Lucas,

     

    You only need to license a server once, if it was previously licensed, you will not need to do it again.

     

    For upgrading, I would recommend either following the online documentation -

     

    https://docs.geocortex.com/essentials/latest/install-help/Default.htm#ge/install/upgrading.htm#Geocortex_Essentials_Upgrading%3FTocPath%3DGeocortex%2520Essentials%2520Upgrading%7C_____0

     

    or submitting a support ticket for upgrade assistance.  A typical upgrade would take an hour or less and you would learn the upgrade process to allow you to complete it yourself in the future.

     

    Regards,

     

    Wayne
    0
  • Permanently deleted user
    Thank you Wayne.  I wasn't aware of the online documentation.

     

    Lucas
    0
  • Tyson Schoepflin

    Something we've run into with 2.10 is the workflow display results picker.  We have serveral sites that have addition links within each picker list item.  This worked in 2.9 as the main item elements in "gcx-list-item" were divs.  In 2.10 they are now buttons.  We used the description format field to include a div with the custom link commands.  This no longer works.

    The html spec does not allow interactive elements within the button tag.  http://w3c.github.io/html/sec-forms.html#elementdef-button

    [Button] Content model:

    Phrasing content, but there must be no interactive content descendant.

    The change from divs to buttons in the display results picker list in 2.10 makes links within the description field unusable in IE 11 and Firefox 59.  The links do work in Chrome and Edge.

    There is a comment related to the list item template that mentions "DisplayResultPickerTemplateComplexity".  Is there a template that would revert back to divs instead of buttons?

     

     

    display-result-picker

    0
  • Tyson Schoepflin

    To resolve the issue of links in the descriptions of some of our workflow picker results lists a custom module is used to move ".display-result-picker .gcx-list-button .gcx-list-desc" outside of the button element.  CSS in the module is used to style the description with links.  Couldn't find a simple way to change the markup for "ComplexButtonResultTemplateView".

    _onSiteInitialized(site) { this.app.eventRegistry.event("ViewActivatedEvent").subscribe(this, (args) => { this._renderItems(args); }); } _renderItems(args) { if (args.markupResource !== "Mapping/infrastructure/ui/components/FeatureSelector/FeatureSelectorView.html") return; $(this.targetClass).each(function () { var pElement = $(this).parent(); var mElement = $(this).find(".gcx-list-desc"); pElement.append(mElement); }); }  

     

    0
  • Permanently deleted user
    I have installed 4.9 and the HTML5 2.10.1 Viewer (upgrade from 4.6.2 and Viewer 2.7), and added a new blank site.  When I add a 2.10.1 viewer to that site, the new Highlight options are not available under Look and Feel.  I have reset IIS, I have rebooted the machine.  The Post Install config shows the old 2.7 viewer and the new 2.10.1 viewer installed, and I show the option to create a viewer with the 2.10.1 when I make a new one.  So, why are the new viewer options not showing up for me?
    0
  • Permanently deleted user

     

     

    This is a picture of my Highlight options when I make a new 2.10.1 viewer:

     

    Highlight Options Viewer 2.10.1
    0
  • Permanently deleted user
    Hi Tami,

     

    That would be part of the "management pack".  I would load the Post Installer, go to the "Configure Viewer Templates" page, select the row of the HTML5 viewer and click the "Deploy Management Pack" option.

     

    It sounds like management pack did not get updated.  If that fails, feel free to open a support ticket.

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com 

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner

     

     
    0

Please sign in to leave a comment.