"Fossies" - the Fresh Open Source Software Archive

Member "geotools-29.1/modules/unsupported/flatgeobuf/src/test/resources/org/geotools/data/flatgeobuf/1.json" (4 May 2023, 544 Bytes) of package /linux/misc/geotools-29.1-project.zip:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 {
    2     "type": "FeatureCollection",
    3     "features": [
    4         {
    5             "type": "Feature",
    6             "properties": {
    7                 "test1": "test1",
    8                 "test2": "test2",
    9                 "test3": 1,
   10                 "test4": 1.5,
   11                 "test5": -1.234,
   12                 "test6": true,
   13                 "test7": false
   14             },
   15             "geometry": {
   16                 "type": "Point",
   17                 "coordinates": [
   18                     1,
   19                     1
   20                 ]
   21             }
   22         }
   23     ]
   24 }