Highcharts test tool

by Torstein Hønsi

HTML

<p id="geojson"></p>

JavaScript

$('#geojson').append(JSON.stringify(
    
    /* paste geojson here */

).replace(/([0-9]+)\.([0-9]+)/g, function(s1, s2, s3) {
    return s2 +'.'+ s3[0];
}));