Felt is a modern GIS platform that allows users to create, modify, and share interactive maps, integrating powerful mapping capabilities into various workflows and applications.
Create or update map elements using GeoJSON FeatureCollection format. Creates new elements by default; to update existing elements, include 'felt:id' in the feature's properties. Supports Point, LineString, Polygon, and Multi-type geometries. Returns the created/updated elements with assigned IDs and Felt-specific properties.
Create a new Felt project with the specified name and visibility settings. Projects are organizational containers for grouping related maps within a workspace.
Tool to delete a specific element from a map. Use when you have both map and element IDs and need to remove the element permanently.
Tool to delete a specific layer from a map. Use when you have the map's and layer's IDs and need to remove it permanently.
Permanently deletes a map and all its associated data from Felt. WARNING: This action cannot be undone. The map and all its layers, elements, and comments will be permanently removed. Use when you have the map's ID and need to permanently remove it. Returns no content (HTTP 204) on success.
Tool to delete a project and all its contents. Use when you need to permanently remove a project after confirmation.