This repository contains the materials for my talk at the 2024 Carolina Code Conference, titled "A Developer's Guide to Open Source Web Mapping Libraries."
This talk covers how to leverage open-source web mapping libraries like Leaflet, MapLibre GL JS, and OpenLayers, including their integration with Esri technologies. The examples provided demonstrate key concepts discussed during the session.
-
PRESENTATION.pdf: The slides used during the presentation.
-
Demos:
- Leaflet Basic Demo: A simple example demonstrating the basics of Leaflet.
- Leaflet + Esri Leaflet Demo: Integrating Esri Leaflet with Leaflet for geospatial functionalities. Learn more about Esri Leaflet.
- MapLibre GL JS Basic Demo: Basic usage of MapLibre GL JS for interactive maps.
- MapLibre GL JS + ArcGIS Demo: Combining MapLibre GL JS with ArcGIS for advanced mapping. Learn more about MapLibre GL JS + ArcGIS.
- OpenLayers Basic Demo: An introductory example of using OpenLayers.
- OpenLayers + ArcGIS Demo: Demonstrating the integration of OpenLayers with ArcGIS. Learn more about OpenLayers + ArcGIS.
- Clone the repo:
git clone https://github.com/cyatteau/carolina-code-conf-os-mapping.git
- Sign up for an ArcGIS Location Platform Account.
- Get an ArcGIS API Key and add it to your config.js file.