Awesome
PHP GeoTopoJSON
A PHP library transforms between GeoJSON and TopoJSON.
USAGE
include(__DIR__ . '/GeoTopoJSON.php');
$geojsons = GeoTopoJSON::toGeoJSONs(file_get_contnets('some_topojson_file'));
echo json_encode($geojsons['topo_json_id']);
LICENSE
- BSD License
TODO
- GeoTopoJSON::toTopoJSON($geojson)
SEEALSO