summaryrefslogtreecommitdiffstats
path: root/examples/location/geojson_viewer/data/09-featurecollection.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/geojson_viewer/data/09-featurecollection.json')
-rw-r--r--examples/location/geojson_viewer/data/09-featurecollection.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/location/geojson_viewer/data/09-featurecollection.json b/examples/location/geojson_viewer/data/09-featurecollection.json
index 6fc20f21..e3e9a2d2 100644
--- a/examples/location/geojson_viewer/data/09-featurecollection.json
+++ b/examples/location/geojson_viewer/data/09-featurecollection.json
@@ -1,5 +1,8 @@
{
"type" : "FeatureCollection",
+ "properties" : {
+ "color" : "crimson"
+ },
"features" : [
{
"type" : "Feature",
@@ -30,7 +33,8 @@
"type" : "Feature",
"id" : "MultiLine",
"properties" : {
- "text" : "This is a Feature with a MultiLineString"
+ "text" : "This is a Feature with a MultiLineString",
+ "color" : "deepskyblue"
},
"geometry" : {
"type" : "MultiLineString",