<graph>{ "version": 2, "width": 400, "height": 200, "data": [ { "name": "table", "values": [ { "x": 0, "y": 1 }, { "x": 1, "y": 3 }, { "x": 2, "y": 2 }, { "x": 3, "y": 4 } ] } ], "scales": [ { "name": "x", "type": "linear", "range": "width", "zero": false, "domain": { "data": "table", "field": "x" } }, { "name": "y", "type": "linear", "range": "height", "nice": true, "domain": { "data": "table", "field": "y" } } ], "axes": [ { "type": "x", "scale": "x" }, { "type": "y", "scale": "y" } ], "marks": [ { "type": "area", "from": { "data": "table" }, "properties": { "enter": { "x": { "scale": "x", "field": "x" }, "y": { "scale": "y", "field": "y" }, "y2": { "scale": "y", "value": 0 }, "fill": { "value": "steelblue" }, "interpolate": { "value": "monotone" } } } } ] }</graph><mapframe latitude="51.951" longitude="4.477" zoom="8" width="400" height="300" align="right">{

 "type": "FeatureCollection",
 "features": [
   {
     "type": "Feature",
     "properties": {},
     "geometry": {
       "type": "Point",
       "coordinates": [
         5.273437500000001,
         44.96479793033104
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {},
     "geometry": {
       "type": "Point",
       "coordinates": [
         4.658203125000001,
         51.844686735563435
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {},
     "geometry": {
       "type": "Polygon",
       "coordinates": [
         [
           [
             4.394531250000001,
             52.24235984106333
           ],
           [
             4.394531250000001,
             52.24235984106333
           ],
           [
             5.075683593750001,
             52.208711200968054
           ],
           [
             5.075683593750001,
             52.208711200968054
           ],
           [
             4.883422851562501,
             51.97584008313989
           ],
           [
             4.196777343750001,
             51.85385926347249
           ],
           [
             4.081420898437501,
             52.18177392692439
           ],
           [
             4.081420898437501,
             52.18177392692439
           ],
           [
             4.081420898437501,
             52.18177392692439
           ],
           [
             4.070434570312501,
             52.19524460445239
           ],
           [
             4.070434570312501,
             52.19524460445239
           ],
           [
             4.141845703125001,
             52.269260395988375
           ],
           [
             4.141845703125001,
             52.269260395988375
           ],
           [
             4.394531250000001,
             52.24235984106333
           ]
         ]
       ]
     }
   }
 ]

}</mapframe>

Getting started

This page was last edited on 25 February 2019, at 10:03. Content is available under GPLv3 unless otherwise noted.