# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=JMap Cloud
description=JMap Cloud Plugin
version=1.0.3
author=K2 Geospatial
email=Administration@k2geospatial.com

about=This plugin allows you to work with your JMap Cloud projects directly in QGIS. Open your map projects to view or modify your data in QGIS. Export your QGIS projects to JMap Cloud. The plugin 'Layer Tree Icons' is an optional dependency of this plugin and does not work on Mac OS.
homepage=https://docs.jmapcloud.io/en/jmap-cloud-plugin-for-qgis/jmap-cloud-plugin-user-guide
tracker=https://github.com/k2geospatial/jmapcloud-qgis-plugin/issues
repository=https://github.com/k2geospatial/jmapcloud-qgis-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

# Tags are comma separated with spaces allowed
tags=python

category=Web
icon=images/icon.svg
# experimental flag
experimental=False
qgisMinimumVersion=3.34
qgisMaximumVersion=3.99
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=Layer Tree Icons==1.5.3


# If the plugin can run on QGIS Server.
server=False

changelog=
    1.0.3
    - Fixed an issue where the scale-dependent visibility of labels was not exported to JMap Cloud
    - Fixed an issue where font marker symbols were not exported correctly to JMap Cloud
    - Fixed the zoom to the project extent when loading in MVT
    - Fixed a categorized symbology layers using reserved attribute names (e.g. "type") were not exported to JMap Cloud
    - Fixed an issue where scale-dependent visibility of layer styles was not fully exported to JMap Cloud
    1.0.2
    - Fixed an error that occurred when exporting a QGIS project to JMap Cloud
    - Fixed a bug where SVG point style size could not be changed when its value was not equal to 1
    1.0.1
    - Fixed a layer layout problem on MacOS
    - Cosmetic fixes
    - The popup in QGIS does not show the layer data
    1.0.0
    - First version.


