File: metadata.txt

package info (click to toggle)
qgis 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 374,696 kB
  • ctags: 66,263
  • sloc: cpp: 396,139; ansic: 241,070; python: 130,609; xml: 14,884; perl: 1,290; sh: 1,287; sql: 500; yacc: 268; lex: 242; makefile: 168
file content (25 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[general]
name=MetaSearch Catalogue Client
description=MetaSearch is a QGIS plugin to interact with metadata catalogue services (CSW).
category=Web
version=0.2.0
qgisMinimumVersion=2.0
icon=images/MetaSearch.png
author=Tom Kralidis
email=tomkralidis@gmail.com
tags=web,catalogue,service,metadata,csw
homepage=http://geopython.github.io/MetaSearch
tracker=https://github.com/geopython/MetaSearch/issues
repository=https://github.com/geopython/MetaSearch.git
experimental=False
deprecated=False
changelog=Version 0.2.0 (2014-03-21)
    - add different ows save strategies
    - add HTTP proxy support
    - synchronize connection dropdrop lists between tabs
    - setup localization in Transifex for ui, docs
    - add settings tab
    - use 'MetaSearch' as settings namespace
    - reproject bbox on canvas if required
    - fix cursor overrides on exceptions
    - numerous template display updates