This repository contains educational materials and examples for learning Geographic Information Systems (GIS) concepts.
The project is built using Docusaurus, a modern static website generator, and includes interactive examples of GIS concepts using GeoJSON.
- Comprehensive introduction to GIS layers and concepts
- Interactive GeoJSON examples with syntax highlighting
- Mermaid diagrams for visual representation
- MDX documentation with React components
- Layers in GIS
- Feature Layers
- Geometric Feature Layers
- Dimensions in GIS
- GeoJSON Examples
- Point Features
- Polygon Features
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run build- React 19
- Docusaurus 3.7.0
- PrismJS for syntax highlighting
- Mermaid for diagrams
- Node.js >= 18.0
- Modern web browsers (see browserslist in package.json)