# Digital Maps & Geo-Tagging in TagSpaces Pro

> TagSpaces Pro combines a file manager with digital maps, enabling geo-tagging of files and folders. Visualize photos, notes, and locations on OpenStreetMaps.

<WebPageSD />

export const features = {
  intro: {
    description: (
      <>
        TagSpaces Pro turns your folders into location-aware workspaces by combining a powerful file manager with
        interactive maps. Using <Link href="https://www.openstreetmap.org">OpenStreetMap</Link> as a base, the Mapique
        perspective lets you place files and folders on a map, add geo-tags, and explore your content spatially.
      </>
    ),
  },
  mapiqueIdeas: {
    title: (
      <>
        Real-World Use Cases for Geo-Tagging <ProFeature />
      </>
    ),
    description: "With built-in geo-tagging features, TagSpaces lets you:",
    items: [
      <>
        Save your favorite locations or hidden gems privately
      </>,
      <>
        Plan, document, and visualize trips using photos and notes
      </>,
      <>Show vacation images or project photos directly on the map</>,
      <>
        Create interactive photo galleries based on geolocation
      </>,
      <>Visualize customers, club members, or volunteers by region</>,
      <>
        Annotate real estate listings or fieldwork with exact positions
      </>,
      <>
        Add map-based notes for project planning, inspections, or events
      </>,
    ],
    actionButtonTitle: "",
    actionButtonLink: "",
    videoUrl: "/content/v3-11/mapique-folders.mp4",
    visualCaption: "Navigate through folder in the Mapique perspective",
    posterUrl: "/content/v3-11/mapique-folders.png",
  },
  featureSet: {
    title: (
      <>
        Place Files and Folders on a Map with Mapique <ProFeature />
      </>
    ),
    description:
      "The Mapique perspective in TagSpaces Pro introduces a new way to organize files based on physical location:",
    items: [
      <>
        Geo-tags as <Link href="https://en.wikipedia.org/wiki/Open_Location_Code">Plus Codes</Link> or{" "}
        <Link href="https://en.wikipedia.org/wiki/Military_Grid_Reference_System">MGRS format</Link>
      </>,
      <>Automatically extract geo coordinates from JPG EXIF data</>,
      <>Manually tag any file or folder with a geographic location</>,
      <>Drop pins and manage notes directly on a map</>,
      <>Navigate through folders using location-based context</>,
      <>Add geo-tagged notes by clicking directly on the map</>,
    ],
    actionButtonTitle: "Learn more",
    actionButtonLink: "https://docs.tagspaces.org/perspectives/mapique/",
    trackingId: "MapiqueVideoLP",
    videoAutoplay: false,
    visualCaption: "Video showing basic functionalities of the Mapique perspective",
    videoUrl: "/content/extensions/mapique-perspective.mp4",
    posterUrl: "/content/extensions/mapique-perspective-poster.avif",
  },
  mapThemes: {
    title: (
      <>
        Custom Map Tile Servers for Advanced Users <ProFeature />
      </>
    ),
    description: (
      <>
        <Link to="/products/pro">TagSpaces Pro</Link> supports using custom map tile servers. You can switch from the
        default OpenStreetMap tiles to:
      </>
    ),
    items: [
      <>Topographic maps via OpenTopoMap</>,
      <>
        Thematic or styled maps via <Link href="https://www.maptiler.com/">MapTiler</Link>,{" "}
        <Link href="https://www.mapbox.com/">Mapbox</Link>, or other providers
      </>,
      <>Satellite tiles for aerial image overlays</>,
    ],
    carouselItems: [
      {
        imageAlt: "Mapique using the default OpenStreetMap server",
        imageUrl: "/content/v5/map-themes-1.avif",
      },
      {
        imageAlt: "Mapique using the opentopomap.org server",
        imageUrl: "/content/v5/map-themes-3.avif",
      },
      {
        imageAlt: "Mapique using the Maptiler's outdoor theme",
        imageUrl: "/content/v5/map-themes-2.avif",
      },
      {
        imageAlt: "Mapique using the Maptiler's satellite theme",
        imageUrl: "/content/v5/map-themes-4.avif",
      },
    ],
    actionButtonTitle: "Learn more",
    actionButtonLink: "https://docs.tagspaces.org/perspectives/mapique/",
  },
  liveDemo: {
    title: "Live Demo",
    oneColumn: true,
    customVisualEl: (
      <Demo url="https://demo.tagspaces.com/imp.html" title="PWA enabled demo, showing the geotagging in TagSpaces" />
    ),
  },
};

export const ctaButton = (
  <Link className="button button--primary" to="/products/">
    Start now with TagSpaces Pro
  </Link>
);

  
    Digital Maps & Geo-Tagging in TagSpaces Pro
    {features.intro.description}
  
  
    
      <FullScreenImage src="/content/features/geo-tagging-dark.avif" caption="Screenshot of the mapique perspective" />
    
    
      <Spacer height={80} />
      Why Geo-Tagging in TagSpaces Pro
      Whether you're managing geo-tagged photos, real estate properties, or project field notes, the Mapique
      perspective gives you:
      
        A visual interface for location-based file management
        Full control over where and how your data is mapped
        A flexible, offline-friendly alternative to cloud-based GIS and DAM tools
      
      <Spacer height={30} />
      {ctaButton}
    
  

  <Spacer height={50} />
  <RenderFeatures features={features} hideFirst />
  <Spacer height={50} />
  
    {ctaButton}
  
  <Spacer height={50} />
