# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=d3 Map Renderer
qgisMinimumVersion=2.0
description=Export vector layers to a d3.js map, with optional popup information, charts and legend
about=A python QGIS plugin to export polygons, polylines and point vector layers from shapefiles to topojson for display within a web page using the d3.js JavaScript library, with additional options of popup information based on d3-tip, charts from c3.js and a legend. The aim of the plugin is not to replicate all of the mapping functionality available within d3, nor is it to provide every type of chart or data visualisation. The plugin aims to provide you with the a solid starting point to start hacking the JavaScript code. For instance, you may want to use a different charting library, remove the y or x axis from the current chart, use a different projection, alter the map size or color scheme. The log messages panel in QGIS will contain the topojson command used to convert the shapefile to topojson, and can be used as a template to hand craft your own conversions. NOTE: Pre-requisite of Node.js and the topojson package.
version=0.10.5
author=Simon Benten
email=swbenten@gmail.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=Protect against unsupported symbols causing exceptions. Fix filter of numeric fields to include Integer64 types. Line Layer Overlay blocking tooltip for some polygons. Correct string type for new QGIS versions. Symbology not being applied to polygons.

# Tags are comma separated with spaces allowed
tags=attribute, csv, export, geojson, topojson, html, legend, point, polygon, polyline, shapefile, web, web map, d3

homepage=http://maprenderer.org/d3/
tracker=https://github.com/sbenten/d3MapRenderer/issues
repository=https://github.com/sbenten/d3MapRenderer
category=Web
icon=icon.png
# experimental flag
experimental=True

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

