Warning, /education/marble/examples/json/rfc7946-example.geojson is written in an unsupported language. File is not indexed.
0001 { 0002 "features" : [ 0003 { 0004 "geometry" : { 0005 "coordinates" : [ 0006 102, 0007 0.5 0008 ], 0009 "type" : "Point" 0010 }, 0011 "properties" : { 0012 "prop0" : "value0" 0013 }, 0014 "type" : "Feature" 0015 }, 0016 { 0017 "geometry" : { 0018 "coordinates" : [ 0019 [ 0020 102, 0021 0 0022 ], 0023 [ 0024 103, 0025 1 0026 ], 0027 [ 0028 104, 0029 0 0030 ], 0031 [ 0032 105, 0033 1 0034 ] 0035 ], 0036 "type" : "LineString" 0037 }, 0038 "properties" : { 0039 "prop0" : "value0", 0040 "prop1" : 0 0041 }, 0042 "type" : "Feature" 0043 }, 0044 { 0045 "geometry" : { 0046 "coordinates" : [ 0047 [ 0048 [ 0049 100, 0050 0 0051 ], 0052 [ 0053 101, 0054 0 0055 ], 0056 [ 0057 101, 0058 1 0059 ], 0060 [ 0061 100, 0062 1 0063 ], 0064 [ 0065 100, 0066 0 0067 ] 0068 ] 0069 ], 0070 "type" : "Polygon" 0071 }, 0072 "properties" : { 0073 "prop0" : "value0", 0074 "prop1" : { 0075 "this" : "that" 0076 } 0077 }, 0078 "type" : "Feature" 0079 } 0080 ], 0081 "type" : "FeatureCollection" 0082 }