We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278ea56 commit 079ed75Copy full SHA for 079ed75
Plugin/CityJSONReader/MyCityJSONReader.xml
@@ -3,8 +3,9 @@
3
<ProxyGroup name="sources">
4
<SourceProxy name="MyCityJSONReader" class="vtkMyCityJSONReader" label="MyCityJSON">
5
6
- <Documentation long_help="Does stuff." short_help="Does more stuff.">
7
- Reads CityJSON files
+ <Documentation long_help="This plugin allows ParaView to load CityJSON files." short_help="Loads CityJSON files">
+ Loads and parses CityJSON files into ParaView. Parses the CityJSON files into points, inserts these,
8
+ then parses the boundaries of each CityObject into polygons and references the points inserted earlier.
9
</Documentation>
10
11
<StringVectorProperty
0 commit comments