topoma is a specialized web application designed for Geographic Information Systems (GIS) tasks. It allows users to view high-resolution satellite imagery, define areas of interest using drawing tools or KML uploads, and export georeferenced map data.
- Satellite & Hybrid Maps: High-quality Google Maps imagery integration.
- Drawing Tools: Draw rectangles or freehand polygons to define boundaries.
- KML Support: Upload KML files to automatically locate and select areas.
- GeoTIFF Export: Generate georeferenced TIFF images with
.tfw(World File) and.prj(Projection) files ready for GIS software (ArcGIS, QGIS). - Custom Scaling: Export maps at specific scales (e.g., 1:500 to 1:250,000) with automatic resolution calculation.
-
Install dependencies:
npm install
-
Run the app:
npm run dev