Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.21 KB

Mapbox Parcel Viewer

A React application that uses Mapbox GL JS to display parcel data on a map. This project demonstrates how to integrate Mapbox with React, add custom layers, and handle user interactions.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/your-username/mapbox-parcel-viewer.git
cd mapbox-parcel-viewer
  1. Install the dependencies:
npm install
  1. Create a .env file in the root directory and add your Mapbox access token: REACT_APP_MAPBOXGL_ACCESS_TOKEN=your_mapbox_access_token

Usage

  1. Start the development server:

        HTTP=true npm start
  2. Open your browser and navigate to https://localhost:3000.

Features

  • Display parcel data on a Mapbox map.
  • Add custom layers and markers.
  • Handle user interactions to display coordinates and other information.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.