[general]
name=360ForYou Uploader
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
description=Upload raster, vector and point cloud layers from QGIS to a 360-for-you.com project
about=Uploads data from the current QGIS project to 360-for-you.com or a self-hosted
    360ForYou server and creates a viewer project you can share by link.
    Raster layers are uploaded as GeoTIFF (rendered RGBA export, or the source file
    when it is already an RGB GeoTIFF), vector layers are exported to KML, point cloud
    layers upload their LAS/LAZ source files, and arbitrary files can be added from disk.
    Uploads are chunked and resumable and run in the QGIS task manager.
    Requires an account and an API key (Profile - API keys, scopes projects:read and
    projects:write). The server URL is configurable for self-hosted installations.
    Uses only the QGIS/Python standard library - no external dependencies.
version=0.1.2
author=360-for-you.com
email=support@360-for-you.com
changelog=0.1.2
    - Point the homepage link to the dedicated plugin page with usage
      instructions (store review feedback); no functional changes
    0.1.1
    - Require https for the server URL (plain http is allowed only for
      localhost development servers); reject non-HTTP URL schemes entirely
      (plugins.qgis.org security scan finding)
    0.1.0
    - Initial release: rasters (GeoTIFF), vectors (KML), point clouds (LAS/LAZ),
      files from disk; resumable chunked uploads; project creation and status polling
tags=cloud,upload,web,sharing,pointcloud,las,laz,kml,geotiff,raster,vector,360,panorama,api
homepage=https://360-for-you.com/qgis-plugin
tracker=https://github.com/swell-d/qgis-360foryou-uploader/issues
repository=https://github.com/swell-d/qgis-360foryou-uploader
icon=icon.png
experimental=True
deprecated=False
hasProcessingProvider=no
server=False
