Skip to content

convert between geojson and pbf #21

Description

@band-p

I use vt2geojson to extract the transportation layers in the pbf file,Is there a way to convert this geojson back to pbf?

vt2geojson({
    uri: './5-19-12.pbf',
    layer: 'transportation',
    z: 5,
    x: 19,
    y: 12
}, function (err, geoJson) {
    if (err) throw err;
    console.log(geoJson)
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions