From dec99c941792f975c0ad235d73479410bc421040 Mon Sep 17 00:00:00 2001 From: Henry Ngo Date: Thu, 23 May 2024 09:50:55 -0700 Subject: [PATCH 1/3] update to match numbered options on main page --- pages/web mapping frameworks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/web mapping frameworks.md b/pages/web mapping frameworks.md index 2c7d8c3..a0f5c05 100644 --- a/pages/web mapping frameworks.md +++ b/pages/web mapping frameworks.md @@ -21,7 +21,7 @@ subnav: ## Find the right solution for your business. The purpose of this site is to discover what web mapping technology framework is currently available within the Provincial Government, and if any of these solutions can meet your needs.

-The Province of British Columbia currently uses four main web mapping frameworks. These frameworks vary from a cloud-based Software as a Service (SaaS) solution, two Government hosted solutions and a Do-It-Yourself solution.
+The Province of British Columbia currently uses four main web mapping frameworks. These frameworks vary from a cloud-based Software as a Service (SaaS) solution, two Government hosted solutions, and a Do-It-Yourself solution. You can also build your own tool from scratch with open source libraries.
1. The Software as a Service (SaaS) solution is the cloud-based ESRI solution commonly known as [AGO](web-mapping-frameworks/ago.html) or ArcGIS Online @@ -31,6 +31,6 @@ The Province of British Columbia currently uses four main web mapping frameworks VertiGIS’s GeoCortex Essentials. 3. The Do-It-Yourself Simple Map Kit ([SMK](web-mapping-frameworks/smk.html)) which can use either Leaflet or the ESRI Javascript API. - +4. Build from scratch using open source libraries such as Leaflet, MapBox, MapLibre and ohters listed on the [Comparisons](index.html) page. {: .fs-6 .fw-300 } From 6402aff90689441e26e0c3386ef327f2b89851f1 Mon Sep 17 00:00:00 2001 From: Henry Ngo Date: Thu, 23 May 2024 10:00:59 -0700 Subject: [PATCH 2/3] list more open source libraries in intro --- pages/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index c04b1ae..6437a47 100644 --- a/pages/index.md +++ b/pages/index.md @@ -41,7 +41,12 @@ The Province of British Columbia currently uses four main web mapping frameworks - Internet Mapping Framework [IMF2](https://bcgov.github.io/bcwebmaps-options/web-mapping-frameworks/imf2.html) which is based on VertiGIS’s GeoCortex Essentials. 3. The Simple Map Kit ([SMK](https://bcgov.github.io/bcwebmaps-options/web-mapping-frameworks/smk.html)) is Open Source and can be deployed anywhere. It is Leaflet.js based and and it can be used to rapidly configure web mapping applications that consume BC Gov-hosted data or uploaded files. The code is also extensible allowing for customization to meet business and end user needs. -4. Also listed are currently popular open source libaries that provide flexibility and options for development of simple to complex applications. These specific libaries are not hosted or maintained by anyone BC Government Organization, but they have been used (and contributed to) by various project teams within the BC Government to build awesome and business specific solutions. See their respective websites - [Leaflet](https://leafletjs.com/) and [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/api). Examples of the use of these open source libaries, with the BC Government, are listed below. +4. Also listed are currently popular open source libaries that provide flexibility and options for development of simple to complex applications. These specific libaries are not hosted or maintained by anyone BC Government Organization, but they have been used (and contributed to) by various project teams within the BC Government to build awesome and business specific solutions. +See their respective websites (linked below) for more information. Examples of the use of these open source libaries, with the BC Government, are listed in the next section below. + - [Leaflet](https://leafletjs.com/) + - [Mapbox GL JS](https://www.mapbox.com/) + - [MapLibre GL JS](https://maplibre.org/) + - [Google Maps](https://developers.google.com/maps) # Look and Feel From 4a230c1ca9e4659f2668a3403fcb132e196ca392 Mon Sep 17 00:00:00 2001 From: Henry Ngo Date: Thu, 23 May 2024 10:01:23 -0700 Subject: [PATCH 3/3] added React leaflet --- pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index 6437a47..fbb0884 100644 --- a/pages/index.md +++ b/pages/index.md @@ -43,7 +43,7 @@ The Province of British Columbia currently uses four main web mapping frameworks 3. The Simple Map Kit ([SMK](https://bcgov.github.io/bcwebmaps-options/web-mapping-frameworks/smk.html)) is Open Source and can be deployed anywhere. It is Leaflet.js based and and it can be used to rapidly configure web mapping applications that consume BC Gov-hosted data or uploaded files. The code is also extensible allowing for customization to meet business and end user needs. 4. Also listed are currently popular open source libaries that provide flexibility and options for development of simple to complex applications. These specific libaries are not hosted or maintained by anyone BC Government Organization, but they have been used (and contributed to) by various project teams within the BC Government to build awesome and business specific solutions. See their respective websites (linked below) for more information. Examples of the use of these open source libaries, with the BC Government, are listed in the next section below. - - [Leaflet](https://leafletjs.com/) + - [Leaflet](https://leafletjs.com/) and [React Leaflet](https://react-leaflet.js.org/) - [Mapbox GL JS](https://www.mapbox.com/) - [MapLibre GL JS](https://maplibre.org/) - [Google Maps](https://developers.google.com/maps)