Matthias Kuhn
a97d846471
Single parameter version of represent_value
...
Becuase `represent_value("fieldname")` is much shorter to write and in 98%
there is no need to specify the name separately as
`represent_value("fieldname", 'fieldname')`.
2017-09-29 10:58:18 +02:00
Matthias Kuhn
b527be02d7
Fix function help for represent_value
2017-09-26 14:28:44 +02:00
Matthias Kuhn
beddd25074
[FEATURE] Expression function represent_value
...
This will lookup the representation value given the widget
configuration. This is helpful to get nicely formatted messages for
value maps, value relations and others in expressions.
2017-09-26 14:28:44 +02:00
Etienne Trimaille
ba81068f49
[FEATURE] [needs-docs] Metadata editor
...
Adds a new metadata tab to layer properties, representing the new metadata model from QEP #91
2017-09-23 14:08:32 +10:00
Etienne Trimaille
814ef78732
write metadata with XML
2017-09-12 07:28:54 +02:00
Alessandro Pasotti
f0e021c2fd
Merge pull request #5000 from jgrocha/add-default-layers
...
[FEATURE][needs-docs] Add XYZ connection to provide default OpenStreetMap tiles
2017-09-08 10:40:45 +02:00
lbartoletti
6ae929e9cb
initial commit
2017-09-08 08:06:21 +02:00
DiGro
b3448ed4a8
Typo corrected
...
appoximation --> should be: approximation
2017-09-05 15:28:40 +02:00
Nyall Dawson
0a9e9944b4
[FEATURE] Expression function for hausdorff distance
...
Allows calculation of the Hausdorff distance between two
geometries
2017-08-31 08:02:44 +10:00
Harrissou Sant-anna
3d201e7c65
Delete obsolete context help
...
already ported to user manual and linked to help button
2017-08-22 07:51:23 +02:00
arnaud.morvan@camptocamp.com
e34a593c65
[FEATURE] Add expression function array_agg
2017-08-12 10:18:21 +02:00
Andreas Neumann
267286ee61
Correct an error in array_slice function description
...
There was a copy/paste error in the "name"
2017-08-09 16:34:20 +02:00
Jorge Gustavo Rocha
273243b4c4
Add XYZ connection to provide default OpenStreetMap tiles
2017-08-07 22:55:28 +02:00
Nyall Dawson
4ab4a1fcad
Spell check 'mitre' -> 'miter' (i.e. use en-us variation)
2017-08-07 18:08:57 +10:00
Harrissou Sant-anna
54007ef584
Delete context help dialogs that are replaced by online links.
2017-08-06 23:27:01 +02:00
Harrissou Sant-anna
139fe68a4a
Update broken links to documentation
...
Because links to doc are based on plain hyperlinks, changes in doc
structure affect these relations. This PR fixes the broken links.
2017-08-06 21:21:43 +02:00
andreasneumann
42d7e0b898
renamed parameter names of array_slice, ran prepare-commit.sh
2017-08-06 19:11:32 +02:00
andreasneumann
89784691b1
[FEATURE] array_slice expression function
2017-08-06 19:11:32 +02:00
Denis Rouzaud
06f9842637
rename symbology-ng to symbology
2017-08-06 14:18:57 +02:00
Andreas Neumann
303f9b7cdd
[FEATURE] expression function array_reverse
2017-08-05 22:45:11 +02:00
Etienne Trimaille
5100d85c49
add category in QgsLayerMetadata using keywords
2017-08-05 09:12:48 +02:00
Andreas Neumann
c3ae3bfc74
Added new help files to the expression function groups of Arrays and Maps
2017-08-04 20:30:37 +02:00
Andreas Neumann
c2138ca4bd
Correct help of expression array_remove_all
2017-08-04 16:25:23 +02:00
lbartoletti
d88a7f4198
add missing help for inclination
2017-08-01 21:48:03 +02:00
Nyall Dawson
878ee5c067
Add items for project map layers and relations to expression builder
...
Allows easy insertion of map layer IDs and relation IDs into
expressions. Numerous expression functions now utilise these,
so it makes sense to allow them to be easily inserted.
Fix #11680 , #16879
Sponsored by Andreas Neumann
2017-07-31 08:08:18 +10:00
doublebyte1
a7693d9076
- closed unmatched xml tag.
2017-07-26 12:38:42 +02:00
Matthias Kuhn
875a5d6d9d
Merge pull request #4818 from DelazJ/spelling
...
Fix some spelling issues
2017-07-08 10:20:40 +02:00
Matthias Kuhn
066528de4f
get_feature_by_id docs
2017-07-07 13:01:17 +02:00
Matthias Kuhn
f379be2033
array docs
2017-07-07 13:01:17 +02:00
Matthias Kuhn
10dc0d5da9
Rename set_variable to with_variable
2017-07-07 13:00:47 +02:00
Harrissou Sant-anna
e69788eee0
revert SpatiaLite spelling
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
6fab688298
Use SpatiaLite right spelling when needed
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
0c967927ef
Replace "drop down" and some dropdown by drop-down
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
15be88918f
Replace "double click" and "doubleclick" by double-click
2017-07-07 01:26:38 +02:00
Harrissou Sant-anna
35cbfa0087
Replace check box by checkbox
2017-07-02 23:25:40 +02:00
Harrissou Sant-anna
e6a8e360dd
Spelling check: Replace check-box by checkbox
2017-07-02 22:28:50 +02:00
Harrissou Sant-anna
450eb7c24a
Spelling check: Replace analyse by analyze
2017-07-02 22:28:50 +02:00
Nyall Dawson
39d20a4cb4
Move algorithm expression context generation to QgsProcessingAlgorithm
...
Fix error when selecting "from expression" in algorithm parameter dialog
2017-06-06 11:25:09 +10:00
nirvn
3419945a8d
[FEATURE] create_ramp() expression function
2017-05-29 16:31:53 +07:00
lbartoletti
13c1318a5f
New geometry class: QgsRegularPolygon ( #4502 )
2017-05-10 22:23:28 +10:00
Nyall Dawson
9e662a7807
Merge pull request #4330 from kalxas/metadata_schema
...
Adding Metadata schema for WP1 for QEP-91
2017-05-04 07:29:04 +10:00
lbartoletti
84471f2e6d
New classes for circle and ellipse.
2017-04-27 10:25:29 +10:00
Tom Kralidis
944ce5f611
Update qgis-resource-metadata.xsd
2017-04-12 20:58:52 -04:00
Tom Kralidis
b8a6965475
Update qgis-resource-metadata.xsd
2017-04-12 06:58:20 -04:00
Tom Kralidis
b8e27c1877
Update qgis-resource-metadata.xsd
2017-04-11 23:25:53 -04:00
Tom Kralidis
a92fde764d
Update qgis-resource-metadata.xsd
2017-04-11 22:37:09 -04:00
Tom Kralidis
7211cc2a4a
Update qgis-resource-metadata.xsd
2017-04-11 22:35:59 -04:00
Tom Kralidis
3b833d41e9
add docs to XSD
2017-04-11 22:32:09 -04:00
Tom Kralidis
343281b232
Update qgis-resource-metadata.xml
2017-04-11 21:09:35 -04:00
Tom Kralidis
399e6f02c4
Update qgis-resource-metadata.xsd
2017-04-11 21:06:50 -04:00