gGeoChart: Some things which have a totalDepth

The element which draws the above chart:

<div id="sgvzl_example_query" 
   data-sgvizler-endpoint="http://sws.ifi.uio.no/sparql/npd" 
   data-sgvizler-query="SELECT * WHERE{ [] npdv:nsDecDeg ?lat ; npdv:ewDecDeg ?long ; npdv:totalDepth ?depth ; FILTER(?lat > 0 &amp;&amp; ?depth > 0) } LIMIT 100" 
   data-sgvizler-chart="gGeoChart" 
   data-sgvizler-chart-options="region=154" 
   data-sgvizler-loglevel="2" 
   style="width:800px; height:200px;"/>

The results of the query in gTable

Same query, different charts

Not all charts may be well-suited for displaying this dataset.

gGeoMap