Skip to content

Error in Network when is adding a logic in 'inside' function #104

@avancinirodrigo

Description

@avancinirodrigo

The error is happening with the code in Brazil roads data:

	inside =  function(distance, road)
		if road.Situacao == "N_PAV" then
			return distance * 4
		end
		return distance
	end,
Error: Line '1781' crosses touching lines '1782' and '1783' in their endpoints. Please, split line '1781' in two where they cross.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions