Skip to content

Commit 4baaf29

Browse files
authored
Sample tidy ups (#190)
* Update README.md * Update categories * Fix image link
1 parent e72ef66 commit 4baaf29

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

assets/generated_samples_list.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"key": "add_feature_collection_layer_from_table"
3535
},
3636
"add_feature_layer_with_time_offset": {
37-
"category": "Maps",
37+
"category": "Layers",
3838
"description": "Display a time-enabled feature layer with a time offset.",
3939
"ignore": false,
4040
"images": [
@@ -102,7 +102,7 @@
102102
"key": "add_feature_layers"
103103
},
104104
"add_map_image_layer": {
105-
"category": "Maps",
105+
"category": "Layers",
106106
"description": "Display a layer from an ArcGIS map image layer service.",
107107
"ignore": false,
108108
"images": [
@@ -2015,7 +2015,7 @@
20152015
"key": "snap_geometry_edits"
20162016
},
20172017
"style_graphics_with_renderer": {
2018-
"category": "Maps",
2018+
"category": "Visualization",
20192019
"description": "A renderer allows you to change the style of all graphics in a graphics overlay by referencing a single symbol style. A renderer will only affect graphics that do not specify their own symbol style.",
20202020
"ignore": false,
20212021
"images": [

lib/samples/add_feature_layer_with_time_offset/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"category": "Maps",
2+
"category": "Layers",
33
"description": "Display a time-enabled feature layer with a time offset.",
44
"ignore": false,
55
"images": [

lib/samples/add_map_image_layer/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"category": "Maps",
2+
"category": "Layers",
33
"description": "Display a layer from an ArcGIS map image layer service.",
44
"ignore": false,
55
"images": [

lib/samples/add_wfs_layer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add WFS layer
22

3-
Display a layer from a WFS service using data from URL
3+
Display a layer from a WFS service, requesting only features for the current extent.
44

55
![Image of add WFS layer](add_wfs_layer.png)
66

lib/samples/style_graphics_with_renderer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A renderer allows you to change the style of all graphics in a graphics overlay by referencing a single symbol style. A renderer will only affect graphics that do not specify their own symbol style.
44

5-
![Image of style graphics with renderer](style_graphics_with_renderer.dart)
5+
![Image of style graphics with renderer](style_graphics_with_renderer.png)
66

77
## Use case
88

lib/samples/style_graphics_with_renderer/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"category": "Maps",
2+
"category": "Visualization",
33
"description": "A renderer allows you to change the style of all graphics in a graphics overlay by referencing a single symbol style. A renderer will only affect graphics that do not specify their own symbol style.",
44
"ignore": false,
55
"images": [

0 commit comments

Comments
 (0)