Skip to content

Commit

Permalink
Merge pull request #55 from rongpenl/update_examples
Browse files Browse the repository at this point in the history
Update examples in index.md
  • Loading branch information
webgismd authored Dec 18, 2024
2 parents c588992 + c1f86d1 commit d6cc816
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Below are examples of similar functionality in the available solutions.

| |Complexity| Client| Example|
|-|----------|-------|--------|
|[AGO](web-mapping-frameworks/ago.html) | Medium|BC Wildfire Dashboard| [https://bit.ly/BC_Wildfire_Dashboard](https://bit.ly/BC_Wildfire_Dashboard)|
|[CWM](web-mapping-frameworks/cwm.html) | High| GeoBC Integrated Land and Resource Registry| [https://a100.gov.bc.ca/apps/ilrr/html/ILRRWelcome.html](https://a100.gov.bc.ca/apps/ilrr/html/ILRRWelcome.html)|
|[AGO](web-mapping-frameworks/ago.html) | Medium|Emergency Map BC| [https://governmentofbc.maps.arcgis.com/apps/webappviewer/index.html?id=950b4eec577a4dc5b298a61adab41c06](https://governmentofbc.maps.arcgis.com/apps/webappviewer/index.html?id=950b4eec577a4dc5b298a61adab41c06)|
|[CWM](web-mapping-frameworks/cwm.html) | High| No exmple available as of November, 2024|
|[IMF2](web-mapping-frameworks/imf2.html)| Low| BC Ministry of Environment - BC Frogwatch Atlas| [http://maps.gov.bc.ca/ess/hm/bcfa/](http://maps.gov.bc.ca/ess/hm/bcfa/)|
|[IMF2](web-mapping-frameworks/imf2.html)| High| DataBC iMapBC| [https://maps.gov.bc.ca/ess/hm/imap4m/](https://maps.gov.bc.ca/ess/hm/imap4m/)|
|[Leaflet](https://leafletjs.com/) | Low| FLNRORD Range Branch - MyRangeBC| [https://myrangebc.gov.bc.ca/login](https://myrangebc.gov.bc.ca/login)|
|[Leaflet](https://leafletjs.com/) | Low| BC Wildfire Dashboard| [https://wildfiresituation.nrs.gov.bc.ca/map](https://wildfiresituation.nrs.gov.bc.ca/map)|
|[Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/api/) | Low| BC Ministry of Environment - Groundwater Wells and Aquifers | [https://apps.nrs.gov.bc.ca/gwells/](https://apps.nrs.gov.bc.ca/gwells/) |
|[SMK](web-mapping-frameworks/smk.html) | Low| BC Minstry of Health - Assisted Living and Residential Care Locations| [https://moh.apps.gov.bc.ca/alrc/](https://moh.apps.gov.bc.ca/alrc/)|
|[SMK](web-mapping-frameworks/smk.html) | High| Translink - Truck Route Planner |[https://translink.apps.gov.bc.ca/trp/](https://translink.apps.gov.bc.ca/trp/)|
Expand All @@ -81,8 +81,8 @@ As the owner or developer of the application I want to understand...
|------------------------------------------------------------------------------------|:---:|:---:|:---:|:---:|
|<b>What IT skills do you need to develop this solution? </b> |Familiarity with ESRI ecosystem of applications and APIs|Familiarity with javascript and Openlayers/ relationship with IIT|Familiarity with GeoCortex Essentials, .NET development for customization, Jenkins for deploying configuration files to DataBC’s environment| Familiarity with NodeJS, leaflet, ArcGIS Javascript API. and HTML/CSS development, github|
|<b>What IT skills do you need to administer this solution once it has been implemented?<b> |Familiarity with ESRI ecosystem of applications|Familiarity with JSON configuration files, CWM Configuration, IIT deployment pathways|DataBC staff are well versed in ArcGIS Server, Geocortex Essentials administration; customizations require .NET and familiarity with DataBC's IMF2 Dapplication Development and Delivery Standards| Familiarity with JSON configuration files, source to hosting deployment pathways, e.g. github to OpenShift|
|<b>What type of documentation is available and when was it updated?<b> |Online updated regularly, see - [Website](https://www.arcgis.com/home/index.html)|Online, updated by Vivid Solutions, July 17, 2019 see - [Website](https://i1portal.nrs.gov.bc.ca/cwmc-lib/v1.9.0/sdk/)|Online, updated by GeoCortex, see - [Website](https://www.geocortex.com/products/geocortex-essentials/)| Updated by DataBC, ongoing, see - [Website](https://bcgov.github.io/smk/)|
|<b>As a developer what do I control?<b> |With an ArcGIS Online account I can create maps and feature services and build ESRI/ArcGIS javascript applications - see website [here](https://developers.arcgis.com/)|Checkout the showcase [here](https://i1portal.nrs.gov.bc.ca/cwmc-lib/v1.9.0/sdk/examples/showcase/) which describes all of the capabilities of CWM. Checkout the developer guide [here](https://i1portal.nrs.gov.bc.ca/cwmc-lib/v1.9.0/sdk/docs/developer-guide.html).|Site configuration and custom workflow development using .NET and deployment to DataBC's Delivery environment using Jenkins| Checkout the developer documentation [here](https://bcgov.github.io/smk) and fork the open source code [here](https://github.com/bcgov/smk)|
|<b>What type of documentation is available and when was it updated?<b> |Online updated regularly, see - [Website](https://www.arcgis.com/home/index.html)|Missing as of November, 2024|Online, updated by GeoCortex, see - [Website](https://www.geocortex.com/products/geocortex-essentials/)| Updated by DataBC, ongoing, see - [Website](https://bcgov.github.io/smk/)|
|<b>As a developer what do I control?<b> |With an ArcGIS Online account I can create maps and feature services and build ESRI/ArcGIS javascript applications - see website [here](https://developers.arcgis.com/)|No available examples as of November, 2024.|Site configuration and custom workflow development using .NET and deployment to DataBC's Delivery environment using Jenkins| Checkout the developer documentation [here](https://bcgov.github.io/smk) and fork the open source code [here](https://github.com/bcgov/smk)|

## User Interface

Expand Down

0 comments on commit d6cc816

Please sign in to comment.