[general]
name=Load MongoDB Layers
qgisMinimumVersion=2.0
description=Load Points, Linestrings and Polygons from MongoDB
version=1.2.3
author=Adrian Aksan (Special thanks to Guillame de Boyer)
email=adrian.aksan@gmail.com

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
#changelog=1.0

about=The Load MongoDB Layer plugin allows you to quickly and easily load Point, Linestring and Polygon geometry and their attributes into a shapefile. Unlike Mongoconnecter, no additional configuration is required and Polygon geometry is loadable. To load the layer simply type the your mongo db server name, db name, geometry field name and click CONNECT. Eg: my.server.com.au geos geom. If the connection is successful, you should see a list of your collections that contain geometry with the geometry type. To load the collection, simply select the collection and click LOAD. Under the settings tab you can also VIEW all of the attribute in your collection. After viewing your attributes select an attribute and click DISTINCT. This will display a list of distinct value for that attribute. To load your mongoDB layer using a specific attribute simply click SET. Now go back to the CONNECTION tab and tick the checkbox and select the field from the drop down list that you would like to load.



# Tags are comma separated with spaces allowed
tags=mongodb, mongo, loader

homepage=https://qgismongodb.wordpress.com/
tracker=https://github.com/adrianaksan/qgis-mongodb-plugin/issues
repository=https://github.com/adrianaksan/qgis-mongodb-plugin
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

