Skip to content

I have modified the tableMatrix interface, How should I submit? #1340

@solidsnake2013

Description

@solidsnake2013

hi all,

I modified the table matrix interface.

In the previous code, it is only support the 100 coordinate calculate.

I modified it is to 1000.

Part of the code :

Plugins/DistanceTablePlugin.hpp

line 94 : unsigned max_locations =
std::min(100u, static_cast(raw_route.raw_via_node_coordinates.size()));
PhantomNodeArray phantom_node_vector(max_locations);

to

unsigned max_locations =
std::min(1000u, static_cast(raw_route.raw_via_node_coordinates.size()));
PhantomNodeArray phantom_node_vector(max_locations);

I have verified the results.

Whether can submit?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions