Skip to content

msrajawat298/mapbox-parcel-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published