Skip to main content

URL Tool

Comments

4 comments

  • Permanently deleted user
    You can achieve this functionality by through the Save/Open project tool.   When you save a project, it creates a .GEP which stores the state of the application (markups, selection, extent).   To open up the project, simply enter the URL given in the form after project has been saved.   For example: (http://SERVERNAME/Geocortex/Essentials/Web/viewer.aspx?Project=PROJECTID) http:// SERVERNAME /Geocortex/Essentials/Web/viewer.aspx?Project= PROJECTID

     

     
    0
  • Kevin Rathgeber

     

    Hmmm.....that seems a bit tedious.  I say tedious as we would like to be able to dynamically generate the URL based on say an address search.  Would this not require a there be a project for every single address in the system?  Or is there a way to have one project defining the map look and feel and then be able to somehow get the map to automatically zoom into an address?
    0
  • Permanently deleted user

    Did anyone ever accomplish this? We are trying to link up SQL Server Report Service query results (location ids) to corressponding IDs in Essentials when a user clicks on a URL link from the SSRS report.  So in the example report below we would like to hyperlink from teh location ID to a corresoponding location in Essentials....

     

    LocID       Matrix                                SampleDate  Results  Flag

    ss-01      Surface Water Sampling     1/1/203     34mcl   U

    ss-02      Surface Water Sampling     1/1/203     34mcl   U 

    ss-03      Surface Water Sampling     1/1/203     34mcl   U     

    0
  • Permanently deleted user

    Please check the 'URL parameters' featuer (Section 8.1) on the GVS Administrator and Developer Guid.pdf.

    There are several default parameter you can pass using the HTTP QueryString as the URL to do something like 'attributeSearch' for the global search, 'identify' for identifying, 'extent' to set the map extent etc.

    In addition, it can take the WorkflowID with 'runWorkflow' parameter key so that you can handle any other senarios by creating a workflow where you can receive any QueryString key as the Argument on the workflow, and implement your own business rule on the workflow if the default parameters are not enough. Then give the URL to use as the hyper link on your home page to run the workflow when GVS is launched.

     

    0

Please sign in to leave a comment.