Skip to content

Nils-witt/TS-Interactive-WebMap

Repository files navigation

TS-Interactive-WebMap

A TypeScript-based interactive web map prototype. This README outlines the current features and basic developer usage.

Overview

TS-Interactive-WebMap is a small web application demonstrating interactive mapping functionality built with TypeScript and modern web tooling. It focuses on map rendering, user interaction, and data-driven visualization.

Current features

  • Interactive pan and zoom controls
  • Clickable markers with popups showing feature details
  • Layer support (toggle visibility of base layers and overlays)
  • Rendering of vector data
  • Simple styling options per layer (color, opacity)
  • Search by feature properties (basic text match)
  • Drawing tools: add points
  • Responsive layout for desktop and tablet screens
  • Keyboard accessibility for common map actions (zoom in/out, focus)

Quick start (developer)

  1. Install dependencies:
    • npm install
  2. Start dev server:
    • npm run dev
  3. Open the app in a browser at http://localhost:3000

Usage notes

  • Use layer controls to toggle visibility.
  • Use the search box to locate features by name or property.

Contributing

  • Follow existing TypeScript patterns and keep changes modular.
  • Open issues/PRs with a short description and screenshots if UI changes are involved.

License

Specify your project's license here (e.g., MIT). Update the LICENSE file accordingly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •