Code gallery
Anyone know where the Code Gallery is that used to be accessible from here: https://support.geocortex.com/code-gallery? I go to this page and it says that the Support Center is locked and the content has moved to the VertiGIS community. However, I can't seem to find a code gallery anywhere. I tried https://community.vertigis.com/code-gallery but it doesn't exist.
-
I think partly they are here https://support.vertigis.com/hc/en-us/sections/11459482521874-Geocortex-Essentials, e.g. the Google Street View integration sample. Are you looking for a specific sample?
And see also the Tech tips on the blog https://vertigisstudio.com/about/blog/
0 -
Thanks Nico,
I was reading an old post about incorporating Geoprocessing Tasks into a workflow and the post here https://support.vertigis.com/hc/en-us/community/posts/11499491021586-Geoprocessing-Task-Examples suggested looking at the code gallery for examples. To be fair the post is from 7 years ago.
Cheers,
Sian Doherty
0 -
You know the sample below? It comes from https://gedemo.geocortex.com/Html5Viewer/index.html?viewer=GXWF_Sample_Site.GVH (Tools > GIS > Geoprocessing (asynchronous)
The Run Geoprocessing (asynchronous) activity executes a geoprocessing task asynchronously using ArcGIS geoprocessing services.
In this sample workflow, this activity is executed using http://sampleserver5.arcgisonline.com/arcgis/rest/services/911CallsHotspot/GPServer/911 Calls Hotspot with the results being displayed in an Alert after a few seconds. Note that this workflow runs asynchronously, meaning that other workflow processes can continue while this activity executes.
Workflow Available Here: https://latitudegeo.maps.arcgis.com/home/item.html?id=21c3573546ae485aab66632f9cab9d80It seems this sample doesn't work anymore (error 400 Invalid or missing input parameters).
I guess you ar looking for a VertiGIS Studio Workflow example, or are you looking for a Geocortex Essentials Workflow sample?
1 -
It is somewhat of an enhancement so we would be looking for a VertiGIS studio one.
However, if there is a Essentials one, we will take that too. Just something to actually get started and i'm assuming they would be somewhat similar anyway.
Thanks
0 -
Hi Sian Doherty & Nico Burgerhart thanks for bringing this up.
That Code Gallery has been retired, here is our GXWF Workflows Sample Site – VertiGIS.
That page lists the same link to the geoprocessing workflow that Nico mentioned above: Geoprocessing (asynchronous)
I'd suggest looking at that VSWF workflow as a starting point rather than looking at an Essentials workflow as they are different implementations.
To open that example workflow:
- click the link above > View > sign into SaaS VSWF designer > at the prompt that comes up, select "open a copy" and you can then export it
- If you hit issues getting into the SaaS designer, I can provide an exported JSON copy of the workflow
Regarding the error Nico mentioned:
- the error mentioned shows an HTTP URL - this would be an issue from an HTTPS context
- the workflow that I linked currently calls an HTTPS URL <https://sampleserver5.arcgisonline.com/arcgis/rest/services/911CallsHotspot/GPServer/911 Calls Hotspot> - so this should work
- I noted the sample fails in the VSWF sandbox but runs successfully in a viewer - so I'd suggest testing in a viewer.
1
Du måste logga in om du vill lämna en kommentar.
Kommentarer
5 kommentarer